Félix Saparelli

Results 581 comments of Félix Saparelli

sure, yeah, write a filter file with it, disable ignores

Could we have some clarifying from Surf/this crate's maintainers as to this situation? This is the number one issue that always stops me using surf. As per #90: > We...

Done, sorry for the delay.

> make a thing to roll-up the data into one point per hour per (crate, version, arch, client) (summing up the counts for each tag) and set the milisecond-precision database...

I think @Milo123459 is wanting to specify build-time dependencies so quick-install can build packages that have those kinds of requirements. Good idea, but: could be better to have some kind...

Sometimes it's useful to have both `read_all` and `until`. Here's a workaround I made for this purpose, based on this branch: ```rust #[derive(Debug)] struct VecTilEnd(Vec); impl for VecTilEnd where T:...

I've added the input file to the [gist](https://gist.github.com/passcod/9148782657f3f40df75ff85b8dd77c2a#file-python-http-service). The way I reasoned about it is that I needed to read `ws` (which is a few layers deep in the structure)...

I was thinking about this and I'm not sure (out of ignorance; haven't looked) if it would work with deku internals, but something like ``` until_next = |b: Option| {...