Lars Berger
Lars Berger
## Type of Issue ``` [ ] Bug Report [ x ] Feature Request ``` ## Description We recently separated out reusable components from our app into a library handled...
Windows launched with administrator mode cannot be moved/resized when the WM is run in non-administrator mode. These windows should be ignored when the WM is launched in non-administrator mode. If...
Be able to move entire workspaces directionally to different monitors. Similar to i3wm's command `move workspace to output `.
### Describe the problem It seems like there's some functionality already in the built-in Wix template to add the executable to the PATH environment variable, but it doesn't seem to...
When intersecting a `z.object` and a `z.record`, zod applies validators for the keys and values of the record to the rest of the object. ```typescript const ConfigSchema = z .object({...
## Feature Request #### Is your feature request related to a problem? Please describe. Assistive and accessibility software often need higher than usual permissions, which can be granted by enabling...
```typescript type MyDictionary = { [key: string]: { name: string; age: number; }; }; export type Paths = Call; // never ``` Expected behaviour IMO would be `string | "${string}.name"...
Mentioned in the SolidJS Discord earlier and was recommended to post about it here. I'm trying to figure out a good way to separate out a reusable component for an...