-
### Which feature or improvement would you like to request?
Groups are not working without memberOf and objectClass
### Is your feature request related to a problem?
We are experiencing sever…
jejbq updated
1 month ago
-
### I have searched through the issues and didn't find my problem.
- [X] Confirm
### Problem
Currently it's possible to add a new entry to `devicon.json` with the following code:
```json
"a…
-
Version 4.7.1
OS: Ubuntu 22.04 (fix level Mar 21, 2024, no Ubuntu Pro)
Partial auto/code completion works inconsistent (or … I messed with some setting :thinking:).
Entities/table names are alw…
-
``` js
'use strict';
// create a new superhero
const Hero = function (name, alias, power) {
this.name = name;
this.alias = alias;
this._power = power;
};
// assigning the new hero's attribut…
-
Hi,
Daily business threw me a new minor problem in my way: I had to iterate over all models of a database table and make a column lower case. My solution was
```
foreach (\App\Models\Mar…
Kauto updated
3 years ago
-
Hi! Is this funcionality implemented?
`xml.integer('..', attribute='nFrames', alias='_nFrames')]`
I need for each child to have a copy of its parent "nFrames" attribute. Is this achievable with …
-
Code pasted inline breaks currently.
from enaml.widgets.api import Window, Container, PushButton
enamldef Content(Container):
""" The primary application content.
```
This 'button_foreground' a…
-
The parser fails, if the `vk.xml` has an enum without `value`-attribute. It can't parse the `alias`. Happens in `vk.xml v1.1.70`
Edit: You never handle any alias-names
Edit: To be honest, your e…
-
We'd like a way to edit the derivation expression of a derived variable and/or category, or more specifically to replace it with a new one, e.g.:
```python
# edit a variable derivation (e.g. a der…
-
### What happened?
I recently changed the binding of a parent/child relationship for an `aws.sqs.QueuePolicy`.
When it was updated, it created a replacement and deleted the old one.
Turns out t…