Esteve Autet Alexe
Esteve Autet Alexe
Add a declaration for the library in your `globals.d.ts` file if you don't have one create one in your `src` folder ```ts declare module 'list-react-files' { function listReactFiles(cwd: string): Promise...
πππππππππππππππππππππππππππππππππThis π adds π memory π safety π which π leads π to π this π being π blazingly πfast π so πwe π should merge π this π to...
there is no way.
> Worth noting that by default, cargo does not emit warnings in dependencies, so a `compile_warning` macro by itself would most likely not be useful for library authors, and I'm...
> What is the advantage of this when compared to the existing [`Iterator::try_collect`](https://doc.rust-lang.org/nightly/std/iter/trait.Iterator.html#method.try_collect)? I was thinking of clearer semantics, because while it is right that an implementation can already be...
> > What is the advantage of this when compared to the existing [`Iterator::try_collect`](https://doc.rust-lang.org/nightly/std/iter/trait.Iterator.html#method.try_collect)? > > I think the general idea is you can implement `TryFromIterator` for arrays, but not...
Hello, sorry for answering late, I'm moving from my house to another house. The difference between `try_fold` and `TryFromIterator` would be mutability, `try_fold` requires the structure to be mutable, while...
> Thanks [@stifskere](https://github.com/stifskere) for that. In looking at the minutes, there is unfortunately no more context from that discussion to share. The summary above is what people wanted to hear...
> I resolved this issue by not using an endpoint that was proxied through Cloudflare. I can confirm this does it.