rbauduin

Results 9 issues of rbauduin

I was switching a parameter to a WebSharper Endpoint from being mapped in the path to being a GET parameter ([here](https://gitlab.com/myowndb/myowndb/-/commit/29275ce7e5384281fb1f10f92622a15431275baf)). That parameter has [this type](https://gitlab.com/myowndb/myowndb/-/blob/csv/webui/DatatableTypes.fs#L37-44): type TableType = |...

From a [discussion on Gitter](https://gitter.im/intellifactory/websharper?at=610e3ad6025d436054b8f8ca) it appears that the services made available through "WebSharper.AspNetCore.Services" don't include the scoped services because they are taken from the WebSharperOptions instance. This change fixes...

I saw you merged my previous PR while I was finalizing this. It makes it possible to have all authentication info in a docker secret file, and it also allows...

**Describe the bug** The closing brace of a newly entered braces pair is idented wrongly after it is put on its own line. **To Reproduce** Press enter between braces so...

bug

As discussed with @granicz on Slack some time ago. See it in action at https://try.websharper.com/snippet/0000Zh It should not wrap an empty string, but the value entered by the user.

bug

Use exec-env [1] to set DOTNET_ROOT. Proposed following a discussion with the maintainer of rtx [2]. 1: https://asdf-vm.com/plugins/create.html#bin-exec-env 2: https://github.com/jdxcode/rtx/issues/435

It's great you sign the SH256SUM file published with releases on Github, but I didn't find the public GPG key published anywhere, meaning I can't verify the authenticity. It would...

good first issue

Putting this fsx in the docs directory: ``` > (** # Usage *) (*** hide ***) #r "nuget: Testcontainers.PostgreSql, 3.6.0" open Testcontainers.PostgreSql task { (** # Start container *) let...

type-docs

Currently, the dialog displays "Bookmark saved" without closing, though no action is available anymore (the save button is not displayed anymore, and pressnig enter in a field doesn't send an...