David Volquartz Lebech

Results 20 comments of David Volquartz Lebech

This one-liner worked for me (April 2022) to run the existing Docker container running without a Maxmind download: ``` docker run --restart=always -p 8080:8080 fiorix/freegeoip -db https://download.db-ip.com/free/dbip-city-lite-2022-04.mmdb.gz ``` This is...

@pablo-abc Thanks for your quick response and sorry for my lack of response! There is no official roadmap for 1.0.0 that I can find, but the documentation in [the repository](https://github.com/jquense/yup)...

@pablo-abc Since the yup-validator is just a single file with a very short piece of code, I have now included the `validateSchema` directly in my project (with a copyright notice...

Hi @pablo-abc I'm closing this as Yup has been released in version 1.0.0 and this is no longer relevant. Cheers.

@kamerat I see the same. The error occurs when upgrading from Node v20.12.0 to v20.12.1. The `server.proxy: {}` setting did not work for me. Here's [the changelog](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.12.1). Based on the...

Hi @mineryan1, This might be a Windows issue. Some background below. The error you get is because the code expects your input texts to have the newline character `\n` in...

Thanks for you quick reply @ofpiyush :pray: In terms of feedback, that's probably better for another thread, but I can tell you briefly that I'm using [a fork](https://github.com/svaletech/fastapi-cloud-tasks/) with the...

@yogeshdecodes No, I don't think that #8 is backwards compatible and would be a breaking change for this library and should bump the major version... And yes, fastapi >=0.100.0 would...

@yogeshdecodes that's good to hear! :tada:

@brianferri 🎉 🏆 Thank you I got completely sidetracked with other work and forgot about this one 🙈