Helio S. Junior

Results 11 comments of Helio S. Junior

I have identified an weird behaviour, really inconsistent, when you have markers and one of them have invalid lat/lng you may have this empty grey box (and no errors on...

Good idea! let me know if u need help

Same problem here, running with `vue ui` when I add the plugin and done the setup I got this error. I've tested this on node 8.11.3 (npm 5.6.0) and v10.11.0...

I can reproduce it, seems to happen when you press a key

Hey, what do think about create a `__migrations__` table on schema to manage the migrations executed instead xml files? This approach is used in many frameworks, if u agree I...

I was :/ but I faced a problem that go against the way is used generator on project

oc! well, I was planing to create a migration when the `flutter pub run build_runner build`, but I'll need to check if changed and/or what changed on database schema, and...

Sorry guys, when I was planning to start, I just figure out another one, that already do this, take a look on [Floor](https://pub.dev/packages/floor#migrations)

I loved the idea! If possible I'd like to work on this feature =) can I @gurleensethi ?

To make this work, I supposed to add jquery ### Gem file ````gem 'jquery-rails'```` ### Application.js And here we need to load the jquery.js ```` //= require jquery3 //= require...