zroug

Results 17 issues of zroug

```javascript const id = Symbol() const state = hookstate({[id]: "Hello World!"}) console.log(state.nested(id).get()) ``` Expected output is `Hello World!`, actual output is `undefined`, there is no runtime error or type error...

enhancement
hookstate-5

## Classification: Bug ## Reproducibility: Always ## Version AutoKey version: 0.95.4 Used GUI (Gtk, Qt, or both): Gtk Installed via: PPA Linux Distribution: Ubuntu 18.10 ## Summary Scripts that are...

upstream bug
autokey triggers

It would be great to have a measure of the size of transactions in the journal view, similar to the "Change" column in the account view. Something similar to the...

enhancement
help wanted

### Describe the bug When you do a query like `LIVE SELECT DIFF FROM table`, you get updates like ```json { "result": { "action": "UPDATE", "result": [{ "op": "remove", "path":...

feature
topic:live

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 The current implementation of `CssVarsProvider` requires...

package: styles
customization: css

Output of `restic version` -------------------------- restic 0.11.0 compiled with go1.15.3 on linux/amd64 What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- As the title said:...

type: feature enhancement
category: check

This is because boolean values don't support all bit patterns. > An object with the boolean type has a [size and alignment](https://doc.rust-lang.org/reference/type-layout.html#size-and-alignment) of 1 each. The value false has the...