Sami Abdul-Wahid

Results 11 comments of Sami Abdul-Wahid

version `29.0.1` of jest has not been tested with `ts-jest` so probably best to wait for a supported version ` jest --testTimeout=180000 --forceExit --maxConcurrency=1 --runInBand error_pages.test.ts ts-jest[versions] (WARN) Version 29.0.1...

test process for the `-w` option in `tailwindcss build` cmd - Find a bg color style thats not used anywhere in the program - I can use `"bg-red-600"` for that...

When I add `-w` to `bin/refresh-styles` and run that manually, it works. No need to change `tailwind.config.js` or anything But when I add to either `server/tailwindbuilder.sbt` or `server/project/TailwwindBuilder.scala` it doesn't...

Rebasing this off [tailwind v2->v3 upgrade](https://github.com/civiform/civiform/pull/3438) doesn't result in the JIT automatically rebuilding styles (yes, I have gotten rid of the `extract` field under `content` in tailwind.config.js) So either we...

Am a see if I can make progress on this today

Would using e.g. a JS function to continuously ping for the number of shared questions be a good approach to keeping the data up to date?

Also in the case of the draft question, would it be appropriate for them to end up editing that draft, so long as they were informed? And maybe also add...

Shrinking from 3300x3300 to 500x500 and keeping as png reduces size from 204K to 45K After that, converting to webp further reduces size down to 22K From my last test,...

For some reason shrinking the image to 500x500 causes the final rendered image to shrink. But shrinking to 700x700 causes the final image to shrink less. I will need to...

Noob here > Yes, you can always use GTK directly. > Please look [here](https://github.com/antoyo/mg/blob/abcc1dba98569b7333647d0d1babc80ff45ed6be/src/app/status_bar.rs#L71-L76) to see an example from the `mg` crate. I tried following that. However, I couldn't get...