Hugo C
Hugo C
@friedger Do you have a repo or a config/code snippet that shows how you call the public-function wrapper?
As a workaround, the logs can be written to a file ```console docker logs stacks-node.project-template.devnet -f &> stacks-node.log ```
Fixed the `fold` `map` `filter` issue. For tuple, it probably comes from an issue in the way the sugar syntax is parsed. I'll get in touch with the clarity WG...
Hey @maxidv88, thanks for reporting. It would be super useful if I could try it myself, can you share the project with me or a minimum example to reproduce? Thx
@maxidv88 Great insights. Can you share the repo you're working on or a minimal example to reproduce so that I can try it myself? It's weird because the code coverage...
@maxidv88 I'll have a look tomorrow (once this one is fixed https://github.com/hirosystems/clarinet/issues/1233)
@maxidv88 It comes from a change in the vitest config. In the file `./vitest.config.js` (at the root of your project) there's an option, it needs to be replaced with ```ts...
Hey @tippenein Thanks for investigating, I think your comment above and message on Discord put me on the right track. The `clarinet console` can be used in two ways: -...
@tippenein You get the same error? have you tried changing both ``` pub include_boot_contracts: Vec, pub include_costs: bool, ``` And which boot contract did you include?
@gandalf77 Thanks for providing this detailed use case. This is definitely a priority on my end. I can definitely get to a point where the we take into account the...