Richard Caceres

Results 15 issues of Richard Caceres

I understand that cloudfuse cannot list more than 10,000 subdirectories, but can it also not "cd" into a subdirectory if it's it has more than 10,000 siblings? It seems like...

https://github.com/BitPhinix/slate-yjs-example/blob/12f26de76d85332be0777c6863e002ca138fa32d/src/Client.tsx#L76 I am having mixed results with this. I keep getting an error ``` Unhandled Runtime Error Error: Length exceeded! ``` Do you have any tips to initializing the WebSocket...

Hello, I attempted to upload a large file (approx. 100mb), and my browser became very slow. I wish I could provide more details, but have large files been considered in...

feature

The documentation makes me expect a response that has more info than just `true`. http://remotestoragejs.readthedocs.io/en/latest/js-api/base-client.html#list-of-functions Am I doing something wrong, or is there a bug? This is `"[email protected]",` `client.getListing('')` response:...

improvement

I notice they are being included and initialized by default. In many cases, these might not be used, so it would be ideal if they were optional. On a high...

googledrive
dropbox
dev environment

Hello. I am trying to take something that looks like `@foo` or `#bar` in the text and deserialize it into custom mention types (`mention_user` and `mention_hashtag`). Do you have any...

Is it possible to import to a private project with the codesandbox-cli?

I created a fork and tried to run the tests locally, but they fail. My steps: ``` virtualenv --no-site-packages --distribute venv source venv/bin/activate pip install -r dev-requirements.txt --allow-external progressbar --allow-unverified...

Hello, is it possible to save the choice on the server instead of local-storage? Do you have any tips on how to go about that? I am currently using python....

## I gave this package a shot, but could not get it work. Here are some of my notes: - Created a repo and django project with a postgesdb. -...