Wes Turner

Results 625 comments of Wes Turner

Weird. IIRC https://pypi.org/project/django-money/ wasn't rendering correctly and that's why I filled an issue AFAIU GitHub rst docs are broken also due to rstcheck now On Wed, Apr 17, 2024, 1:49 ...

/cc @judell @karthik @csarven re: https://github.com/executablebooks/jupyter-book/issues/861

Looks like GH Discussions don't do trackbacks (yet?). (edit: I sent feedback re: this feature) Here's a link to the new discussion post: "Help compare Comment and Annotation services: moderation,...

`--idempotent` by default would be easier here too, but fairly then what makes you go find whatever else installs that too and what if there is a version specified for...

Here's a [`setup_conda_termux.sh`](https://github.com/westurner/dotfiles/blob/develop/scripts/setup_conda_termux.sh) to install `Miniforge3-Linux-aarch64.sh`, that would also work with `Miniforge3-Linux-x86_64.sh` if testing with android-x86 (w/ e.g. [Android Studio and QEMU](https://developer.android.com/studio/run/emulator-commandline), BlissOS, waydroid (Bazzite)) ; how to proot and...

### YAML-LD - Src: https://github.com/json-ld/yaml-ld - Web: https://json-ld.github.io/yaml-ld/ - Spec: https://json-ld.github.io/yaml-ld/spec - Docs > Examples: https://github.com/w3c/json-ld-syntax/tree/main/yaml

- W3C Web Annotations - https://en.wikipedia.org/wiki/Web_annotation#Web_Annotation_standard - https://w3c.github.io/web-annotation/ - https://w3c.github.io/web-annotation/selector-note/ - https://www.w3.org/TR/selectors-states/ - https://www.w3.org/TR/selectors-states/#selectors - pdf.js - [ ] REQ: W3C Web Annotation support - https://github.com/search?q=repo%3Amozilla%2Fpdf.js%20annotation&type=code - https://github.com/mozilla/pdf.js/issues/5283 - https://github.com/mozilla/pdf.js/issues/8562#issuecomment-310488542...

- /? getoutput: https://github.com/search?q=repo%3Aipython/ipython%20getoutput&type=code - https://github.com/ipython/ipython/blob/78fea5f8d7bf6ca55796e82ed341e7fd291878f0/IPython/utils/_process_posix.py#L50-L56

- https://github.com/ipython/ipython/blob/78fea5f8d7bf6ca55796e82ed341e7fd291878f0/IPython/utils/_process_emscripten.py#L13-L14 - This could call busybox sh (ash) or bash if compiled to WASM e.g. by emscripten-forge - https://github.com/jupyter-server/jupyter_server/pull/949#issuecomment-2308527705

Installing bcc with pip [from pypi] would be easier with a few updates to modernize the python packaging. To support this; ```sh pip install pybcc pip install -e git+ssh://[email protected]/iovisor/bcc/__todo_subpath_/#egg=bcc ```...