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-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
      
sashakoshka pushed to main at tomo/nasin 2024-07-04 18:42:45 -06:00
d38fc8274c Remove examples and dependency on objects
sashakoshka commented on pull request bonsai/harakit#102 2024-06-29 19:18:05 -06:00
Replace str(1) with stris(1)

The original UNIX had a lot of samey names; chmod, chroot, chdir, chsh all come to mind. I can remember them all off the top of my head because they're all intuitive considering their…

sashakoshka commented on issue bonsai/harakit#126 2024-06-28 16:37:09 -06:00
Fix usage text

It is a well established convention that square brackets mean something is optional. Breaking that would cause much confusion for users, especially if it isn't explained to them.

sashakoshka commented on issue tomo/nasin#4 2024-06-27 19:44:59 -06:00
Do stuff in already open applications rather than in new instances

This could be done over dbus, however that is not cross platform. Perhaps pid files could be utilized.

sashakoshka opened issue tomo/nasin#4 2024-06-27 18:14:11 -06:00
Do stuff in already open applications rather than in new instances