Matt Bogosian

Results 51 issues of Matt Bogosian

This came up in https://github.com/microsoft/debugpy/issues/863#issuecomment-1059171271, where `debugpy` silently fails to hit API-set breakpoints when using coverage (e.g., `python -m debugpy … -m pytest --cov …`). Is this conflict something that...

enhancement
next

Apparently, `numpy` upped its typing game, which is cool, but it makes it very hard to validate using something as rudimentary as `numerary`. Currently, the work-around I've found is something...

Currently, it's [quite a list](https://github.com/posita/numerary/search?q=should+not+validate) (mostly `numpy` and `sympy` falsely claiming compliance).

We already opportunistically test (and coerce) ``numpy`` and ``sympy``. Sage is currently [modularizing its monolith](https://trac.sagemath.org/ticket/29705). Is there a package that falls out of that small enough for us to include...

[`ff4d`](/realriot/ff4d) supports (requires, actually) authentication to Dropbox via access token. This is nice, because it doesn't require storing secrets and passwords in plaintext files. Consider something like: ``` % #...

Please consider incorporating the following patch to `fuse.py` that allows one to explicitly override the path to `libfuse` by setting the `LIBFUSE_PATH` environment variable (e.g., if it is stored in...

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [ ]...

bug

### Errant behaviour All uploads of files >1GB fail. More specifically, the attempt creates a server-side entry, but the hash does not match, which results in several destructive behaviors: 1....

Spontaneously, I can no longer log into my owncloud instance. I receive a `Public Key missing for user: ` error on the login screen, and the following in the log:...