Szymon Stasik

Results 17 issues of Szymon Stasik

# Feature request I found this plugin very useful while working with my Ionic Cordova project. Now I'm migrating it to capacitor and also started another capacitor project. As I'd...

when trying to install `ts-fsm` package I am getting error ``` ./node_modules/ts-fsm/bin/dist/lib/ts-fsm.js npm ERR! code ENOENT ``` IMO the problem is in `package.json` ``` "bin": "./bin/dist/lib/ts-fsm.js", ``` after removing this...

while trying to find a way to upload files I've found https://github.com/cyrus-and/chrome-remote-interface/issues/164 which uses `DOM.setFileInputFiles` api call. now wonder what is the minimum amount of work required to enable this...

currently `AfoListObservable` processes all the list items for any single item added/deleted/updated which triggers also whole list updates to local storage. Firebase `child_*` events could be used/propagated to have fine...

enhancement

DO NOT MERGE This is just a try/proposal for https://github.com/adriancarriger/angularfire2-offline/issues/35 to use array item level events to avoid all items being updated each time any comments, suggestions, ideas, commits are...

FabricPlugin is unable to catch one error during initialization (white screen shortly after splash screen). https://github.com/graphql/graphql-js/issues/1182 I identified the crash/bug itself and was able to apply a workaround for the...

as it is possible to support web for both cordova plugins and fabric (https://docs.fabric.io/web/fabric/settings/index.html)

I tried to check out and run the recent version and the main container fails to start with: ``` fastql-fastql-1 | usage: alembic [-h] [--version] [-c CONFIG] [-n NAME] [-x...

would it make sense to make this repo a template repository to act as a boilerplate for other projects?

For ``` const config = { init: 'NEW', transitions: [{ name: 'init', from: 'NEW', to: 'READY' }], methods: { onBeforeTransition: function () { // here any code always returning promise...