Tom French
Tom French
This seems to be targetting something different from our current ABI but I'd wager it's moot at this point so I'm going to close this issue.
We've just made some changes to the Noir grammar which this PR points to. @critesjosh can you update the git submodule to the latest commit please?
The submodule could probably do with a bump btw @critesjosh. We've made some changes to the highlighting recently.
Hmm, I can't reproduce this unfortunately. Does this always happen for you if you hold down the key? In any case, I'll look into adding the `useDebounce` hook as the...
Are you still experiencing this issue?
Yeah, I think we have a mix of both on the input elements atm
I've updated the table header to use the correct font in #24. Will look at fixing the TextFields
Can you give some motivation for why to prefer `let` over `const`? Restricting mutability is generally good from a code readability standard in my experience.
Generally I prefer immutability wherever mutability is unneeded so my preference is that we standardise on `const`. Otherwise you can consider the value as "final" (excluding mutability as discussed below)...
Can fix remaining type issues later.