Jonas Bösch

Results 9 issues of Jonas Bösch

### Description According to Grpc documentation, the package reference for Gprc.Tools should look something like this: ```csproj all runtime; build; native; contentfiles; analyzers; buildtransitive ``` For paket, I found the...

**Repro steps** Defining a private type in a namespace and using it in a module in another file in the same namespace leads to a compilation error in 6.0.400. Compiles...

Bug

Building a AddTransientHttpErrorPolicy for HttpClients in DotNetCore/AspNetCore 3.1 makes additional calls on linux. It makes the expected amount of calls for Windows. **Expected behavior**: For a AddTransientHttpErrorPolicy with a timespan...

The thing I miss the most since switching from ```Fable.React``` is that even with ```Feliz/Feliz.ViewEngine```, SSR is painful. It can work, but requires care and ..well, work, and makes code...

enhancement

We're currently using a homegrown approach for i18n in our Elmish application. I would be interested in best practices for the support of multiple languages.

I'm using Feliz.ViewEngine for Server Side Rendering and would like to use Feliz.MaterialUI. As far as I understand, there is no way to generate SSR-compatible bindings from the generator yet....

I have a code base written mostly in Fable.React. I'm interested in using Feliz & Feliz.ViewEngine. However, my existing code is using Fable.React's ReactDomServer to perform SSR. Adding Feliz, I...

question

The US International keyboard works as follows: To get `'` you press the `'` key then space. To get `"` you press shift and the `'` key then space. To...

This would allow users to upgrade the Nextcloud docker container (to a newer version) while keeping all data.

help wanted