Tomas Tauber
Tomas Tauber
closes #686 this logic sneaked in from the previous call depth checking; the follow up for the grammar timeout issue is #685
Possibly related issues: - https://github.com/pest-parser/pest/issues/675 - https://github.com/pest-parser/pest/issues/603 - https://github.com/pest-parser/pest/issues/571 - https://github.com/pest-parser/pest/issues/402 - https://github.com/pest-parser/pest/issues/279 Suggestions from @dragostis : > Ideally, the optimizer should be able to detect all exponential cases and...
**Describe the bug** Fuzzing found a crash due to indexing an empty vector. https://github.com/pest-parser/pest/blob/9c42f1293aa999b24cd8dea70469da3be3a4c9eb/pest/src/parser_state.rs#L309 ``` thread '' panicked at 'index out of bounds: the len is 0 but the index...
My current understanding of best practice is different from what we're currently doing here, though. *Probably in a follow-up*, it would be better practice to have - check - +pin-nightly...
currently, `sequence` is mapped to a list of integers, while it may make more sense to use `bytes` or `byterarray` ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/UNIFFI-181) ┆friendlyId: UNIFFI-181
Supports quite a few languages, including Elm (no Haskell yet though!): https://github.com/quicktype/quicktype Uses Markov chains as a heuristic: https://blog.quicktype.io/markov/ @mgajda you can consider contributing Haskell there by porting over json-autotype
Currently, it only calls `HttpsConnector::new()` -- it'll be good to have an alternative where the caller can pass in the connector. This is useful e.g. if one doesn't directly connect...
https://github.com/crypto-org-chain/chain-main/runs/6723700614?check_suite_focus=true It'll be good to go over it and see which ones are relevant and which ones can be ignored (and why)
ref: https://github.com/cosmos/cosmos-sdk/blob/master/docs/architecture/adr-036-arbitrary-signature.md
In https://codecov.io/gh/crypto-com/chain-main/tree/master/x/supply/keeper it shows that only 13 lines are hit in querier.go but with this test: https://github.com/crypto-com/chain-main/blob/master/integration_tests/test_basic.py#L64 -- it should be more (imports + `NewQuerier` path to types.QueryLiquidSupply + `queryLiquidSupply`)...