Ghislain B.
Ghislain B.
FYI @patak-dev @bluwy the VSCode ESLint plugin [issue - Enable Flat Config by default](https://github.com/microsoft/vscode-eslint/issues/1644) got released and closed today. So it's probably safe to proceed now. Cheers
@zewa666 first PR to add a new `OperatorType.StartsWithEndsWith` (alias to `a*z` string), I've done some quick tests and it seems to work as intended for a local JSON dataset. I...
@zewa666 I'm not sure what would happen if we type `Ta*10*`, that probably won't work, however should we really go that deep and support that case? I think that I'll...
Yeah I also think it's probably overkill to go that deep into a simple input text filter and yeah I know I went over the top with the SO question...
also the reason I'm waiting for Angular 18 is not just because it's nearby but mainly because I don't expect to ship that many (if any) major versions in the...
indeed it's a long journey and I learned quite a lot, also happy to hear that these backend services were not just useful but also brought auto-magic in some ways...
Chokidar also supports glob pattern for file watch and `ignored` option as well but I don't see any glob support by Parcel Watcher (at least not from the docs on...
Side note and since we're talking about security, it might also be worth to publish `corepack` with `--provenance` to prevent supply chain attack, which is not currently the case. Also...
isn't `tzDate()` enough though? I asked similar question for UTC in an issue that I closed not long after getting more info from the author in this [comment](https://github.com/formkit/tempo/issues/57#issuecomment-2096078524) > So...
> [lerna/lerna#4055](https://github.com/lerna/lerna/issues/4055) lerna does not support catalog It's supported in Lerna-Lite since a few months already and I use it in a few of my projects 😉