Victor Bastos

Results 15 comments of Victor Bastos

I fixed this by asking the permissions on Android and iOS (using react-native-permissions lib): ``` useEffect(() => { async function askPermissions() { if (Platform.OS === 'android') { await Permissions.requestMultiple([ 'android.permission.CAMERA',...

You will be loved for a bunch of developers! Em 25 de set de 2017 10:55 PM, "Andres Michel" escreveu: > I'm considering adding the old tabs as option 😁...

I guess `this` in the interceptor is in context of interceptor, not the vue main instance.

Even without `shell_input` the `file_templates` doesn't work.

Yes: ``` Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 208, in on_load callback.on_load(v) File "advanced_new_file.commands.new_file_command in C:\Users\vbastos\AppData\Roaming\Sublime Text 3\Installed Packages\AdvancedNewFile.sublime-package", line 155, in on_load File "advanced_new_file.commands.new_file_command...

Works if I remove the regex part.