Mathieu Amiot
Mathieu Amiot
Hello! We as of now don't support authentication against CouchDB. We can plan it for the next release though.
Sure - I made sure to run `cargo clean` between executions. Seems there's a small compilation time gain (probably because the error handling impl is not inline compared to a...
Related to https://github.com/ramsayleung/rspotify/issues/459 I managed to make it work by adding images to the playlists that didn't have one (I had a couple of very old - 2008 - empty...
@Brynyard Nope. I just went through a similar number of them myself. It's pretty easy to spot anyway. Just go on the web interface, any playlist with no picture at...
Hi, IIRC Markdown plugin carries its own color file and is not optimal on dark-themed schemes. My WebStorm/PhpStorm are buggy right now so I can't check, but if you want...
Which language is this? Java?
It should be, most params are configurable through the UI, but for some (admittedly rare) cases, I had to look up keys in the default themes to add them to...
As an example, I made a fixed branch (based on tag v0.2.5) here: https://github.com/OtaK/formats/tree/otak/x509-cert-wasm
I think you're right, it *might* be another crate disabling some features (like `std` on the `der` crate?) somewhere in my dependency tree. I'll run my patch for now and...
I think I found some extraneous allocations in the following code points; Vec::new() allocates an empty vec and each push that goes over the capacity effectively doubles the capacity. Which...