Bram Neijt
Bram Neijt
I'm currenlty exporting requirements in a package using a script based on poetry and the lock information. I think this plugin would be a good place to add that functionality...
**Describe the bug** https://github.com/adshares/adserver/wiki/How-to-use-Advertising-Ecosystem-Demo points to https://adshar.es/ which returns 403 forbidden. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://github.com/adshares/adserver/wiki/How-to-use-Advertising-Ecosystem-Demo 2. Click on the demo website link 3....
The `HelloWorld` example from https://carpe.github.io/scalambda/docs/writing-functions/ seems to suggest that you can have a plain string as input type for handleRequest. However, when I try that, I get: `Failed to parse...
Tips from Poetry discord: create a plugin for poetry from this to skip having to write a full project and directly use the internals to create a wheel with `+lock`...
- Parcel was nolonger working, switched to Vite - Update dependencies - Change to EMS imports
https://stackoverflow.com/questions/14779190/in-a-single-page-app-what-is-the-right-way-to-deal-with-wrong-urls-404-errors mentiones there should be a `` for the 404 page. It is probably better to have a dedicated 404 page entrypoint and an unfound redirect to that entrypoint, like...