-
## Background
What problems do you aim to solve? How does it serve the mission of a user owned internet?
Bitcoin-native integration is imperative to unleash the Stacks' ecosystem potential. Stac…
-
No idea what this means, but the warning asks me to open an issue.
Warning text: "conflict between parser versions, reverting to parser v1"
Clarinet v0.28.1
Repro this by taking https://githu…
-
Do you plan to support integration tests in clarinet cli tool? My goal is to run tests against testnet or devnet (clarinet integrate). As I can see now only pseudo integration tests are supported. Jus…
-
From Discord, a user asked about a strange panic when trying to create a new contract:
```
clarinet contract new counter1
Created file contracts/counter1.clar
Created file tests/counter1_test.…
-
I think that the octave indicated in the file name may be consistently off by one for several of the instruments. For example:
- the piano samples appear to be labelled one octave lower than they …
-
surfaced in this conversation: https://github.com/blockstack/stacks-wallet-web/issues/1700#issuecomment-927125802
Looks like a custom Docker image needs to be specific in the toml file
-
The tone from this app actually doesn't sound too bad: https://f-droid.org/en/packages/com.mustupid.pitch_pipe/
It'd be a lot less work to maintain, and possibly more reponsive...
Options:
- …
-
**Describe the bug**
After adding new instrument to score, sometimes it miss Key Signature.
**To Reproduce**
Steps to reproduce the behavior:
1. Create String (orchestra) or Piano score
2. Ad…
-
Incorrect number of arguments are not detected by clarinet check.
Contract:
```(lisp)
(define-map user-profile principal principal)
(define-public (delete)
(map-delete user-profile tx-sender …
-
The current approach for deploying contracts has a few limitations that should be handled.
For instance, if there are more than 25 contracts in a repo, then the transaction chaining limit (25) would …