xitep

Results 40 comments of xitep

Started documenting available configuration options for future reference [here](https://github.com/seznam/euphoria/wiki/Configuration).

Hm, I'm not really convinced it is worth the 3rd party dependencies. However, I could imagine this to be an optional feature. 1. How would `lmdb-rs` deal with the fact...

unfortunately, "accesskey" has got very much out of fashion on the web :( and, admittedly, is being superseded by web pages taking care of keyboard navigation (each) in their own...

* i think a less confusing approach to demonstrating the utility of de/serialization would be to store the index (as a kind of cache) in a separate file (this would...

hello, just to chime in and provide another example / motivation ... i also felt the need to get hold of the ownership of the underlying `Cow`. Wanting to store...

hello, many thanks for the fix! i'm referring to the dependency via `git="...", rev="..."` in my `Cargo.toml`, but wonder whether you're going to release/publish it as a 4.2.x version. or...

> 1. The ClassName structure should have a Cow for the whole string, and instead of exposing the Vec of unqualified names as a member, could have an impl method...

there probably would be more candidates to be presented through a `ClassName` in the [attributes module](https://docs.rs/cafebabe/latest/cafebabe/attributes/index.html). What do you think? ps: the more I'm looking into it, the less and...

many thanks! i already tried it, and it works fine for me. a published version would be great!