Jerry Asher

Results 16 issues of Jerry Asher

playing with calculator I received ``` python calculator.py Traceback (most recent call last): File "calculator.py", line 1, in from PyQt5.QtGui import * ModuleNotFoundError: No module named 'sip' ``` in response...

This gist https://gist.github.com/jerryasher/d3ed5d979b3ca9cc6daade3dd82493b2 contains the package.json and App.js of a create-react-app whose behavior changes between react-speech-kit 2.0.5 and 3.0.1 Namely, speak works in 2.0.5 when placed in useCallback and doesn't...

I'd like to search a very long text (OCR'd) for a hundred or so multi-word phrases where the phrases may have newlines where spaces should be. So I want to...

When editing other people's code, I would like to disable the hook on a per buffer basis so I don't change their whitespace or other aspects of their code. Are...

This patch allows a user to disable py-autopep8. This is important when working in repositories that are not formatted according to pep8, as py-autopep8, enabled as part of a python...

I like the idea of the advanced search options, but I can never actually complete the search, the search never runs, I just see a looping blue "working" bar, It's...

bug

Emacs 25.3 (on Ubuntu) says: vue-html-mode is an obsolete package. Status: Obsolete in ‘vue-html-mode-20180104.1421/’ (unsigned). Version: 20180104.1421 Summary: Major mode for editing Vue.js templates Homepage: http://github.com/AdamNiederer/vue-html-mode Keywords: languages vue template...

``` def setup_gist(pelican): """Setup the default settings.""" pelican.settings.setdefault('GIST_CACHE_ENABLED', True) pelican.settings.setdefault('GIST_CACHE_LOCATION', '/tmp/gist-cache') # Make sure the gist cache directory exists cache_base = pelican.settings.get('GIST_CACHE_LOCATION') if not os.path.exists(cache_base): os.makedirs(cache_base) ``` This fails on...

As I explore an API, or come back to prior explorations, it would be valuable to examine "my hurls" and see my notes: what was I trying to accomplish, did...

feature-request

I'd like to create a template for an API that I will be visiting/debugging quite a bit. Every request in that API requires basic auth as well as an api_token....

feature-request