Esteve Autet Alexe

Results 9 comments of 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...

> 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.