tonis

Results 16 issues of tonis

I try to download candle data but it crashes ``` sh-5.0# ./mgm-hurry download_candle_data --timerange 20210918-20211018 _ _ __ ___ __ _ _ __ ___ | |__ _ _ _ __...

Feature - Enhancement
Planned

### Expected Behavior After calling mockkConstructor(MockCls::class) and one method for a constructed object, I expect verify to succeed. If you add ` every { anyConstructed().add(1, 2) } returns 4`, then...

bug
important

- [x] I am running the latest version - [x] I checked the documentation and found no answer - [x] I checked to make sure that this issue has not...

https://github.com/matter-labs/zksync-web-era-docs/blob/5130249955cf49ab29b676d383bc4e8de2675835/docs/api/hardhat/getting-started.md?plain=1#L34 ``` ➜ yarn init -y && yarn add -D typescript ts-node ethers@^5.7.2 zksync-web3 hardhat @matterlabs/hardhat-zksync-solc @matterlabs/hardhat-zksync-deploy yarn init v1.22.19 warning The yes flag has been set. This will automatically...

# tmux prefix key is not working. ### How do I know it's not an issue on my side tmux keybindings are working in iTerm2. When I press ctrl+b ",...

If I set a custom dir in `settings.gradle` ``` git { dir './gradle-libs' // or just 'gradle-libs' } ``` The build fails with: Creating directories for /Users/me/.gradle/daemon/7.4.2/./gradle-libs/kafka-internal-schemas/.git failed or Creating...

There is no error message when this happens. The task is just stuck and doesn't exit with error. The problem for me was that I had `grade.properties` with the `version`...

Code navigation with cmd+click/ go to definition is not working in some instances. Example project: https://github.com/code-423n4/2022-09-nouns-builder/blob/main/src/token/Token.sol/#L17 ### What works: Clicking on `ReentrancyGuard` and others in the `extends` lists ### What...

### Expected behaviour file.mmd ```mermaid stateDiagram-v2 alice --> bob: Hello bob, how are you? bob --> state2 state state2 { %% comments set as separate states bob1 --> alice2: I...

`➜ python3.10 -m pip install codequestion` ``` sformers, torch, txtai, codequestion Successfully installed MarkupSafe-2.1.2 codequestion-2.0.0 faiss-cpu-1.7.3 html2markdown-0.1.7 huggingface-hub-0.13.4 jinja2-3.1.2 mpmath-1.3.0 networkx-3.1 python-louvain-0.16 scipy-1.10.1 sympy-1.11.1 tokenizers-0.13.3 torch-2.0.0 transformers-4.28.1 txtai-5.5.0 ``` `➜...