travis-leith

Results 53 issues of travis-leith

The documents warn us that [using computation expressions will be slower](https://www.quanttec.com/fparsec/users-guide/where-is-the-monad.html#why-the-monadic-syntax-is-slow) than we might expect. The upcoming release of F#5 is adding [support](https://github.com/fsharp/fslang-suggestions/issues/579) for applicatives in [computation expressions](https://devblogs.microsoft.com/dotnet/announcing-f-5-preview-1/#applicative-computation-expressions). Will this...

A duckdb connector has been [implemented recently on DBeaver](https://github.com/dbeaver/dbeaver/issues/12068). However, the database does not shutdown on disconnect. Is there a JDBC driver feature similar to the R package where we...

JDBC

Following on from #225, here is an an example where ordering of traces is wrong ```r set.seed(12345) df1 = data.frame( x = seq(1, 200), y = 100 + cumsum(rnorm(200)) )...

I am dealing with a response spec like this ``` "responses": { "200": { "description": "Retrieved media content", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" } }...

In my experience it is uncommon to want to have a summary row in a table that uses a univariate function for all columns (as is the case in gt...

Difficulty: [3] Advanced
Effort: [3] High
Priority: [2] Medium
Type: ★ Enhancement

I would like to be able to specify a date format string for the selected date in the date picker. Currently this can be controlled by changing the `local` field...

I think it would be awesome to have a Myriad plug-in that generates coders and decoders. I suspect the resulting coders would be more efficient that the Auto ones, and...

The way Aether deals with this is to assume the following optics are defined ```F# type MyUnion = | First of int | Second of string (* Prism *) static...

help wanted

### Description I am trying to get a basic demo working against MariaDB10 using MySqlConnector but can't get it to compile. The advice given in [this related issue](https://github.com/fsprojects/SQLProvider/issues/542) doesn't seem...

.NET Core reference assembly loading

The following mmd works fine on [this online editor](https://mermaid.live/edit#pako:eNo1jTEOwjAMRa9ieW4H1gxM5QSwYQY3NjSCuFWaDFXVuxMJsv0nPb2_o59F0eEr8TLBbSBby_gDPt3jBg0fZAx9f4aRTE0aeewwaoocpFZ2MgDCPGlUQlencHoTkh3VK4tw1ouEPCd0T_6s2iGXPF838-hyKtqkIXB9jX_r-AJY4jjK) ```R sample = "graph TD subgraph a1[my subgraph] a --> b end a --> c" sample |> mermaid() ``` but running...