Markus

Results 108 comments of Markus

Still present with 4.0.3. Here is the output with `DEBUG`: ```bash $ DEBUG=1 npx @tailwindcss/cli -i scss/tailwind.css -o c/tailwind.css -m --watch ≈ tailwindcss v4.0.3 Done in 9s [9972.22ms] [@tailwindcss/cli] (initial...

> I believe @source deals with directories and my expectation to only scan index.html is not correct. Good idea! That makes sense and would explain the behaviour.

Thanks for the reply! I just run it with `DEBUG='*'` and it takes 22 seconds between these steps: ``` 2025-05-14T15:18:32.871710Z INFO get_normalized_sources: tailwindcss_oxide::scanner: exit 2025-05-14T15:18:55.259433Z INFO scan_sources: tailwindcss_oxide::scanner: enter ```...

Just want to not that it is still present with v4.1.11 I got this error message: ``` $ DEBUG='*' yarn run tailwindcss -i scss/tailwind.css -o c/tailwind.css -m -w ≈ tailwindcss...

Oh sorry, it was a typo. It should have been "*It* generates ...". So the command is: ```bash bundle exec tapioca dsl Vacancy ```

It is a little bit more complicated than I thought. To trigger the behaviour, the following must all apply: - The model must be an `ActiveRecord::Base`-model - A database table...

I think I found a solution after reading https://github.com/Shopify/tapioca/blob/main/manual/compiler_activerecordcolumns.md, which seems to be the compiler that adds this methods. Setting `ActiveRecordColumnTypes` to `nilable` makes all columns nilable by default: ```yml...

Update: The grouping step didn't take that long, just about 30 minutes – the eta was way off. So it is not as urgent as I thought.

Thanks for your fast response. All in all it finished faster than I anticipated so maybe the switch isn't needed. My usecase might be a special one, too: I have...