Oxpecker icon indicating copy to clipboard operation
Oxpecker copied to clipboard

Backend and Frontend F# frameworks

Results 7 Oxpecker issues
Sort by recently updated
recently updated
newest added

I'm poking around to see if I can make a wrapper for Bulma, a la Feliz.Bulma. Made a naive implementation for the `section` element that supports an "is-primary" class, which...

question

Provide online tool for conversion, or integrate with glutinum or ts2fable?

question

I see that the Solid/Oxpecker template is here: https://github.com/Lanayx/Oxpecker/tree/main/examples/EmptySolid Is there a dotnet template for it? And if not, what is the recommended way of getting it locally on my...

question

It would be nice if [context.BindJson](https://github.com/Lanayx/Oxpecker/blob/573ca976dce526ca4e2ebd30d6592c4248a4c710/src/Oxpecker/HttpContextExtensions.fs#L357) would allow passing custom `JsonSerializerOptions`.

enhancement

it' possible for aspnetcore to load dependencies of the framework in order to enable referencing it as #r "nuget" in .fsx interactive scripts, i think F# frameworks should be dotnet...

enhancement
external dependency

it says: `The object constructor 'a' takes 0 arguments but is here given 1.` ![image](https://github.com/user-attachments/assets/d4c35449-843a-4003-bc17-14ea5a8704f3) It works fine if `href` is a static string.

external dependency

- Check out the CRUD example app - Add the `fable` dotnet tool (using the Fable docs) - `npm i` - `dotnet fable watch --exclude Oxpecker.Solid.FablePlugin --noCache --extension .jsx --run...

external dependency