Eric Xanderson

Results 15 issues of Eric Xanderson

I've come to this page many times trying to remember the transition api _or_ figure out if i can set it on a component. Examples of setting up and using...

test case: ``` /*! localForage -- Offline Storage, Improved Version 1.9.0 https://localforage.github.io/localForage (c) 2013-2017 Mozilla, Apache License 2.0 */ /* eslint-disable */ !function(a){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=a();else if("function"==typeof define&&define.amd)define([],a);else{var b;b="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof...

bug

Error & distinct test/example provided here: https://github.com/localForage/localForage/issues/1008 Error appears to be when a webworker # > 2, ready command fails to fire, idling worker in response. I'll review the code...

Based on the recommended [https://crontab.guru/#0_1/4_*_*_*](https://crontab.guru/#0_1/4_*_*_*) ``` SELECT cron.schedule('0 1/4 * * *', $$ select replicate_whole_database('192.168.1.220','mydb'); $$); ``` I'm guessing steps are not implemented? I didn't see it in the readme.

**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor -...

Closes https://github.com/yjs/y-webrtc/issues/20 - Extends the simple peer class to override the ```send``` and ```_onChannelMessage``` functions to handle chunked data packets using custom defined packets ```encodePacket``` and ```decodePacket``` - Adds bundled...

Most browsers currently have a limit for message size: https://stackoverflow.com/questions/15435121/what-is-the-maximum-size-of-webrtc-data-channel-messages My testing on chrome gets the following error: ```Attempting to send message of size 988606 which is larger than limit...

**Checklist** * [X] Are you reporting a bug? Use github issues for bug reports and feature requests. For general questions, please use https://discuss.yjs.dev/ * [X] Try to report your issue...

bug

Usage: `docker run [COMMAND ...]` Run OpenStreetMap Tile Server related operations in a docker container. Positional arguments: The command to run. (default: `help`) ## Commands `[COMMAND ]`: > `help` Show...

Not sure if this is a ogr2ogr a problem or related to this, but ``` gdal3.js:1 gdal stderr: ERROR 6: Unknown option name '--config' ``` When trying to set options...