Jon Musselwhite

Results 14 issues of Jon Musselwhite

Normally, a GRIB file can be opened with `pygrib.open(filename)` and this works fine. It would be nice to be able to download a GRIB file and parse it with `pygrib`...

### Describe the problem After configuring an application to sign with a new OV code signing certificate on a YubiKey 5 FIPS device, the build process prompts for the code...

type: feature request

### Problem Neovim opens language parsers in a way that blocks other processes from overwriting them, and does not release the associated file handle until Neovim closes. This prevents the...

bug
system
treesitter
filesystem

The naming convention of this project should be enforced automatically to simplify code reviews. Prettier is not capable of this, but eslint is. I'm proposing we add eslint and enforce...

This pull request fixes #65 by allowing wildcard routes to provide default settings for all routes created by the adapter (rather than preventing wildcard routes). It allows custom routes to...

I have an app that needs all users to be authenticated. There is no public-facing welcome page and no need for one. All users should redirect automatically to `/.auth/login/aad` if...

## Prerequisites Please answer the following questions for yourself before submitting an issue. - [X] I checked to make sure that this request has not already been filed ## Description...

enhancement

**Bug Description** I can use the projection feature on only two of the three displays connected to my computer. They appear in the "SCREENS" list as follows: `\\.\DISPLAY1` `\\.\DISPLAY2` `\\.\DISPLAY5`...

bug
upstream

### Prerequisites - [x] Write a descriptive title. - [x] Make sure you are able to repro it on the latest version - [x] Search the existing issues. ### Summary...

Issue-Bug
Need-Review

This pull request illustrates one way of potentially ensuring Windows computers can replace the binary even while it is in use. Unfortunately, I'm not experienced with NeoVim plugin development, and...