Glyph

Results 362 issues of Glyph

This manifests in Alfred as a mysteriously empty search result list, but I did `open -a 'OmniGraffle'; sleep 2s; /Users/glyph/Library/Application\ Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.649BC39D-F015-4719-8985-81864270F8A5/menu` and saw `zsh: trace trap` , so I assume...

There are a bunch of issues affecting paragraph-filling, so it might be good to consider a new approach rather than fixing these whack-a-mole. I am linking them all here so...

This is a problem because `hello {.hello}` is just the text `hello {.hello}` but ```md hello {.hello} ``` renders as a paragraph with a `hello` class attribute. ## Expected Behavior...

Log attached for an example of the relevant traceback ```console $ python py2app_setup.py py2app running py2app /Users/glyph/.virtualenvs/Pomodouroboros/lib/python3.13/site-packages/py2app/build_app.py:966: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by...

An extremely simplistic fix, just for discussion purposes fixes #544

I am writing [an application that uses the keychain](https://github.com/glyph/pinpal). The app has a GUI, so as part of testing it, I need to run py2app to recompile its xib files,...

I am excited to see that [`pyproject.toml` is coming](https://github.com/ronaldoussoren/py2app/blob/487a55e34746fa6eb857de51f2bd0ac03026592d/doc/pyproject.rst), but I'm a little worried that [this horrible hack](https://github.com/glyph/Pomodouroboros/blob/6af247c8e4a4d7700edcabbf7984af20d05a74fb/py2app_setup.py) won't work any more. My app has 3 different bundles (tests to...

## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps 1. `pip install httpie` 2....

bug
new

for example, if I modify the `websocket-client.py` example to point at `"wss://echo.websocket.org"` rather than `"wss://echo.websocket.org/`", I get: ``` connecting... Unhandled Error Traceback (most recent call last): File "/Users/glyph/Projects/Twisted/src/twisted/internet/selectreactor.py", line 165,...

bug

I am not sure what this attribute is doing here; it never seems to be set within Twisted. I am guessing it's vestigial, a remnant of a feature related to...

conch