Julian Gonzalez Calderon

Results 85 issues of Julian Gonzalez Calderon

## Describe the bug When `CreatedModifiedDate` is disabled, the folder and tag page won't render properly **Actual** ![image](https://github.com/jackyzha0/quartz/assets/60768809/7dc8377f-9b9b-4fcb-8301-83659dfa6351) **Expected** ![image](https://github.com/jackyzha0/quartz/assets/60768809/127112f3-d48f-48ea-9f33-3cfe8e175c94) ## Reason Because it's a grid container, the first column...

bug
help wanted
good first issue

If the elf is invalid (bad serialization) `SP1Verifier::verify` panics in [core/src/disassembler/elf.rs](https://github.com/succinctlabs/sp1/blob/850d834e90ce4567bb72c2804d1efe2989c12f9a/core/src/disassembler/elf.rs). Is this the intended behaviour? if it is, is there a way to check if an elf is valid...

closes #604 ## Checklist - [x] Linked to Github Issue ## Fixes - The MLIR type was used to check if two types were equal, but the Cairo type should...

review-ready

closes #75 Adds support for simple literal constants: ```rust mod Example { const foo: i32 = 10; const var: i64 = 5; fn main() -> i32 { let vix: i32...

This PR implements all circuit related libfuncs. It also removes the copied corelib as its no longer needed. ## Libfuncs - [x] `init_circuit_data` - [x] `add_circuit_input` - [x] `try_into_circuit_modulus` -...

Adds a tutorial on debugging with lldb

## Checklist - [ ] Linked to Github Issue - [ ] Unit tests added - [ ] Integration tests added. - [ ] This change requires new documentation. -...

When executing transaction [0x00a1e8372b6de461e939b63d7d2a7c4a60bc333cae92a9e0800a575e13f202f7](https://starkscan.co/tx/0x00a1e8372b6de461e939b63d7d2a7c4a60bc333cae92a9e0800a575e13f202f7) with starknet-replay, Cairo Native fails with `u256_mul Overflow` Complete error message: ``` Transaction execution has failed: 0: Error in the called contract ( contract address: 0x01ae80d66cc58dc4250a95a019a8c6dcb11f2bd0053ae6e9136c03b01be59a88...

bug
priority
difficulty-hard

This PR benchmarks cairo native against cairo vm with criterion: - Benchmarks cairo VM with fibonacci, factorial, and logistic map programs. - Groups the benchmarks by program Compile time is...

# Apply modulo on sub gate When evaluating a sub gate, if `known - - - This change is [