-
The following Quint spec produces a weird dynamic error in REPL + simulator:
```bluespec
module test {
pure def listForall(list: List[a], pred: a => bool): bool = {
list.foldl(true, (b, el…
-
### Describe the bug
For the right angle and hybrid angle, rockets that are fired at an object/wall more than 2000 units away are fired at the point 2000 units away instead of the wall the crosshair …
-
As part of #446 we will need to update the signatures of several arithmetic bloqs to allow for some generic behavour.
One way to do this is
``` python
class Add(bloq):
dtype: QDType
…
-
Named graphs provide a convenient way to group data. But there is no easy standard way to combine them! For example, I would like to be able to say that one graph is composed of several other graphs…
-
Currently the plaintext input filename that comes from OpenAI's Whisper is usually something like: SID0574.mp3.txt
Please reformat the paragraph chunked output filename so that everything after the…
-
Hello,
I would like to try your library but a file is missing:
```
c:\Users\quint\Documents\Arduino\libraries\EtherAudio/audio_net.h:27:10: fatal error: audio_vban.h: No such file or directory
…
-
## Problem
Our current tests on ICS are mostly manually written, which
necessarily means they can only cover scenarios that a human
has come up with.
We want a form of randomized tests that …
-
Running Windows 11, PS 5.1
Every time I use `jabba install ` it gives me this error:
```
Invoke-Expression : At line:1 char:1534
+ ... calCache\local-packages\Python39\Scripts;"C:\WINDOWS\System32…
-
Just ran:
```sh
npm start
```
Got:
```
> word-finder@1.0.3 start
> node server.js
node http server listening on http://localhost:3000
imported a bunch of words! >> 235887
request.url:…
-
`produceDocs` doesn't follow our standard of indexing results by ID, and this makes it messier to fetch documentation for names using the lookup table strategy introduced in https://github.com/informa…