Philipp Schaffrath

Results 15 issues of Philipp Schaffrath

When using a hidpi display, one would usually set a proper xft dpi to scale applications by 1.5x or 2x. For a DPI of 96, to get 1.5x scaling, you'd...

https://tools.ietf.org/html/rfc6749#section-4.1.1 States that the redirect_uri is __OPTIONAL__ The server returns an error when `redirect_uri` is omitted. https://github.com/go-oauth2/oauth2/blob/master/server/server.go#L152 ```go redirectURI := r.FormValue("redirect_uri") clientID := r.FormValue("client_id") if !(r.Method == "GET" || r.Method...

I have the use-case where I serve my front-end as a tauri app and also as a web-app with PWA support. Instead of maintaining two sets of icons, I would...

good first issue
scope: cli.rs
type: feature request
priority: 3 low

### Is your feature request related to a problem? Imagine a `user` table with a `pass` field that hashes its value: ```sql DEFINE TABLE user SCHEMAFULL; DEFINE FIELD name ON...

feature

When using xwininfo to get geometry information about a tiled window, the `y_offset` is always reporting to be `0`. Let's consider this example: ![bspwm_example_1](https://user-images.githubusercontent.com/1282767/56746688-ff662280-677c-11e9-9a23-2c0ed87f8961.png) When using xwininfo to get the...

This introduces multiple improvements to the drop targets. ## Hitbox shape Currently, hitboxes are rectangles, where the vertical ones reach all the way to the ends, which reduces the space...

cla-signed

The wayland implementation takes an input handler from the state, but only puts it back if the event was an IME key. I flipped the logic to ensure it's always...

cla-signed

This is extracted from #10643. It looks like the editor had a small optimization to drop events when hovering the gutter. This also happens while dragging a tab over the...

cla-signed

Using the original lemonbar repository, a bar launched with `-n BAR_NAME` can be rendered below fullscreen windows using `xdo below -t $(xdo id -n root) $(xdo id -a BAR_NAME)`. Unfortunately,...

Since `figma-js` returns `axios` types, a project needs to add `axios` as a dependency, even if it isn't directly depending on it. Re-exporting those types would probably be cleaner.