- 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
Block a user
NewClaim, NewRequest do not return an error
NewClaim, NewRequest do not return an error
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…
Requestors are able to choose TARGETS as a target
Implement selections, clipboard
We also just need clipboard support in general. It's been missing for too long.
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
…