-
Can't pass an array as primary key into IDBDatabase.createObjectStore 2nd param 'keyPath' (and thus neither into any of the querying functions)
Can't pass an array into createIndex 2nd parameter
Com…
-
#### Environment
```
HikariCP version: 3.3.1
JDK version : 11.0.2, 12.0.2
Database : PostgreSQL
Driver version : n/a
```
The HikariPool constructor attempts to set corePoolSize grea…
-
**I propose we allow to use access modifiers and `static` for multiple member declarations at once like this:
```
type Test () =
static
let x = 0
member a = 1
…
-
# Function pointers
I propose we offer mechanisms to create, consume, and invoke function pointers, along the lines of the new constructs available in C# 9.0: https://github.com/dotnet/csharplang/b…
-
I propose we adjust the precedence for infix operators with a leading dot, such as `(.&&)` , `(.||)`, `(..&&)`, etc. , to make them equivalent to their counterparts without the leading dot, such as `(…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Summary 💡
MUI have 2 different Adornment: startAdorment and endAdornment. An…
-
# (List/Array/Seq).repeat and Seq.(repeatInfinite/replicateInfinite)
I propose we add
- `List.repeat : count:int -> source:'T list -> 'T list`
- `Array.repeat : count:int -> source:'T[] -> 'T[]`
…
-
When using types with lots of generic type parameters ( > 2) instantiating these types becomes pretty
cumbersome and one easily looses track which parameter belongs where. So I suggest we allow to…
-
# Support "Raise" keywords in computation expressions
I propose we add support for a `Raise : exn -> M
-
[asked on stackoverflow](https://stackoverflow.com/questions/62970868/how-do-you-find-a-quire-tasks-parent-task-using-the-api)
Provide a way to retrieve the parent task of a nested task.
- e.g. …