-
Auch mit `inputHelp = False` wird dort immer noch von Listen geredet: https://github.com/fmidue/logic-tasks/blob/9fa5e730d20d1e226c6ecce29b5d485a51f05492/src/LogicTasks/Syntax/ComposeFormula.hs#L64-L6…
-
required import winit and masonry features without import him to project
default example
https://github.com/linebender/xilem/blob/main/xilem/examples/flex.rs
required to (without required winit…
-
### Description
a toggle to swap left panel with the right panel here
### Explanation
_No response_
-
#### Describe the feature
Currently, we're handing drag positioning for flex or block only. We need to handle grid.
Here is where we're handling the drag logic. The stub is the gray box that repr…
-
Im using the rest_command to get a json data array. Rest_command add this response to a dictionary where data as json is kept in the item called content alongside the item status that has the respons…
-
## System Informations
* Go version: go1.22.5 darwin/arm64
* OS: macOS 14.4.1
## Expected Behavior
```
{
"type": "flex",
"contents": {
"type": "bubble",
"header": …
-
- Make Select Features Inactive if no lines are selected
- Make buttons flex to screen width
- Activate Reset button (or apply hide/unhide)
- Think possibly changing logic from predefined rubberban…
-
related to #4
allows reusable logic to be embedded within a module and called from any contextual expression
**Signal.get**
```
inputs { text }
extract
-> xpath:.//div[contains(@class, …
-
Complete the unit test of `flex_haus/src/collectible/FlexHausCollectible.cairo`, write test cases in `flex_haus/tests` folder.
Use scarb test to run all the tests.
All test cases are required to…
-
Look ahead is too expensive and wasting CPU
The alternative (worse one, is LRUcache for lexemes), but we will still need to lex at least once. Also create a lot of strings.