Adam Uhlíř

Results 120 issues of Adam Uhlíř

For GitHub repo's we could use the GitHub repo's status to indicate when the publishing is happening, is finished or failed. API: https://developer.github.com/v3/repos/statuses/ Problem is that the API calls require...

enhancement

You can set timeout globally using the `Bee` or `BeeDebug` constructor options, but you might want to disable timeout for some method calls using the `RequestOptions`, but that supports only...

type:issue

It would be awesome if there would be utility abstraction layer for management and more high-level operations over Postage Stamps. It could do for example: - the typical crud operations...

type:issue

The problem of the `4.1.0` release was changed in the published `dist` structure. In order to prevent that, we could have simple check that builds the package and checks that...

type:issue

With the Node 18 update that automatically comes with `[email protected]` this creates a problem for bee-js as in `[email protected]` was released fix that performs some new peer dependencies validation (see...

type:issue

We want to extract a lot of the basic types and utility functions (in the `Utils` namespace) into a separate package so it would be possible to use in other...

type:issue

Would be good to have tests that verify that Service Worker works in order to verify #586 but I have skipped working on it as it seemed to me as...

type:issue
kind:test
P4

In the upcoming Bee 1.4 release, there will be support for restricted API https://github.com/ethersphere/bee/pull/2400 We should add support for this.

type:issue

It seems thank to using in `package.json`: ```js browser: { stream: false } ``` Prevents to actually webpack to polyfill the `streams` package even if it is configured to do...

kind:bug
type:issue

There is a general shift in the JS ecosystem from the CommonJS module into native EcmaScript Modules. Currently, it is natively supported in the whole ecosystem, but for Node 12...

type:issue
kind:architecture
status:blocked