Results 56 issues of Greg Werbin

I noticed that on my ARM Mac system, the `ccl64` script had a fall-through case, which led to un-set shell parameters and eventually a confusing error message. This PR patches...

Error when I open Nyaovim. ### Expected Behavior Open Nyaovim, edit some text. ### Actual Behavior Nyaovim screen is blank and white. Electron works fine (file menu, etc.), but nothing...

### Expected Behavior CMD+H hides Nyaovim ### Actual Behavior CMD+H acts like CTRL+H. Must use the "Hide" item from the menu to hide the Nyaovim window. ### Steps to Reproduce...

# Feature request: emit the path to a Pipx-managed env, or delegate commands to a Pipx-managed Python binary ## How would this feature be useful? There have been a few...

The API reference pages such as https://python-jose.readthedocs.io/en/latest/jws/api.html are empty. Maybe something is messed up in the Sphinx configuration?

- [x] I have read [CONTRIBUTING.md](https://github.com/idris-lang/Idris2/blob/main/CONTRIBUTING.md). - [x] I have checked that there is no existing PR/issue about my proposal. ## Summary I propose that there should be a mechanism...

Feature request

Currently, it can be hard to use a "parametric" transformer in a DataFrameMapper because the parameters of the underlying transformers aren't exposed. This means you can't adjust the parameters of...

enhancement
good first issue

Is this compatible with the Pandoc JSON format?

Suppose I am working on a project that bundles its dependencies in Git submodules: ``` ./ .git/ README COPYING src/ ... t/ ... deps/ depA/

Hello, `AES.new` returns a `Union` type, which means that a type checker like Mypy cannot know which type exactly is returned. This is a problem if you want to use...

enhancement
help wanted