Felix Angelov
Felix Angelov
> In my case I'm interested in a list of free-form values. > > Given that lists are supported for bounded sets, is there any reason not to support lists...
> I think those modalities are likely to cover the majority of free-form list input. If those were supported, it would remove the parsing behavior that many developers would otherwise...
> Update: after several hours, I was able to pinpoint the problem. An extra `s` to the word "service" was mistakenly added, inside `brick.yaml`. > > Our controller file needs...
Hi @Desdaemon 👋 Thanks for opening an issue! Can you please provide more context? You can specify a config file if you want the command to be more terse: ```sh...
Hey 👋 Thanks for the feedback! Currently the mason_logger API acts as a wrapper around stdout and stdin. What do you recommend in terms of naming?
What I meant is mason_logger exposes APIs on top of stdout and stdin to simplify common tasks such as logging progress (with an animation and duration), prompting, writing messages, warnings,...
> The `Stdout` API includes terms like `hasTerminal`, `terminalColumns`, and `terminalLines`. Therefore, the term `terminal` wouldn't be unreasonable. > > ```dart > void run(HookContext context) { > context.terminal.writeln("Hello, world!"); >...
> @felangel, based on the tags: Is this till an enhancement candidate? Is this still waiting for a response? Imo it feels like docs can address most of the concerns...
Hi @erlangparasu 👋 Thanks for opening an issue! Can you please provide some more context regarding the problem you are trying to solve and how the proposed solution would look?...
@erlangparasu is there a CLI tool that supports this?