Zachary Moshansky

Results 15 comments of Zachary Moshansky

Compared to TigerWolf's progress, my current version has a lot of changes. Point being, it seems like a great time to clean up and re-organize. @HashNuke, are you open to...

@TigerWolf @HashNuke Here is a bit of my [work to date](https://github.com/HashNuke/ansible-elixir-stack/compare/master...zmoshansky:master). I've been working on improving the nginx config to handle tls, gzip, and use the recommended config from the...

It'll probably take a while to get a repo up, but here's the gist of the code... Main: ``` late final backgroundScheduler = BackgroundScheduler(); Future main() async { WidgetsFlutterBinding.ensureInitialized(); await...

@federicodesia Thank you very much for adding a minimal repro! @felangel I can second that a `reloadFromStorage` function would allow us to work around a lot of cross-isolate issues by...

While trying to handle this scenario, I also ran into the following issue... https://github.com/felangel/bloc/issues/3243 @mpiparo To handle schema changes historically in mobile apps, I've successfully leveraged an approach where: **Ephemeral...

Confirmed, that this fixed the issue. @KasemJaffer @dvird @xal @danReynolds : Would you please merge this PR and/or add me as a maintainer?

Likewise, this pair of lines autofetching `className/methodName` throw exceptions when invoked from a non-class function. ex.) ``` nativeCodeCallback() { Flog.info(text: 'Non-Class function') } class someClass { ... } ```

Still a problem using `"cordova-android": "~9.0.0"`. While it may just have been yarn & Cordova (npm) fighting it out, but I found it was even better to avoid `cordova plugin...

Can I offer any help to try and get this across the line or is it blocked pending some goal (`1.0`)? (Regardless, much thanks to the authors of Ramda and...

Inline with what @kleeb mentioned, changing the following path prefixes in config.xml && package.json seems to have alleviated the issue in a permanent manner. ``` git+https://... -> https://... git+ssh://... ->...