Benjamin Stigsen

Results 21 issues of Benjamin Stigsen

This would be useful for cases, where getting the key release would be optimal. This could be relevant to handling UI events or when wanting to create bindings to different...

enhancement
good first issue

Usually when installing the newest version of lite-xl (or lite) I adjust the scrollbar width because by default it is very small. Instead in **core/view.lua** I change: `return x >=...

discussion

**Is your feature request related to a problem? Please describe.** Nope, it would just be a really nice thing to have **Describe the solution you'd like** Being able to export...

enhancement

It used to be that when I wanted to go to the start of a line, I'd use the mouse and click slightly to the left of the line. Now...

I just found out that a `Create Directory` command exists. I think this would be better as `New Directory` to keep consistency between new documents and directories.

enhancement
discussion
inconsistency

The benchmark on https://bellard.org/quickjs/bench.html is now 2 years old and is made with the very first public release of QuickJS. Since then a lot has changed with 16 more releases.

I have the following code: ```go authorized.GET("/api", func(ctx *gin.Context) { ctx.JSON(200, gin.H{"message": "this is the root!", "status": 200}) }) authorized.GET("/api/:first", func(ctx *gin.Context) { ctx.JSON(200, gin.H{"message": "this is a subroute!", "status":...

I do see that there's `dgVoice` and `dca`, but they have been a mess to get working on Windows. I have now downloaded Opus tools, which include `opusenc`, which allows...

question
voice

**Gleam Version:** v1.0.0 **Operating System:** Fedora 39 This is what happens: ``` $ gleam new website $ cd website $ gleam test Resolving versions Downloading packages Downloaded 2 packages in...

bug
help wanted
priority:high

It'd be nice if the LSP could be set to run only on each save, instead of every character change and so on. Not only would this require less CPU,...