Pedro Tacla Yamada

Results 92 issues of Pedro Tacla Yamada

The following safe code will cause a segmentation fault on the bounjour back-end: ```rust let mut service = MdnsService::new(service_type, 8080); let service_event_loop = service.register()?; drop(service); service_event_loop.poll(Duration::from_secs(1))?; ``` The segfault happens...

I can't run tests on a codespace. When ran on macos-latest these should crash if the behaviour is the same as on my box. Should reproduce #53

Adds vibe.d D implementation. To get the best performance results, it should be compiled using `ldc2` or `gdc` on Linux. On my Macbook Pro i7 machine, running inside a VM,...

Maybe something changed in the page; the scraper is throwing.

This closes #7. Also, adds tests for ignoring trending periods in `trending.languages` and upgrades cheerio. I think it'd be a nice thing to enable https://nightli.es/; should take a second.

Simple, but it's a task

We could switch back to trying to use hpack as a library. Back when this was written there were required types/functions which weren't exposed. We have to check if it's...

Maybe skipping stat altogether.