Max Korbel
Max Korbel
It would also be nice if there's a way to construct a `Mux` without needing to access the output explicitly. Maybe as simple as a `mux` function that gets the...
It would be nice to be able to attach a comment to the generated block of code as well.
This could also be done probably with a sink instead of a separate isolate: https://api.flutter.dev/flutter/dart-io/File-class.html
Sometimes it is desirable to prevent collapse on only specific signals (for either debug or production).
Comparison operator could also do things like compare a bus full of "x" to `LogicValue.x` with some sort of "fill" mechanism
Thank you for the quick fix! That resolved the issue I was facing, and now I'm back to #155, which I'll continue debugging now.
Sure, here's a slightly modified example from the repo that should work well! ```dart /// Copyright (C) 2021-2022 Intel Corporation /// SPDX-License-Identifier: BSD-3-Clause /// /// example.dart /// A very basic...
I'm hitting this issue as well ``` $ dart --version Dart SDK version: 2.16.2 (stable) (Unknown timestamp) on "linux_x64" ```
PR #174 is adding a bunch more lint checks, which will probably flag some new issues for you if you get in after that (when you pull the changes in)....