Sasha Koshka sashakoshka
  • Manehattan MAS hub
  • https://holanet.xyz
  • Sasha Koshka is the name I go by online. E-mail me if you have questions about that or about my projects in general.

  • Joined on 2022-08-07
sashakoshka pushed to main at tomo/xgbsel 2024-07-11 15:33:11 -06:00
181583dc57 Selection requests now take in a timestamp
sashakoshka pushed to main at tomo/xgbsel 2024-07-11 15:23:17 -06:00
991d74f365 claimRequests must be strictly data
sashakoshka pushed to main at tomo/xgbsel 2024-07-11 15:22:06 -06:00
534a8fd0ad Added a Prune method to Claim
58030b530e More progress on INCR
e15687c71e Request ignores changes to properties that don't apply to it
Compare 3 commits »
sashakoshka pushed to main at tomo/xgbsel 2024-07-11 02:14:29 -06:00
f4fadc0d3b Modifications to how claims are closed
sashakoshka pushed to main at tomo/xgbsel 2024-07-11 01:56:38 -06:00
54ad3ebee6 Add machinery for INCR
sashakoshka pushed to main at tomo/xgbsel 2024-07-11 00:48:27 -06:00
a376482293 Add more spec comments
sashakoshka pushed to main at tomo/xgbsel 2024-07-11 00:38:58 -06:00
0180a79b25 Add support for giving up the selection, forcibly and voluntarily
sashakoshka pushed to main at tomo/xgbsel 2024-07-11 00:19:10 -06:00
751ec20833 Call Claim.HandlePropertyNotify in copy example
sashakoshka pushed to main at tomo/xgbsel 2024-07-11 00:17:29 -06:00
03b667fcdf Add HandlePropertyNotify to Claim
sashakoshka pushed to main at tomo/xgbsel 2024-07-11 00:13:09 -06:00
781d1436a4 NewClaim, NewRequest can return an error
sashakoshka pushed to main at tomo/xgbsel 2024-07-11 00:08:14 -06:00
36b3e4f0ed Collapse the claim constructors
d9d84ddada Add go.sum
Compare 2 commits »
sashakoshka pushed to main at tomo/xgbsel 2024-07-10 23:59:29 -06:00
46523a2217 Create base for v2
sashakoshka pushed tag v1.1.0 to tomo/xgbsel 2024-07-10 23:55:46 -06:00
sashakoshka released v1.1.0 at tomo/xgbsel 2024-07-10 23:55:46 -06:00
sashakoshka commented on issue tomo/xgbsel#1 2024-07-10 23:53:58 -06:00
Claims do not support INCR, leading to breakage with large data

This cannot be implemented without breaking API changes. Additionally, NewClaim, NewRequest do not return an error when they really should. It looks like its time for a v2. Sad that I couldn't…

sashakoshka commented on issue tomo/backend#3 2024-07-10 23:52:10 -06:00
NewClaim, NewRequest do not return an error

Meant to put this on a different repo oops

sashakoshka closed issue tomo/backend#3 2024-07-10 23:52:10 -06:00
NewClaim, NewRequest do not return an error
sashakoshka opened issue tomo/backend#3 2024-07-10 23:51:47 -06:00
NewClaim, NewRequest do not return an error
sashakoshka pushed to main at tomo/xgbsel 2024-07-10 23:50:32 -06:00
c48264a220 Add copy example
1db7d2d582 Improve paste example
Compare 2 commits »
sashakoshka closed issue tomo/xgbsel#4 2024-07-06 20:32:09 -06:00
Timestamp is improperly set