Adam Uhlíř

Results 120 issues of Adam Uhlíř

Currently, when you call `emit()` you can attache `.catch()` to the returned Promise for error handling. It has a limitation coming from Promise side as Promise can be only *once*...

Node 18 changed the default behavior of translating DNS names into IPv6 instead of IPv4. That means that `localhost:1633` gets translated into `::1:1633`. I think this is a quite strong...

issue

When I try to input all sort of invalid or valid-ish data, I pretty much always get `500` which seems to me a bit extreme as for most of these...

bug
good first issue
issue

If I upload a chunk and want to pin it with the `POST /pins` endpoint it fails with `Not Found`. If pinning a chunk with the API is not supported...

issue
needs-triaging

Currently, the `GET /stewardship/{reference}` endpoints expect a reference to manifest. If I pass to it reference for a simple chunk it fails with: ``` DEBU[2022-04-21T09:10:32Z] stewardship get: is retrievable 33406e072931ebbd01a14607138bf3228a02e961c50e92e674ca5627ca7a4516:...

good first issue
issue
needs-triaging

#### Summary If `--token-encryption-key` is not specified for the `--restricted` mode then Bee should auto-generate a random key and save it to config. #### Motivation From the explanation from @notanatol...

issue

I think it would be quiet handy to add some special class (for example "joint-paper-not-interactive"), so developers could style the elements based on this class (for example using different cursors...

enhancement

### Expected behavior and actual behavior. When calling `fitColumnToValues()` without value, all columns should be refitted to data as described in documentation. Datagrid instead crashes on ``` Uncaught TypeError: Cannot...

bug

## Describe the bug I have been trying to set up `pinentry-touchid` the whole day. First I run into the problem of the `pinentry` symlink using `pinentry-curse` that I have...

bug