Jan Peer Stöcklmair
Jan Peer Stöcklmair
Ok that is weird. I don't have a solution for that unfortunately.
It would also be nice to have the exporter (`OTEL_EXPORTER_OTLP_ENDPOINT`) and its headers (`OTEL_EXPORTER_OTLP_HEADERS`) to be configurable via environment variables: https://opentelemetry.io/docs/languages/sdk-configuration/otlp-exporter/.
A little follow up on this one (and solution). It seems that streams should work perfectly (tried everything with renderToString). The thing is that [this](https://github.com/jesstelford/react-portal-universal/blob/master/src/index.tsx#L12) does not output the children...
It would be a nice feature that radio-buttons or checkboxes which are preselected (maybe also `input`s with given `value` attributes) will get stored into the `store`. A mighty startup action...
**Thinking about the project scaffolding (for usage and contributing)** Contributors point of view: It would be nice to have a good naming of the files. Like currently `form-store` is mixed...
Ok this makes total sense. I have no idea how it is implemented, but wouldn't it help to store somewhere if `FirstGroup` or `SecondGroup` is selected? Then the `auto-defaulting` just...
Seems like it is just freezing when the text is getting too long. @dcortes92 I am not really familiar with vscode extensions, but with regex. So is [this line](https://github.com/dcortes92/vs-freemarker/blob/97725acf2493bcab66a2d1f70edccd4ddfc4e866/syntaxes/ftl.tmLanguage#L133) responsible...
@dcortes92 you think following would work as regex: `(\${\s*[\S\s]*?\s*})`? This matches everything between `${` and `}` including linebreaks. Maybe the long regex is also the cause of the mighty freeze,...
```js inquirer.prompt([{ type: 'list', name: 'name', message: `msg`, choices: [ {name: 'https://x.com', value:'https://x.com'}, {name: 'https://y.com', value:'https://y.com'} ] }]) ``` The example above highlighted the text as expected. After `value` from...
@tylerd-canva thanks for all the effort you've done so far. I took this as opportunity to continue your work ;)