Wes Turner

Results 267 issues of Wes Turner

Where all can I place a .babelrc? I'm assuming that ~/.babelrc works; but I generally don't want to set even user globals. - [ ] README: describe how to `cat...

question

'Elasticsearch' object has no attribute 'mlt' line 424 ``` python haystackbrowser/admin.py in view raw_mlt = SearchQuerySet().more_like_this(model_instance)[:5] ``` - "More like this not working" https://github.com/django-haystack/django-haystack/issues/1398 - "The mlt method had been...

https://github.com/cloudmatrix/esky/ > Esky is an auto-update framework for frozen Python applications. It provides a simple API through which apps can find, fetch and install updates, and a bootstrapping mechanism that...

- https://www.owasp.org/index.php/DOM_based_XSS_Prevention_Cheat_Sheet - https://cwe.mitre.org/top25/#CWE-79 - http://cwe.mitre.org/data/definitions/79.html

For accessibility reasons, a dark mode would be more usable. There's a `prefers-color-scheme` CSS feature that could be utilized in https://github.com/greduan/chrome-ext-tabulator/blob/master/src/base.css :: https://web.dev/prefers-color-scheme/#loading-strategy

A .github-actions.yml could publish the extension to the Chrome Web Store e.g. when Pull Requests are merged to the configred branch? https://github.com/marketplace?type=actions&query=chrome - [n extensions to publish to chrome store]...

Labels that could be added to this project: - https://github.com/topics/chrome-extension

`` tags in headers are comparatively small. Something like this would fix it: ```css /* h2 { font-size: 30px; } article code { font-size: 13px; } */ h2 code {...