Peter Kristensen

Results 29 issues of Peter Kristensen

### Describe the bug For vaults that are not the root of a git repository the "line author" feature doesn't work ### Relevant errors (if available) from notifications or console...

This gives a slightly better first-run experience. Before: ``` $ click Could not load click config: IO error: No such file or directory (os error 2) Using default values. [none]...

I'm running docker on my Synology NAS. Synology have their own variant of linux, and they provide the docker installation which is a bit... wonky. Among other things, `setcap` is...

A typical pattern in WebGL is to bind a "null" value. E.g. `gl.bindFramebuffer(gl.FRAMEBUFFER, null);` According to the [documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bindFramebuffer), this is how to reset the current FBO back to the canvas:...

What's the status for this project? The last commit is more than a year old now

## Proposed change Mark `command_topic` is required ## Type of change - [x] Adjusted missing or incorrect information in the current documentation (`current` branch). ## Checklist - [x] This PR...

current

The provided GLFW backend only updates when an event happens. This means adding something like a clock will only update if the mouse moves or a key is pressed

bug

This adds a few important bugfixes. (The code would crash if anything is selected and the view is scrolled)