Maxime Mangel

Results 1077 comments of Maxime Mangel

I am unsure if this is the same bug but I also have issues with completion on properties containing using double backtick. ![CleanShot 2024-04-22 at 20 43 27](https://github.com/dotnet/fsharp/assets/4760796/5a1e7356-f1d6-4991-b5b8-2330da52db00) Code for...

Just to add more info, if we do a space in the line it's also breaking the completion to remove the trailing space. Oh, I found the problem. I am...

Ok, I will check if I have the lates version of VSCode. Did you turn on `files.trimTrailingWhitespace: true` when doing your testing ?

Hello, I try to use this code but I always got a `Error: attempt to index a nil value` Here is my code: ``` lua function startClock() local today =...

Seems to work :) We can close I suppose

> If I try to use a `dom.div` with `Props.RefValue`, it captures a browser element rather than a `ReactElement` (let alone the component). This is normal, the `ref` you get...

Sorry, without an example of what is expected it is difficult to help you. I tried to look at the documentation of [ReactXP](https://github.com/microsoft/reactxp) because I think this is what you...

Hello, I have the same issue. My work around is to use set the `appear` props and use that class instead to mimic the `enter` behaviour.

Hello @ncave, I am also having issues with how we handle changelog now days because it is a chore to maintain it. We can give it a try to moving...

Also, the problem with current changelog is that I don't know but in merge/rebase it seems like there are always issues. For example, today I had to fix the changelog...