Loïc Denuzière

Results 77 issues of Loïc Denuzière

We need a function to wrap an action from a child update in a parent update, see https://forums.websharper.com/topic/87100: ```fsharp module Action = let rec Map (wrapMsg: 'ChildMessage -> 'ParentMessage) (currentModel:...

enhancement

I understand that it's because this library is older than the inclusion of the `Result` type in FSharp.Core. But maybe it would be worth adding a separate `Result`-based validation module?...

The tests for the project template currently checks that all combinations of options *build* properly. We should add Selenium tests to also check that they (or at least some of...

enhancement

The conditions where the other options do or don't have an effect are getting confusing, I think it would be better have two templates: `bolero-app` based on minimal=true and `bolero-sample`...

enhancement

Diffract currently throws an exception if one or both of the tested values are null.

enhancement

Interfaces containing only properties and no methods are sometimes used as DTOs or models in libraries. It would be useful to diff them as if they were records.

enhancement

The output for different strings just prints the two strings on separate lines. This is fine for short strings, but for longer ones, especially multiline, it can be difficult to...

enhancement
good first issue

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [ ]...

bug

* For stream rendering SSR: add class `StreamRenderingComponent

enhancement