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 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
sashakoshka pushed to main at tomo/xgbsel 2024-07-06 20:32:06 -06:00
dab360de75 Add NewClaimWithTimestamp
sashakoshka commented on issue tomo/xgbsel#1 2024-07-06 02:14:59 -06:00
Claims do not support INCR, leading to breakage with large data

This seems to be because, while we support receiving incremental data, we do not support sending it. If there is a lot of data, we set all of it on a window property at once, which is obviously…

sashakoshka opened issue tomo/xgbsel#4 2024-07-06 02:09:27 -06:00
Timestamp is improperly set
sashakoshka opened issue tomo/xgbsel#3 2024-07-05 22:01:05 -06:00
MIME parameters are unsupported