Cafe137

Results 60 issues of Cafe137

This could be a 400 Bad Request instead, and the error message from the logs ("err: index document suffix must not include slash character") could appear in the response. Also,...

bug
good first issue
issue

I have a dependency which requires `fs` and `child_process` for some functions, but not the ones I am using. For development, this is solved by `webpack`: ``` config.node = {...

- [x] Balances stay `undefined` for a split second for each page refresh - [ ] Chequebook sometimes displays it is not deployed, but after some seconds of Bee running,...

type:issue

It would be ideal to run the UI tests in Firefox and Safari engines as well

type:issue

It is possible to navigate to the Update Feed page even when there are no feeds. Then there is an empty Select and no "Create Feed" action or any indicator...

type:issue

I'd suggest to just always serialize the history you have live in app and overwrite the localstorage history key. I don't see a reason why this should always try retrieve...

type:issue

I was wondering, if you considered extracting the logic for file upload into a provider. It would clean up the component code and you could persist the state of the...

type:issue

I started a new TS project, installed `@ethersphere/bee-js` `5.0.0`, using node `v16.16.0` and npm `8.11.0` `package.json#types` looks good, points to the correct `d.ts` file. Yet I receive this error: ```...

type:issue

``` mkdir bee-js-npm-test ``` ``` cd bee-js-npm-test ``` ``` npm init -y ``` ``` npm i [email protected] -g ``` ``` npm i @ethersphere/[email protected] ``` Yields this error: ``` npm ERR!...

type:issue