Lawrence Siden

Results 15 issues of Lawrence Siden

I searched GitHub for a ctrlp extension that will allow me to remove unneeded buffers, as BufExplorer can but could not find one. Hard for me to believe that this...

enhancement

I'd like to see a "file" "global" option to do this for all instances in a file or in a project tree.

Are generator-ngbp and ngbp staying in sync or diverging? Which one may I consider to be most up-to-date with best-practices? I'm also curious why I don't see joshdmiller as one...

After generating a fresh app with Coffeescript enabled and running it in Chrome, I'm seeing ``` Error: [ng:areq] Argument 'HomeController' is not a function, got undefined ``` in the Chrome...

My web app includes flask-cors as a dependency. In the log file, there are frequent messages like: `DEBUG .../venv/lib/python3.10/site-packages/flask_cors/core.py:247 Settings CORS headers: MultiDict([])` The default log level in my app...

Add "IDA" to Glossary. IDA stands for "Independently Deployed Application".

See https://edx.readthedocs.io/projects/edx-developer-guide/en/latest/style_guides/python-guidelines.html#pylint-guidelines-and-practices: > Adding a TODO in one place requires you to make a pylint fix in another (just to force us to clean up more code). Please state explicitly...

I installed qJackctl and jack with Brew. Then I started it from the command line: "jack -d coreaudio". Next I start qJackctl. jack exits: ***** jackd -d coreaudio jackd 0.125.0...

I installed devpi 6.8.0 and set it up as per [instructions](https://devpi.net/docs/devpi/devpi/6.0/+d/index.html). When I then attempt ```pip install -i http://127.0.0.1:3141/root/pypi/+simple/ simplejson``` it times out. In this case, I am expecting devpi...

The page [Retrieving Folder Details](https://code.exacttarget.com/apis-sdks/fuel-sdks/folders/folder-retrieve.html#pythongetfilter) references the property ET_Folder.filter. The correct name is "search_filter". I found this in the Python example tab but it may be in the other tabs...