Lars Berger

Results 18 issues of 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...

feature

Be able to move entire workspaces directionally to different monitors. Similar to i3wm's command `move workspace to output `.

feature

### 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...

type: feature request

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...

enhancement

```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...

enhancement