-
# :wave: Welcome to GitHub Learning Lab's "Introduction to GitHub"
To get started, I’ll guide you through some important first steps in coding and collaborating on GitHub.
:point_down: _This arrow m…
-
- Signal, event types should not be integers.
- The type of the integer tracking the state machine state should not be a raw
int either.
-
*Issue migrated from trac ticket # 1430*
**component:** Core: Parse Library | **priority:** major
#### 2017-09-06 14:47:27: @jgroote created the issue
___
In the enclosed file tictactoe.mcrl2 when…
-
The current testing for hardened FSMs is standardized and just blindly injects a fault whilst some standard sequence is running.
There are a couple of issues with this:
1. The sequence may not b…
-
see https://github.com/canonical/dqlite/actions/runs/3640210436/jobs/6144579153
```
membership/transferPendingTransaction
disk_mode=0 …
-
### Describe the issue as clearly as possible:
When running provided arithmetic grammar example with vLLM, I get an error `TypeError: Error in model execution: argument 'ids': 'list' object cannot …
-
From May 2023 meeting minutes:
TS: explore the possibility of event-based segmentation. That would eliminate the need for HIAT-based FSM segmentation and allow more flexible transcription conventio…
-
Device: Trezor Model T
OS: NixOS 24.11.20241015.7881fbf (Vicuna)
Versions: trezor-agent=0.12.0, libagent=0.15.0
When i try to sign file it works fine:
```
> trezor-agent -e ed25519 movefasta@ro…
-
I have a situation where I have a lot of FiniteStateMachine instances (one per connected client), but they all have the same transitions defined.
To reduce memory consumption, it would be great if…
ghost updated
7 years ago
-
tasks and features which want to override the '_start' and other task features need to be able to call parent's task functions using super without needint to worry about the super function not existin…