-
-
Great! Nice use of the `html` selector in your CSS. The use of the `html` selector helps keep your CSS concise especially when using inherited styles on the selector as you've done with `font-family:H…
-
`(A-(B|(C-D)|E))`
represents the same thing as
```
"layout": {
"orientation": "vertical",
"children": [
"A",
{
"orientation": "horizontal",
"children": [
"B",
…
-
Great! Good job with your concise CSS. I love your use of the `html` selector to style the `font-family` of all elements nested inside the `` element. This practice helps make your CSS more concise.
…
-
Allow users to define scripts like so:
```json
"wireit": {
"patch": "patch-package",
"husky": "npx husky install",
"postinstall": {
"dependencies": [
"patch",
"husky"
…
-
varint delta encoding for begs[], varint length for ends[], and recompute maxEnds[] during deserialization
-
In the current implementation, to execute functions, a lot of boilerplate are being repeated. E.g.
```
rr:subjectMap [
a fnml:FunctionMap ;
fnml:functionValue [
rr:subjectMap [ rr:t…
-
Consider [this SlintPad demo](https://slintpad.com/?snippet=import+%7B+Button%2C+VerticalBox%2C+HorizontalBox+%7D+from+%22std-widgets.slint%22%3B%0A%0Aexport+component+Demo+%7B%0A++++prope…
-
Simplify! Consider using group selectors for any repeated styles in your CSS like `font-family: helvetica;` and `font-weight: bold;`. This will help make your CSS more concise.
-
So that the game master has a better overview in the chat, the following would be nice:
Input (from Peter): `!r 12+III Menschenkenntnis`
Output:
```
Peter Menschenkenntnis 30
+12+18(2@[20, 18, …