Ariel Simulevski
Ariel Simulevski
This component is able to yield values to another PID. ```go type FileGenerator struct { Path string } func (f *FileGenerator) Run(ctx *yield.Context) error { file, err := os.Open(f.Path) if...
As an extra project tho??
### Affected Device / PID Razer Deathstalker V2 Pro TKL ### Operating System / Version Arch Linux x86_64 ### Kernel Version 6.11.2-arch1-1 ### OpenRazer Version 3.8.0 ### Support Checklist -...
I want my keyd config to apply only in US layout (I simply want to switch y and z) but don't want them switched when I switch to DE layout....
### Describe the issue I always get `An authentication exception occurred.` The console also shows an error message ``` Content-Security-Policy: (Report-Only policy) The page’s settings would block an inline script...
I was wondering if there was any built-in way of storing data per worker (e.g. TCP connections) and retrieve them in a task. Something like this: ```go // Create a...