Axel D.
Axel D.
I see... Thanks for clarifying! Nonetheless, currently compiling to ES6++ requires manually setting two additional configuration options, which is not documented. And I suppose setting them should be redundant after...
> * Run `--showConfig`, which is always going to correctly show the computed config … which is of no use when that config still won't compile. > * Read the...
I'm not confident about how the TSConfig reference page is built. Perhaps a commit hook or a linter step added to the [`pnpm run --filter=tsconfig-reference generate-json`](https://github.com/microsoft/TypeScript-Website/tree/v2/packages/tsconfig-reference#building) script would help, preventing...
I'd like to add that transitions/animations on `auto` valued properties should also be triggered when content changes: ```html Replaced content transition div { border: 2px solid #caa; background-color: antiquewhite; padding:...
@gewarren: I did some research and noticed that the issue is based in Microsoft Learn displaying a footer. The footer is scrolling the target out of the viewport: I ...
Marvellous job! Thanks!
Today I updated to the latest version. I looks like none of the changes you described is available in the production version yet?
Hi, just wanted to ring a bell for this feature request ☺️
Thank you for your kind reply! Hmm, this is an UWP app, isn't it? Would the following suggestion help? https://learn.microsoft.com/en-us/answers/questions/566115/how-to-set-focus-on-a-primary-button-in-an-input-d#answers (It's making use of the form's `GotFocus` event.)
Today, I downloaded the latest 2Fast version. Yet, I couldn't see [suggestion 4](https://github.com/2fast-team/2fast/issues/66#issue-1693872944) working. When I hit ALT+1 or ALT+2, nothing happens. Did you have a chance of implementing [suggestion...