-
Enhance the compilation error message that was displayed when compiling this faulty version of the code for lazy collections (yet to be commited):
```
def map[B](f: A => B): LazyCollection[B] …
-
### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/9192
Using frozen dataclasses may be useful in some cases, but implementing it will be non trivial. See mike [reply in the disc…
-
## Issue Description ##
The Omnisharp extension crashes all the time and has to be reinstalled to work again. I haven't noticed a particular thing that happens to cause the crash and it happens mul…
-
```
toor@linux-u55l:~/monodevelop> ./configure --profile gnome (main|✔)
Configuring package: main
-------------------------
Configuration options: --enable…
ghost updated
3 years ago
-
The Immutables builder `from()` method is not very useful with maps. If you want to duplicate a value and change a map key to a different value you cannot do it. You get ` java.lang.IllegalArgumentExc…
-
I was reading that paper:
http://vlkan.com/blog/post/2015/03/21/immutable-persistence/
and it seems to be a good strategy to create immutable java persistent classes.
Is possible with Immutable…
-
There are several places in the ESH code bases that return collections.
I have seen different implementations:
1. return the internal modifiable collection and leaking internal representation
2. …
-
Assuming that numbers are intrinsic and also that numbers implement the `.. -> range` method (returning a range), there is currently a cyclic dependency between whatever provides the intrinsic number …
-
Sometimes it's desirable to have a property be modified in a mutation-free context when that modification wouldn't change the mutation-free status of the function: https://psalm.dev/r/ae13d40aee. It w…
-
### Version
0.6.5
### What happened?
tried to organize common Nuget packages in a response file as below:
```-r "nuget: Kurukuru"
-r "nuget: CliWrap"
-r "nuget: Humanizer"
-r "nuget: UnitsNet"
…