Vojtech Kral

Results 18 issues of Vojtech Kral

Hi, have you considered F-Droid deployment? Would you be open to the idea?

The documentation says: ``` JavaScript $(function () { // 1. Initialize fotorama manually. var $fotoramaDiv = $('#fotorama').fotorama(); // 2. Get the API object. var fotorama = $fotoramaDiv.data('fotorama'); // 3. Inspect...

maybe

TL;DR The misconception that [if T: 'static then T must be valid for the entire program](https://github.com/pretzelhammer/rust-blog/blob/master/posts/common-rust-lifetime-misconceptions.md#2-if-t-static-then-t-must-be-valid-for-the-entire-program) ... is not a misconception. It's literally true, in a sort of pedantic way....

Hi, we're using rust-rdkafka at @braiins . However, we found out that we probably wouldn't like to use the interface as is because of the requirement to spin up threads...

enhancement

Hi. I was wondering if it's possible / feasible / practical to use Dhall as a 'schema' while using other (more common) formats such as JSON etc. That is, whether...

Hi. I'm not sure if you're aware of this, but ZIP archive encryption is, well, shite. It suffers from the _known plaintext attack_. **TL;DR:** Any TNoodle-generated password-protected zip file can...

The `snafu::guide::philosophy` says that > Each module should have one (or more!) error types that are scoped to that module, reducing the need to deal with unrelated errors when matching...

support request

Hi. The doc says a predicate value can be a collection: > A predicate values is typed, and can be a string, a boolean, a number, a bytestream, null or...

enhancement
topic: predicates

I noticed today that when I `.detach()` a task, its `drop()` is never run. Is this to be expected? If yes, this should probably be documented in `Task::detach()` docs... Using...

documentation
help wanted