Thomas Lesieur

Results 4 issues of Thomas Lesieur

Type: Bug unable to "view value in data viewer" while debugging. When I click on it, nothing is oppened. VS Code version: Code 1.84.2 (1a5daa3a0231a0fbba4f14db7ec463cf99d7768e, 2023-11-09T10:50:47.800Z) OS version: Linux x64...

bug
data-viewer

### Description This merge request introduces checks to handle NaN and Inf values in the ControllerInput struct given in the update function. If either the ReferenceSignal or ActualSignal contains invalid...

This pull request introduces a new `Reset` method to both the `MovingAverage` and `ConcurrentMovingAverage` classes and adds corresponding unit tests to ensure the functionality works as expected. Key changes include:...

I use entgo with a valid schema located in ./ent/schema I am not able to use `go run -mod=mod ariga.io/entviz ./ent/schema ` **Simple repro :** ``` mkdir simpleRepro go mod...