F. Levi

Results 181 comments of F. Levi

> > > 👋 I was able to get the regex to work using `'^\/(?!(dist|node_modules|package\.json))'` (the initial slash ensures it is in the root) ... if you include this as...

I have had no problems importing pure ESM packages in my NestJS project. Sure it can get a little tricky and there are probably situations where it would be really...

This might not belong here but I leave it here in the hopes that someone might find it useful. I just need to know whether a property can be `Enumerable`...

It's not super important for us, but it would be nice, because at the moment I have to query each and every document that satisfies a filter, and then import...

I commented the line ```Rust // .parse_callbacks(Box::new(bindgen::CargoCallbacks)) ``` same error. > ... can you post some concrete steps to reproduce? Sure! 1. clone [this](https://github.com/FLevent29/nur-rust-test) repo 2. cargo build 3. should...

Even so I don't think any fix to this issue would resolve mine, because I am not sure why the @types/node maintainers decided that instead of overriding the `Transferable` global...

I stumbled here. Since it's still open, it can be used in Deno via [Skypack](https://www.skypack.dev/view/fast-xml-parser) or soon with [npm support](https://deno.com/blog/changes#compatibility-with-node-and-npm). With Skypack like so: ```typescript import { XMLParser, (...) }...

Moving all typesense js packages to pure ESM is the real and modern solution to this, I believe. Angular for example gives warnings about CJS dependencies: https://angular.io/guide/build#configuring-commonjs-dependencies Here's a good...

Doesn't seem possible for `export` and `exportStream` where in my opinion it makes the most sense. Looking at `ApiCall` `get` it's totally possible, only place it's missing is in the...

For me `Borderless window` mode alone crashed the game once, so maybe there are some issues regarding the new patch.