Tino Hager
Tino Hager
Currently no provider filter by launch year. It is an optional value.
I think at the moment you can also filter the `LaunchYear` after the request. I will consider your proposal.
I have add a new unit test following countries have an issue MX/PR/US. I'll check that out more closely over the next few days.
If you are from america? What is the right solution? Add 2 entrys in the calendar? For example Fr | 30. Dez | New Year's Eve observed Sa | 31....
https://www.law.cornell.edu/uscode/text/5/6103
``` version: "3.4" services: db: image: "mcr.microsoft.com/mssql/server:2019-latest" environment: SA_PASSWORD: "Secure-Password.1234" ACCEPT_EULA: "Y" healthcheck: test: /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P "$$SA_PASSWORD" -Q "SELECT 1" || exit 1 interval: 10s timeout:...
For information on this project [The old Amazon Product Api is shut down on `31 October 2019`](https://dev.to/skatkov/new-amazon-product-advertising-api-is-here-and-you-need-to-migrate-fast-3545) Documentation for the new API - [API Reference](https://webservices.amazon.com/paapi5/documentation/) - [Product Advertising API Scratchpad](https://webservices.amazon.com/paapi5/documentation/play-around-using-scratchpad.html)
Yes, that would certainly still work. I wanted to test my changes before I make the commit. Since I am otherwise using other programming languages, docker was of course my...
@florianfesti Do you want to implement the change here with the bind mount?
@florianfesti i have add the infos for the bind mount in the `Dockerfile` also fix a second issue with python3 files without extension. `docker run -ti -p 4000:8000 -v %cd%/scripts:/boxes/scripts...