Jacob Hall
Jacob Hall
If a standard stream is closed, any operation on it will raise a `ValueError`. This includes `isatty()`: ```python import sys sys.stdout.close() sys.stdout.isatty() ``` IPython/terminal/interactiveshell.py currently calls this function on each...
First of all, thank you for maintaining this repository! I wrote a rudimentary emoji search program using your data, and noticed that, for example, "poop" does not match any of...
Thanks for developing martin, it is a pleasure to use. I recently spun up martin, asking it to serve a function that did not exist. An error reported that the...
It would be great to translate Meetable using [Weblate](https://weblate.org) or similar, so that people who don't speak English could more easily use it. For example, the [IndieWeb Events site](https://events.indieweb.org/) serves...
When I tried to install knitty this morning it did not work for me! I figured out that my issues were caused by the recent 7.0 update of the jupyter_client...
## Expected behavior and actual behavior. When passed rasters with a positive height or negative width, the `rasterio.merge.merge` function raises the following error: ``` rasterio.errors.WindowError: Bounds and transform are inconsistent...
...picking up from the conversation in marktext/marktext#1290, it would be great to build releases for MacOS and Windows out of this repository. A lot of folks looking for the bug...
I just ran across [nomnoml](https://github.com/skanaar/nomnoml) on HN and thought it would be nice to have in MarkText, kind of like how we have Mermaid.
I merged in [this PR](https://github.com/marktext/marktext/pull/3619#pullrequestreview-1646627245), which got some helpful feedback from another member of the Arch community. I think it would be best to review the changes, and perhaps roll...
In the help menu, there is a feature that will check for updates to MarkText. It is unaware of our fork and continued releases, and should be adjusted to query...