rmawatson

Results 14 comments of rmawatson

This issue still seems to be present. I can get a result from `embedded list` but only by specifying an **invalid** config file. (1) With invalid config file - works...

I should note that it seems that when using an 'invalid' app.ini path, the file and path gets created with the content: ``` [security] INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6......................VRdGT1imauIcCNegCJi0xjZQyB46FGa7v7qtUF_IAc ```

Thanks - have deleted. Unfortunately when #17779 is merged, it will give an error according to the change list > Show errors in CLI code if an incorrect app.ini is...

Git integration would be really great. Currently I have just init a git repo in the .noteable dir and I'm manually commiting and pushing every so often. But having either...

same problem, no errors in the console ``` git: tracking working dir D:\repository\notes >>> view.settings().get('syntax') 'Packages/Markdown/Markdown.sublime-syntax' ```

Your problem is with [this](https://github.com/Lyokone/flutterlocation/blob/master/android/src/main/java/com/lyokone/location/LocationPlugin.java#L117-L129) Please see [here](https://github.com/rmawatson/flutter_isolate/issues/12#issuecomment-499272592) and [here](https://github.com/rmawatson/flutter_isolate/issues/12#issuecomment-518777794) for why. Also please use code formatting in your issue to make it readable

without looking at it I'm not sure. You can try applying this PR https://github.com/rmawatson/flutter_isolate/pull/22

yes, its probably not ideal. Although I don't know how much memory launching another engine actually uses, I suspect there is a lot of stuff loaded that doesn't need to...

@florimondmanca , yes upgraded to 3.8.2 to check, the result is the same.

Thanks @Baysul. [This](https://bugs.python.org/issue39232) bug report looks like it is tracking the same issue.