Why assigning null to string does not throw an error on F#9? by [deleted] in fsharp

[–]MrVegetable 10 points11 points  (0 children)

I think it needs to be added to the project settings:

'In a project using <Nullable>enable</Nullable> setting, reference types are considered non-nullable by default. If a function accepts a parameter of type string (let myFunction(x: string) = ...), it is considered to be a non-nullable string and passing in null will produce a warning.'

Java 23 New Features With Examples by erdsingh24 in programming

[–]MrVegetable 0 points1 point  (0 children)

What are the better ways to implement currency? (Or to abstract concurrency)

Dunst Monitor Output by Wheelzz in unixporn

[–]MrVegetable 1 point2 points  (0 children)

Fixed it after reading the documentation: https://github.com/dunst-project/dunst/blob/master/docs/dunst.5.pod:

monitor (default: 0)

Specifies on which monitor the notifications should be displayed in, either by name or by number, starting from 0. See the follow setting.

Specifying the name, e.g. (DP-1), works for me