Loïc Denuzière

Results 77 issues of Loïc Denuzière

Add an attribute on elements bound to a given Var that identifies them, and use that to set the value from the Var.

bug

See http://forums.websharper.com/topic/83583 XML namespaces are necessary for SVG support on older browsers, but we are currently stripping them.

bug

I just created one in a project for a self-updating "x minutes ago" indicator, and I think it would be a nice thing to have in the library. Without guarantee...

enhancement

This would be tremendously helpful in particular to build a library of widgets and reuse them in templates. A basic example would be something like this (syntax to be refined):...

enhancement

* [x] Use `ws-*` instead of `data-*` for special attribute names. `data-*` attributes are standard HTML5 and people might want to use them in their application. * [x] Use a...

Pressing F12 on `.Doc`, `.Elt`, an inner template or a template argument should send you to the HTML file. In F# this can be done with `.AddDefinitionLocation`; not sure about...

enhancement

Inspired by [this snip](http://fssnip.net/7Q8), we could make it so that when passing a folder to the `Template` type provider, instead of a file name, it would look for templates in...

enhancement

### Description It is currently not possible to update a transitive dependency on the command line without updating the direct dependency that requires it. I sometimes need to retrieve a...

In query expressions, variables bound using `for` are not recognized as used if they are not `select`ed, even if they are otherwise used for example in a `where` or a...

Bug
Impact-Low
Area-Queries

Based on my experimentations, Bolero is mostly compatible with the new .NET 8 Blazor interactive modes (aka Blazor United, ie `InteractiveServer`, `InteractiveClient` and `InteractiveAuto` render modes). See https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0 There is...

enhancement