Stefan Brand

Results 91 comments of Stefan Brand

Works for me exactly as you describe: ```sh $ devcontainer open . [246 ms] @devcontainers/cli 0.58.0. Node.js v18.18.2. linux 6.5.0-28-generic x64. ```

> That said, I am working on a new parser that should have better performance and get you exactly what you need, the occurrences between two dates (or starting after...

This might be considered an ["exotic pattern"](https://sqlmodel.tiangolo.com/tutorial/select/?h=exotic#caveats-of-sqlmodel-flavor), just like my #271 . :slightly_smiling_face:

This is the tutorial section @javivdm is referring to: https://sqlmodel.tiangolo.com/tutorial/fastapi/multiple-models/#multiple-hero-schemas It explains why you need `Optional` for the _database_ model, and can omit it for the _create_ model.

@sgillies Under my impression the type stubs derived from the tests by MonkeyType are still quite broad. We would now have to make the types stricter here and there to...

A check box always implies on/off or activated/deactivated. My use case is detailed in the first post: normalized/absolute, something which is not conveyed by a check box with only one...

@tomkralidis @ricardogsilva Please, comment on the status of this issue and the related merge request(s). We would like to send Slack messages for finished jobs.

Related PRs #1313 and #1448 were updated 5 days and 34 days ago, respectively.

Currently the free plan has only 5 calls/day. The _Basic_ plan features 1000 calls/day for $4.99/month. Source: https://theysaidso.com/api There is an RSS feed, but it seems to be updated only...

This looks interesting as an alternative: [lukePeavey/quotable: Random Quotes API](https://github.com/lukePeavey/quotable)