-
Submitting Author Name: D. William Conley
Submitting Author Github Handle: @Willson\
Repository: https://github.com/WiIIson/onmaRg
Submission type: Pre-submission
Language: en
---
- P…
-
Based on #55.
Feat. some code ideas by @nem0 and @jarikomppa
Thanks everybody!
![gif](https://cloud.githubusercontent.com/assets/878187/17833850/e1d487ee-6729-11e6-8c40-b2984d660c60.gif)
``` c++
// …
-
Given
```
module Test {
def condition(f) = {
Set(1).filter(f)
}
def demo = condition(x => x > 0)
}
```
Run with
```
$ echo 'demo' | quint -r Test.qnt::Test
Quint REP…
-
### Blueprint name
philips_929002398602
### Home Assistant Core Version
2022.11.5
### Home Assistant Installation Type
Home Assistant Supervised
### Description
The "On button short press" acti…
-
When running `quint verify ...`, the resulting ITF trace does not adhere to the ITF trace format: instead of being a JSON object (`{...}`), it is an array containing a single JSON object (`[{...}]`). …
-
We currently download apalache and spawn a bash script to run the server. On windows, we can't simply run a bash script.
I tried adding a `.bat` file to the apalache release (locally, as a test), b…
-
Could you please add `.quantify(list)` as in **Pattern.en**.
Again a WordNet lookup with `.meet(noun1,noun2)` as in **NodeBox Linguistics**.
Two sweet and essential missing NLP pieces. Nice job by…
-
Mentioned in https://github.com/informalsystems/quint/pull/1051
`compileFromCode` re-parses and re-analyzes the code, while previous cli stages should have been responsible for that already. We nee…
-
Hi, I am currently using QUINT workflow for quantifying stained cells from a mouse brain.
I've been trying to run Nutil with my data, however, I kept getting a message that 'Count of pixels: 0'.
I'm…
-
Oh yeah, let us get some internal test suites so that we are able to handle all the standard tests with just on click. XD
Who wants to overtake this? (I would write some checks after the infrastructu…