-
So, I'm trying to use the widget factory to build out a version of autocomplete that emulates select2() with a search box below the selected item and above the items themselves and having some difficu…
-
During construction of a `Folder` object, a check (`checkLocalPath`) is done, and the object is only fully initialised when that succeeds. If it fails, the `Folder` is left incomplete (missing a sync …
-
I'd like to use Foundry for a legacy code base where objects are not persisted through Doctrine ORM, but other means.
Currently, my factories for such legacy model objects call `$this->withoutPersi…
-
I am trying to create a python object fo mlir ModuleOp using the code below.
```
static py::object getMlirIrClass(const char* className) {
return py::module::import(MAKE_MLIR_PYTHON_QUALNAME("i…
-
As this is the reason unused public symbols can't be removed
-
Hi,
I use PHPStan to verify the typing in my application. I have an issue when using the `instantiateWith()` method in a `PersistentProxyObjectFactory` factory.
`instantiateWith()` is declared i…
-
The API is made so that many aspects are customizable, and that's great! However I hit the following limitation.
`ClientServerConfig` can be given a `client_factory` to replace `make_test_lsp_clien…
-
torch 2.4.0a0+3bcc3cddb5.nv24.7
transformer-engine 1.11.0+c27ee60
transformers 4.45.0
```
[rank5]: Traceback (most recent call last):
[rank5]: File "/data/ke…
-
## Context (Input, Language)
Input Format: Json Schema
Output Language: Dart Freezed
## Description
Currently generating Freezed classes for Dart defines nested objects with th…
-
Basically, the following code doesn't work. I'm trying to create a ViewModel with a type parameter using assisted inject, but it fails with
```
[ksp] .../MyApplication/app/src/main/java/com/example/…