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 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
sashakoshka opened issue tomo/xgbsel#2 2024-07-05 21:57:33 -06:00
Requestors are able to choose TARGETS as a target
sashakoshka pushed to main at tomo/xgbsel 2024-07-05 21:39:11 -06:00
d1ba6eac9a Improve doc comments on the Requestor interface
sashakoshka pushed to main at tomo/xgbsel 2024-07-05 21:32:04 -06:00
c8b7059976 Clarify doc comments in request.go, claim.go
08ed977234 Add better doc comments to data.go
Compare 2 commits »
sashakoshka opened issue tomo/xgbsel#1 2024-07-05 21:13:08 -06:00
Seems to break with large data
sashakoshka pushed to main at tomo/nasin 2024-07-05 17:44:48 -06:00
c306f2c4ea Updates to the icon set
sashakoshka pushed to main at tomo/nasin 2024-07-05 17:44:30 -06:00
28c428200e Nasin no longer fails whenever an application isnt a URL opener
sashakoshka commented on issue tomo/backend#2 2024-07-05 17:43:32 -06:00
Implement selections, clipboard

We also just need clipboard support in general. It's been missing for too long.

sashakoshka opened issue tomo/backend#2 2024-07-05 17:42:58 -06:00
Implement selections, clipboard
sashakoshka opened issue tomo/backend#1 2024-07-05 17:40:50 -06:00
Implement drag and drop
sashakoshka pushed to main at tomo/nasin 2024-07-04 20:45:40 -06:00
c9328e9585 Actually make use of ApplicationURLOpener
sashakoshka commented on issue tomo/nasin#4 2024-07-04 19:07:14 -06:00
Do stuff in already open applications rather than in new instances

The clear solution here is to create another Application interface with an extra AddFlags method that Nasin can check for:

type ApplicationFlagAdder struct {
        Application