Stefan Toubia
Stefan Toubia
Wanted the file drop functionality but without any of the styling. For me, it was a lot easier to work with file drop as a directive, that was I can...
[See slack thread](https://clojurians.slack.com/archives/CHY97NXE2/p1657315655347709) Here was the example use case Resolving `type-mismatch` in `korma.core/where` Example: ```clojure (korma.core/where (< :start_date start-date) ``` Config: ```clojure {:config-in-call {korma.core/where {:linters {:type-mismatch {:level :off}}}}} ```
## Current behaviour 💣 It looks like `html-webpack-plugin` 5.4 bumped `@types/html-minifier-terser` version from 5.0 to 6.0. Version 6.0 requires node >= 12, but `html-webpack-plugin` still lists node 10.13 as the...
It would be very useful to be able to programmatically manage `deps.edn` files but it's somewhat of a dealbreaker that we cannot currently maintain alphabetical ordering since the config files...
This is a fairly minor issue, but thought I'd point it out. Scripts like `"ci": "pnpm tsc && pnpm lint && pnpm test"` won't be run properly when running multiple...
# Bug report The `lazyCompilation` experimental feature is very useful for multi-entry projects, the switch to webpack 5 did cause an overall slow down for cold builds and hot module...
### What problem does this feature solve? Config changes are not always picked up by the extension automatically. This leads to some stale lint errors without an easy way to...
I think the chat example would be a lot more valuable if the messages were published via the websocket connection instead of as separate HTTP request. I'm trying to migrate...
I recently needed to add some redirect to some of my routes and was surprised that there wasn't an existing solution. Here's what I ended up with, works great for...
Fixes #264