Sam Willis
Sam Willis
Currently when bundling CSS if you only want to update the relative path in the `url()` and not move the file you have to use the plugin api as in:...
Hi, Firstly, thanks for this! From trying out a few vips build packs this seems to be the best and most current one! I have found a bug in the...
I have put in a request (https://github.com/pypa/pypi-support/issues/2058) to adopt the project name "nodejs" on PyPI with the support of the previous owner of an abandoned project that previously used it....
The current planned Python API for nodejs-bin would be very limited. Because nodejs-bin versions are tied to Node.js versions exactly we have to fix this api for the forceable future...
I'm looking for thoughts on which versions of Node.js you would like to see made available via PyPI by nodejs-bin. See: - https://nodejs.org/dist/ - https://nodejs.org/en/about/releases/ I'm personally inclined to just...
I have been using Playwright with the Scrapy web scraping framework, this is the plugin: https://github.com/scrapy-plugins/scrapy-playwright Scrapy is designed to cleanly shutdown on SIGINT, saving its crawl state so that...
It seems that when using scrapy-playwright Scrapy will not shut down cleanly on SIGINT (`cmd+c`), and you have to force a shutdown with a second `cmd+c`. If you use the...
Currently the regex for starting a `{% %}` Django tag is: https://github.com/vscode-django/vscode-django/blob/69d480440c84aa9c017debc3b2514496864403f6/syntaxes/django-html.tmLanguage.json#L84 Django actually supports any none white space char as the tag command "name", however the current regex limits...
## Feature Request ### Description (I'm new here (and to Capacitor), hopefully I have this submission correct and I'm in the right place) I'm building an app where it would...
We have a separate [nodejs-cmd](https://github.com/samwillis/nodejs-pypi/tree/main/nodejs-cmd) package that is installed as an option (`pip install nodejs-bin[cmd]`) to get the normal command line commands for node. [Corepack](https://nodejs.org/api/corepack.html) is an experimental new command...