Adam Uhlíř

Results 120 issues of Adam Uhlíř

What do you think about adding an option for `bzz.list()` that would recursively fetch all entries for a given manifest? Resolving all the `common_prefixes` returned by Swarm?

Upon exploration of interfaces, I think that direct usage of `UploadOptions` for `uploadDirectory()` is not accurate as it posses some options that are not used. At least `size` option is...

The error handling should be improved as the Errors do not really say much about the problems that they represent. For example, calling `bzz.list(hash)` on a hash that is not...

There are slowly creeping migration changes into Desktop, which are required either from Bee's changes or internal changes. So far, they have been in the form of "change name" which...

issue

The log rotating mechanism for the Bee seems to glitch out sometimes. We should maybe consider change the lib that implements this feature.

bug

Currently, with the component refactor we don't do Sentry release for the UI and uploading source maps. This is because the UI will need to have some versioning introduced that...

issue

Investigate how to remove the data and logs when Swarm Desktop is being removed from OS

issue

API now has quite nice handling of validation errors and it returns them as 400. We could add another `TogglApiException` that would encapsulate these errors with nicer message than now...

Toggl supports sessions now ([see here](https://engineering.toggl.com/docs/authentication#authentication-with-a-session-cookie)). It would be interesting to explore if we could replace the "password" or "token" authentication with those in order to improve security.

enhancement