Denis Kasak
Denis Kasak
I'm unable to sanitize downloads, formdata and passwords using `:sanitize`. Vimperator reports `Cannot sanitize ` for each of the items mentioned. I've tested this with the latest master, with a...
The indentation of clauses added by `m` depends on the position of the cursor at the time of invocation. Given the following example, ``` data Foo = Bar | Baz...
I really like this plugin but I'm missing [data declaration](https://github.com/merijn/haskellFoldIndent#user-content-data-declarations) and [type signature](https://github.com/merijn/haskellFoldIndent#user-content-type-signatures) indenting, like in [merijn/haskellFoldIndent](https://github.com/merijn/haskellFoldIndent). Would you be interested in adding a feature like this?
Ref: https://spec.matrix.org/v1.3/client-server-api/#knocking-on-rooms
In `zeroize` 1.5.x, the `#[zeroize(drop)]` attribute [was deprecated](https://docs.rs/zeroize/latest/zeroize/index.html#custom-derive-support) and replaced with `ZeroizeOnDrop`. We can't switch to newer `zeroize` versions due to dalek, but once we do, we should replace all...
The ability to specify that lithium should treat the test case as interesting initially (before any chunk removals are done, regardless of whether it is actually interesting or not) would...
It would be nice if the checksum algorithm radamsa uses internally for test case deduplication was selectable. As aoh told me on IRC, radamsa uses a custom 96-bit checksum for...
I've encountered the following log output several times now in my snort/barnyard2 installation: ``` Apr 21 10:37:05 termina snort[26499]: OpSyslog_Log(): Is currently unable to handle Event Type [72] Apr 21...
Firefox 49 crashes for me with the latest Tab Tree in AMO if: 1. Tab Tree's position setting is set to `Left`. 2. There are more tabs than can be...
**Describe the bug** When scanning many URLs in a pipeline, galer's memory usage will increase without bounds. This is likely because galer is starting [a separate browser](https://github.com/dwisiswant0/galer/blob/b087237b52c56305d293b401d9a02fa498a824fc/pkg/galer/galer.go#L36) for each URL....