gluax
gluax
**Describe the bug** Having a View with a flex row layout and two children Views with different width: 'x%' fields doesn't render properly. **To Reproduce** ```javascript import React from "react";...
Hi, how can I apply serde with to a `Vec?
Hi all we are trying to set proper types on getter and setters rather than it just showing as `any` from typescript on the field `test3`. However, we can find...
## 🚀 Feature Input files also need to be typed-checked. ## Motivation This is a necessary requirement of the compiler. ## Implementation There are few things that need to be...
## 🚀 Feature Title. ## Motivation Fewer characters to write means happier developers :)
## 💥 Proposal bits/bytes syntax ### Feature Currently, many gadgets in Leo support a to_bit and to_bytes method on the rust side. The goal is to expose this side to...
## 💥 Proposal The requirement is that we separate the compiler into several stages that can then be debugged for further use. See the image below.  ### Problem Unfortunately,...
## 🚀 Feature The goal is to have the ability to define a function definition into the language without a body. (Write your description here) ## Motivation In the STDLIB,...
- [x] Write RFC. - [ ] ABNF changes. - [ ] Parser changes. - [ ] AST changes. - [ ] ASG changes. - [ ] Compiler changes. -...
## 🚀 Feature We should have better Rust Docs for Leo and its sub-crates. ## Motivation For clearer developer documentation. We should also set up a GitHub Pages to host...