Aravind

Results 6 comments of Aravind

``` html Hello world! :global(html) { background-color: theme('colors.gray.100'); } ``` add single quote around `colors.gray.100` Follow tailwindcss for sveltekit and no other cofiguration is required.

> I see the argument for changing it, but it's a very annoying breaking change to understand, so my instinct is we don't change this, even in a major update....

Pydantic's `BeforeValidator` and `AfterValidator` needs to raise custom error(s) for custom type(s) in case of any validation error. >```python >BeforeValidator(lambda x: bson.ObjectId(x) if isinstance(x, str) else x), >``` In the...

@art049 - when would this get merged?

It's StringConstraints issue after EmailStr validation it has to apply lower/upper case as required but strip_whitespace doesn't make any other parameters work in StringContraints.

Python images without GIL and JIT enabled should be part of docker images. I have been using docker as a dev container and to experiment new versions of python. Thanks...