Vladimir Shchur

Results 213 comments of Vladimir Shchur

I don't mind keeping it open, since there are not so many open tickets anyway :)

@Neftedollar ping

Yes, checking the repo, going to **main** branch and copying that one directory is the way to go. For a more "complete" solution you might want to check [CRUD example](https://github.com/Lanayx/Oxpecker/tree/main/examples/CRUD/Frontend)...

Yes, I'll accept that PR. Keeping it up to date will cause certain pain, but I believe this could simplify adoption. If you plan to work on it, please create...

@NatElkins I've poked around it a bit and found that HMR works well until the first compilation error. Then it doesn't work until page refresh and then it starts working...

I've taken a look and it looks it's not directly relevant to Oxpecker.Solid or even Fable. When we start, the jsx looks like that: ```jsx export function App() { return...

@MangelMaxime Thank you so much for you input > If the issue is only with JSX perhaps plugins generating JSX should try to capture when Fable generate throw 1 and...

Hi, thank for reporting. Pulsar.Client is a port of Java client library and as far as I can see this feature was implemented relatively recently in PRs [one](https://github.com/apache/pulsar/pull/20963) and [two](https://github.com/apache/pulsar/pull/22201),...

@pkese have you seen the json custom configuration docs https://lanayx.github.io/Oxpecker/src/Oxpecker/#writing-json ? ```fsharp services.AddSingleton( SystemTextJsonSerializer(specificOptions)) |> ignore ```

I see. I think that current helpers like `BindJson` are just for the most common scenarios, but it should be very easy to add customize, for example ```fsharp module My...