-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
Direct dependencies required in composer.json:
sonata-project/admin-bundle 4.31.0…
-
I am the author of the [markov_str](https://github.com/Brogolem35/markov_str) library and I trying out the `SmallVec` to speed up the creation of my Markov Chains. But I have encountered this issue wh…
-
**Bug Report**
Generic function with signature `(fun: Callable[[], T | None]) -> T | None` has its type incorrectly widened to `builtins.object` when `T` is a union type
**To Reproduce**…
-
### Description / Reproduction
If a generic error is "used in the function signature", the code compiles:
```swift
func ƒ(_: Error) throws(Error) { }
```
But otherwise, no.
```swift
fun…
-
instead of being tied to lbmio, we should have a standard function (e.g. something at the level of load_and_stitch_tifs) that can call arbitrary I/O functions based on a paramter. One possibility is t…
-
Thanks for this initiative.
Is it the right place to add high level functions to reduce boilerplate code for some user applications ?
For instance, here are the following features that I find p…
-
## Description
Currently we have no standard for how we build and maintain a validation result. Each plugin creates the validation results in their own unique way. This leads us to a situation where …
-
The `db.execute` method currently returns a non-generic `ResultSet` type. However, in some cases, the column and row types are known beforehand. By making `ResultSet` generic, developers could provide…
-
**Is your enhancement proposal related to a problem? Please describe.**
C-M33 based STM32 series (h5/l5/u5/wba) embed a cache peripheral.
To simplify STM32 generic driver implementation, provide a S…
-
This issue addresses code improvement and further functionalities for the statistics routine `modstatsdump.f90`.
Code improvement: The code has currently some statistics calculations hardcoded for ea…