Faris Mustafa
Faris Mustafa
I was looking for a way to validate mori types with React, but I couldn't find a library. So I threw together a package to deal with mori propTypes: https://github.com/farism/react-mori-proptypes
Hello, first I wanted to say thank you for the recent update to the latest `node-elm-compiler`, which enabled this PR. I was wanting a bit more granular control over the...
**Is your feature request related to a problem? Please describe (REQUIRED):** I am working on a gui system with an event handling mechanism that sorts nodes based on depth, in...
**Is your feature request related to a problem? Please describe (REQUIRED):** A common pattern when editing code is to select a string and hit the `"`, `'`, `[`, `(`, `{`,...
Suggestions for some member renames, mostly to reduce redundancies. This should help make the UI code a bit more terse. While there is value in having the names be fully...
If `/* comment */` is on the same line as either the `#if` or the `#endif`, formatting will not work. Works fine with a `// line comment` In this gif...
Allowing for the extension of global records would be handy, e.g. ```tl -- some_library.tl global record my_record func_a: function() end -- my_app.tl global record my_record func_b: function() end ``` Right...
Should this be possible in Teal? It is in TypeScript. ```tl type foo = number function foo() end ```