Ilya Semenov

Results 101 comments of Ilya Semenov

For the time being, I'm using a patch for `patch-package`. Put this under `patches/esbuild-runner+2.2.1.patch`: ```patch # generated by patch-package 6.4.8 on 2022-04-13 10:39:14 # # command: # npx patch-package esbuild-runner...

Note that what esmon does is unreliable, see https://github.com/egoist/esmon/issues/5 for details (and suggested implementation).

My apologies for confusing a different esbuild-dev with yours! 🙈 I didn't pay attention to the different modes (transform vs. build) indeed, that explains it now. Here's the related issue...

Thank you, django-storages worked for me.

Multiline tabs: ```css .tabs ul { flex-shrink: 1; flex-wrap: wrap; border-bottom-color: transparent; } ``` The border-bottom-color rule removes the long hanging line on the last row of tabs.

`auto_reconnect` is broken even if a connection does *not* use any password or specific db. It will not re-subscribe after reconnect and the client will stuck forever. Broken re-authorization just...

To clarify: a sibling monorepo package is referred like this in `package.json`: ```json { "name": "foo", "dependencies": { "bar": "workspace:*" } } ``` I suppose this should be enough to...

Note that overrides seem to be ignored in workspaces. If you use workspaces, what will help is if you move overrides to the root `package.json` (possibly create empty one first).

It's not only about spaces. For instance, I had a file named `assets/audio/ВИЧ_и_искусство.mp3` which never played until I renamed it to be ASCII only.