MIkE
MIkE
gridTemplateRows and gridTemplateColumns are missing following properties: auto, max-content, min-content, initial and inheritFromParent
I propose - adding JParseError to the type Json - use Result instead of Option for tryParse Implementation Details: JParseError: - JParseError should hold an error msg and the data...
When setting AddBoleroHost(server=true) than ctx.Auhorize and ctx.AuthorzieWith are not working any more. - The _old Remoting_ gives "Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Information: Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated...
#### Bug Report Checklist - [ ] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? -...
For Heatmaps with Categorical Axis Labels (https://plotly.com/javascript/heatmaps/) we need a two dimensional list for the Z axis. Option values make life easier with missing samples. For one dimensional lists there...
This worked with .NET 6. Can´t test it with .NET 7 right now, because there is no Fedora package yet...
Any plans to switch?
Fable.Parsimmon supports only status and value in its ParseResult type. parsimmon.parse returns: { status: true, index: index, value: value, furthest: -1, expected: [] }; I propose to use Result instead...
Snowpacks plugin-run-script seems buggy: - Not running script before build (e.g., https://github.com/withastro/snowpack/issues/3095) - Not killing child processes (e.g., https://github.com/sindresorhus/execa/issues/433) Proposed solution: Instead of starting dotnet fable inside snowpack.config.js, start int...
I want to deploy Bolero in the aspnet docker image from Microsoft. This needs the app to listen on port 8080. The image enforces this with the env variable ASPNETCORE_HTTP_PORTS....