Nathan Broadbent
Nathan Broadbent
Would it be possible to animate the rotation/slide for doors? My goal is for everything in my floorplan to have smooth transitions between states, and the first thing I noticed...
I figured it out! Fixes #37 `editor.action.inlineSuggest.trigger` is a built-in VS Code command, so it does nothing if Copilot is disabled or not installed. This will also work with any...
Hello, I've been experiencing a slightly annoying issue where endwise does not seem to play very nice with GitHub Copilot. Please see this screen recording for an example: https://user-images.githubusercontent.com/139536/192650704-8beb38ab-b50a-48af-8275-ae0c17f73517.mov When...
I want to set up a shortcut for the `l` key to run the [cb_thunderlink](https://github.com/CamielBouchier/cb_thunderlink) command and generate a link to the email. I found the manifest for this extension,...
When I first ran the state, `/usr/share/logstash/` was not created with executable permissions. This meant that I couldn't start logstash, and got the following errors in `/var/log/upstart/logstash.log`: ``` Error: Unable...
I'm working on a codebase where I get this error in VS Code due to some warnings: ``` Error on parsing output (It might non-JSON output) : "[33mWarning: Rails/SkipsModelValidations does...
One thing I really like about [go-restful](https://github.com/emicklei/go-restful) is their [built-in Swagger integration](https://github.com/emicklei/go-restful/blob/master/examples/restful-user-service.go). Check out the example project: https://github.com/emicklei/mora#swagger Some things I really love about Gin is the focus on performance,...
I have a few tooltips that need to use HTML tags, so I use Bootstrap tooltips with the `html: true` option: https://getbootstrap.com/docs/4.3/components/tooltips/#options I've run into a few XSS issues where...
I'm interested in making the Mention, Hashtag, and URL elements accessible. We need this for our automated test suite, which relies on accessibility labels. But it's also just a good...
## Description Hello, sorry for all the feature requests lately! I wanted to post this idea to get some feedback. I would like to add support for an `active_forced`, and...