Pier-Luc Gendreau
Pier-Luc Gendreau
@hxlniada Since webpack 5 removes this deprecated API, would you accept a PR to fix this issue?
I'm running into the same issue and I thought that's what `paddingStart` and/or `scrollPaddingStart` were for but either I'm using them wrong or that's not what they're for! For now,...
I haven't had the chance to give a try yet but [that comment](https://github.com/tauri-apps/tauri/issues/4415#issuecomment-1317827781) by @ryan-bunkr seems very helpful!
Interesting, if you want to take a stab at it, this is happening [here](https://github.com/florianholzapfel/express-restify-mongoose/blob/master/lib/middleware/prepareQuery.js#L27).
Yes I was just pointing out the faulty code, feel free to send a PR :)
Is the result of `sw.lng()` and `sw.lat()` a number?
Sorry, I somehow completely overlooked the second screenshot. The issue is that we look specifically for numbers, which should be fixed in [is-coordinates](https://github.com/Zertz/is-coordinates/blob/master/index.js#L9). ``` isNumber(34.7403) //= true isNumber("34.7403") //= false...
Probably sometimes this week, but nothing is set in stone.
I've been quite busy lately, though I will take some open-source time Friday and/or this weekend :-)
I confirm that it works! Here's an [example](https://github.com/Kiyozz/electron-esbuild/blob/main/examples/react-typescript-tailwindcss/esbuild.renderer.config.js). It's slow as is becaue Tailwind is so large out of the box but I found switching to `@tailwindcss/jit` helps *a lot*.