Evo Stamatov

Results 75 comments of Evo Stamatov

Any movement here?

@marr : start a new issue and you will see the answers ;)

The purpose of the site is to challenge you! Not show off how one or another command fails. Imagine you ssh into a machine and you have just bash of...

The default webpack config (within `packages/react-scripts/config/`) uses `url-loader` and has a limit of 10,000 bytes under which it is considered embeddable. Switch to `file-loader` or lower the limit (you'll probably...

For anyone waiting... while waiting: ```yaml webdav: #^1.0.9 git: url: https://github.com/timestee/dart-webdav.git ref: 1a70d3f7236484ed170f688980020b344d729d39 ```

That link points to the wrong page. I guess you meant to use: https://github.com/gulyasm/jsonui

@jaymefrantz You probably already figured it out, but you need to use something like this: ```vue ``` See the list of [available callbacks](https://pqina.nl/filepond/docs/api/instance/properties/#callbacks), but you have to remove the `on`...

If I `cd` into a directory with `.envrc` I used to get: ```sh direnv: error /tmp/.envrc is blocked. Run `direnv allow` to approve its content [&reason=[&cmd-name=/opt/homebrew/bin/direnv &exit-status=1 &pid=96438 &type=external-cmd/exited]] ```...

Just an idea - add status checks when the app is resumed, eg when it comes back from being backgrounded. The developer adds something like: ```dart StreamSubscription _sub; initState() {...