Lazerbeak12345

Results 40 issues of Lazerbeak12345

# Bug report ## Describe the bug This asset (https://godotengine.org/asset-library/asset/1413) appears to be outdated on the asset store. ## To Reproduce Visit above link. ## Expected behavior The asset store...

bug

The issues are filed - not sure what work has been done on it since. Also a request for kitty is present. - sixel in neovim: https://github.com/neovim/neovim/issues/4500 - kitty images...

SVG cursor support is on the way to becoming standardized, and KDE recently implemented one of these standards. It'd be nice to support this in this cursor pack, especially since...

**Is your feature request related to a problem? Please describe.** If the time window indicated by the crontab entry generated by clamtk is missed, it won't get hit until next...

Hey there! I noticed that several of the links & images at https://hub.docker.com/r/tiredofit/db-backup/ are outdated. It appears that the host domain was acquired some time ago, and they no longer...

bug

**Expected Result** What did you expect to happen? The wrapper should be able to launch Inkscape (and then be able to forward the events) **Actual Result** What did happen? The...

**Library** What library is required? What does Apple's developer documentation say about it? Is it open-source? `stdio.h` (really just all of libc. Libc has lots of different implementations) When I...

racket/gui has no support for builtin gtk icons (out of the box), and most widgets (such as text-field%) don't need to be using a canvas under the hood (though, this...

I'm thinking something like this: #118 It'd enable doing this: ```python jq.first(program, data, args=args) ``` instead of all of this: ```python jq.compile(program, args=args) .input_value(data) .first() ```