-
This one should be pretty straight-forward, albeit tedious. `memoize-one` is a dependency we have sprinkled throughout the app for memoization, but we can do that kind of stuff with React. We should l…
-
## Problem
While trying to reproduce (locally) another problem I currently have, I stumbled on this one:
I create a bucket with more then 500 files and when I recursively delete the bucket through…
-
**Describe the bug**
Datepicker does not load when added at root or component level
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://github.com/FenderStrat85/Bucketlist-client-…
-
We need to decide how to limit the key size: it's a scalability issue in any index (like buckets db), and will cause problems in any of the ledger space reduction approach.
Right now the key and LE…
-
### 👟 Reproduction steps
- using WebSDK : calling account.createOAuth2Session with success & error callback urls set
- linkedin login page pops-up
- click the cancel button
### 👍 Expected behavior…
-
The CV Genie (input) module is under development with the following bucketlist / roadmap of issues to address.
### Open Issues
- [ ] moar knobs!
- some knobs to control the parameters witho…
-
The age old question - why do Promises always resolve with tuples (Arrays)?
There have been a few threads where we receive complaints about Promises resolving with tuples. More often than not the s…
-
### Description
Sometimes, when I made http request (first request) on golang side, the log will print a error log:
```
ERR | [AssetServer] Error processing request '': Expected host '%!d(string=wa…
-
I want to list the bucket of one region. Now I can list bucket of global by client.listbuckets() and then check the region of the bucket by client.getBucketLocation. But this way will lost much time…
-
Each API method in the client repeats the same code:
```python
async with aiohttp.ClientSession() as session:
async with session.get(f"{self.url}/list") as response:
if response.ok:
…