Aidan Mundy

Results 26 comments of Aidan Mundy

Here is some code that will reproduce the problem: main.dart ```Dart import 'package:auto_route/auto_route.dart'; import 'package:flutter/material.dart'; import 'router.dart'; void main() async { final AppRouter appRouter = AppRouter(); runApp(MaterialApp.router( routerDelegate: appRouter.delegate( initialRoutes:...

The `delegate()` and `defaultRouteParser()` methods are inherited from `RootStackRouter`, and I can confirm that this issue isn't present on a barebones Flutter 3.3.0 install with auto_route 5.0.1 This appears to...

@CartmanGD have you tried restarting your IDE or running the program on a device (on VSCode you should get a prompt that lets you ignore the compilation errors)? It may...

Before making a fool of myself, please correct me if I am missing something. I am very new to Terraform and I may be using an antipattern or missing some...

@withernet Unfortunately, this does not appear to be related to my problem. I _want_ the default to be null, and that ticket appears to only be for nested objects, which...

@prologic hmmm, that looks deceivingly easy.......

A future optimization to these changes would be to frontload action parsing during the config reading process and store Name items instead of raw strings, instead of passing errors all...

Should be all set @dnephin. Forgot to mention in the OP that this MR was built and tested using itself, I haven't tested building it with an older version of...

Thinking about solutions for item 3, it appears to me that dobi would benefit from a much more comprehensive state management system, similar to how terraform manages its state.

This would be a neat feature. Maybe using a different single character to end inline blocks would help with parsing the syntax? (a semicolon for example)