-
Right now the return of the `robGarch` function has close to 20 output properties. Let's reorganize the output (probably just using lists) to have fewer properties and meaningful names on the 1st-leve…
-
![image](https://github.com/user-attachments/assets/bd1f55a2-c608-4905-ba15-d23fe46968fa)
-
Hints are in alphabetical order
![Capture](https://github.com/user-attachments/assets/5d29c705-857a-4356-bb1d-e912aa7861d0)
Should be great if respecting buttons order (first,prior,next,last ......)…
-
### Is your feature request related to a problem? Please describe.
Typographies in our design system contain fonts that include underline. There is no typography property in PenPot that allows for ad…
-
A very few terms in our ontology are classified in the SSN (strongly axiomatized) modules as `owl:FunctionalProperty` (or `owl:InverseFuntionalProperty`).
This implies that for any subject of such a …
-
## Dynamically created entities
In `docs/reference-guides/data/data-core.md` only four dynamically created entities are documented, while looking at `packages/core-data/src/entities.js` reveals there …
-
Thank you so much for continuing the development of this fantastic plugin! I would like to bring up an issue from the original plugin: nothingislost/obsidian-query-control#49. Specifically, when a key…
-
@viezel Hi can you please look into updating the trait Item to comply with php 8.2?
```Creation of dynamic property EDI\Generator\Orders\Item::$additionalText0 is deprecated```
cc @pazion
sabas updated
1 month ago
-
From linkedom:
```js
import { parseHTML, HTMLClasses } from "linkedom";
const { document } = parseHTML("");
const a = document.createElement("a");
a.ariaCurrent = "page";
a.className = "test";…
-
A getter for vehicle properties would be awesome
```lua
local xVehicle = ESX.GetVehicle(entityID)
print(json.encode(xVehicle.properties))