Rexios

Results 325 comments of Rexios

Yes my generate script updates the generator and I double checked it's using `7.7.0`

@0xkubectl The `built_value` generated code is borderline unreadable and also many times the size. I would rather not go back to it.

I am almost positive the dart generator does not like this

This should be fixed in hive_ce: https://pub.dev/packages/hive_ce

Isolate support has been pre-released for `hive_ce`! Get the pre-releases here: [hive_ce](https://pub.dev/packages/hive_ce/versions/2.11.0-pre.4) [hive_ce_flutter](https://pub.dev/packages/hive_ce_flutter/versions/2.3.0-pre.1) [hive_ce_generator](https://pub.dev/packages/hive_ce_generator/versions/1.9.0-pre.1) Please try out `IsolatedHive` in your projects and report any issues you may have. I want...

We should not add a user agent by default, and even including one in the example is a bit iffy because people will just copy/paste the code and not change...

Do you have any thoughts on this? Linting yaml files kind of works, but the plugin doesn't get notified about updates to yaml files. I tried adding *.yaml to the...

Actually it looks like `custom_lint` isn't working as a path dependency. It doesn't seem to work in the `dart_custom_lint` project at all either, so it's not just my project. Do...

Is that in the documentation somewhere? I looked but couldn't find it. Maybe we should add this to a CONTRIBUTING.md file?

I think I got it kind of working by symlinking my fork of custom_lint into the pub cache, but I still can't get yaml lints to update in real time....