Ricardo Puerto
Ricardo Puerto
Generates an “unknown filter rule” when a file to sync starts with a dash (i.e. “-file.txt” generates an “unknown file rule: `ile.txt’ error). It would be good to prepend those...
It seems that negated globs are ignored by `clean`. For example: [ '/dev/**/{.,}*', '!/dev/**/.DS_Store', '!/dev/assets', '!/dev/assets/**/{.,}*' ] deletes any `.DS_Store` and `assets` from remote (and incidentally arises #79 when trying...
When `clean` tries to delete a folder with hidden files inside, generates a `"Directory not empty"` error. It seems that regular files are deleted properly but not hidden files, so...
Currently are not shown. It would be good to have them shown in the schema. Otherwise a key part is missing in the documentation if using interfaces. A good example...
After upgrading stuff the following line https://github.com/itinance/react-native-fs/blob/fcb62f622969be4634a8e2aebc67235bd1075c78/android/src/main/java/com/rnfs/RNFSManager.java#L119 throws the following error ``` .../node_modules/react-native-fs/android/src/main/java/com/rnfs/RNFSManager.java:119: error: cannot find symbol return android.os.Build.VERSION.SDK_INT
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** Build failed **If the current behavior is a bug, please provide the steps...
In the following code ``` try{ blah(); } catch(Exception $e){ Rollbar::log(Level::ERROR, “this is sent”); Rollbar::log(Level::ERROR, $e); /* this is not */ } ``` the first log is sent to Rollbar,...
**Description** When inserting using `Transforms.insertFragment` in an empty node, if the cursor is there its position is not updated (is left before the inserted text). This is not happening if...
Seems that the latest is 1.0.10 from 3 years ago. Stumbled upon the double quotes problem for the attributes that seems to be not updated in npm.
When following your instructions in the README to include the `vendor/autoload.php` and then simply make a call to `Simplify::run()` I get a `Class 'Simplify' not found` error. I’m new to...