-
Many Advanced Find FetchXML queries have multiple filter& link-entity elements but Data Transporter only appears to be able to handle "one root element". A simple filter like this won't work:
…
-
Hi,
What is the exact use of https://github.com/collective/collective.alias/blob/master/src/collective/alias/content.py#L259-L274 ? From what I understand, it allow the alias to have the methods/attr…
-
If I try to provision an advanced claim to role mapper, there's some funny business going on with the claims and I cannot set the appropriate values/regex.
After successfully importing and planning…
-
I setup Virtualmin + LDAP according to the documentation.
In my virtualmin config I have additionally selected
- Add mail attribute to LDAP users? Yes using mail and mailAlternateAddress
![i…
-
**Describe the bug**
Using both `devenv.yaml`
```yaml
imports:
- ./submodule
```
and `submodule/devenv.nix`
```nix
dotenv.enable = true;
services.minio.accessKey = config.env.VAR;
```
`…
-
One common source of portability issues is making assumptions about whether `c_char` is `i8` or `u8`. Code written for one platform may fail to build on another due because of this.
I think we coul…
-
I found your nice UnifikDatabaseConfigBundle when searching for some database enabled configuration for Symfony. Been trying to set it up and finally succeeded, but I think something might be missing …
-
With the new subobject linking/alias system, we're not using UUIDs anymore. We should rename the "uuid" attribute to reflect this. Originally I was thinking just "id", but there are quite a few object…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the …
-
### Problem description
`conda install tensorflow-gpu` installs `numpy==1.26.0`, which is incompatible with `tensorflow==2.4.1`.
### Reproduce the issue
```
$ conda create -n tf-gpu
$ conda act…