Results 17 issues of unless

I tried creating a gif from a 60fps source video with 60fps set in gifcurry, but it came out 50fps and slowed down instead.

Currently if one wants to check out this library and isn't familiar with spago, the readme inside the examples folder is not too helpful: https://github.com/easafe/purescript-flame/blob/a5cef59d49c26476f3f853d99e07f932f106d07e/examples/README.md?plain=1#L3-L6 This command doesn't actually build...

**Is your feature request related to a problem? Please describe.** When you're adding a rename/move, the cursor jumps to the position of the new file which makes it inconvenient to...

enhancement

I've noticed Hot Tuna already has a threshold after it won't update the "freq to voltage" output if the signal isn't clear enough. It would be useful to have a...

feature request
TO BE VERIFIED

### Tested versions Godot v4.3.dev (7529c0bec) ### System information Linux with X11 ### Issue description Before version 4.3 I was able to use Terminus TTF font in the editor and...

bug
topic:gui

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

bug

```coffee v := (@x, @y) => @length := () => Math.sqrt(@x**2 + @y ** 2) @ v v 2, 4 .length() 0.5 ``` the second part compiles to ```js v(v(2,...

bug

It's very common that you want to wrap around arrays and it's also quite common (at least in games and creative coding) that you want a random element from an...

proposal

when writing ```coffee element := document.querySelector "#something" if element element.appendChild x ``` the `element` inside the if block is known to be of type `Element` thanks to the existing information...

typescript

When writing CoffeeScript in Sublime, the editor would autocomplete `#{}` and place the cursor inside `{_}` when typing `#` in a string. I found that to be pretty convenient. Maybe...

lsp