Jakub Arnold
Jakub Arnold
The extension is not compatible with the latest gnome-shell 3.24
Running `scrolls list` on my machine (pretty clean install of OS X Lion) dies with ``` /Users/darthdeus/.rbenv/versions/1.9.2-p320/lib/ruby/gems/1.9.1/gems/appscrolls 0.8.4/lib/appscrolls/scroll.rb:30:in `split': invalid byte sequence in US-ASCII (ArgumentError)` ``` This can be easily...
## Bevy version 0.7 ## Relevant system information Windows 10 ## What you did Running a game with 1920x1080 resolution on a 3440x1440 monitor, with `WindowDescriptor` being simply the following...
It seems `egui-macroquad` is not currently compatible with the latest `egui-miniquad` after https://github.com/not-fl3/egui-miniquad/pull/40 was merged. ~~I'm basing this off of https://github.com/optozorax/egui-macroquad/pull/20 as that seems to be related to the original...
It would be awesome if we could specify multiple directories where to search, for example ``` map dm :CtrlP app/assets/javascripts/foo/models app/assets/javascripts/bar/models ``` or even better with a `*` ``` map...
I'm not sure how to actually do this with Lyon, but it seems it should be possible looking at its output. What I'm doing at the moment is basically drawing...
If there are undescores before the closing paren, `cw` will delete the parens as well, for example ``` cursor here__))))) ```
Running the following causes the observable to keep running even after exiting play mode. If I run the game repeatedly it continues to spawn more observables and they all keep...
I'm not sure if this is related to #7, but some notebooks I open are working, and others are empty. Is there any way to see why this is happening?
The currently published version (0.0.6) crashes on missing `meta`, which was fixed here https://github.com/madjar/nox/pull/98, but the package on nixpkgs still uses `0.0.6`. I'd be great if a new version of...