Ruin0x11

Results 89 comments of Ruin0x11

Also have a similar error, using the data [here](http://www.modestinsights.com/wp-content/uploads/2015/03/all_billboard_data.txt): ``` > pgfutter --table bb csv -d "|" all_billboard_data.txt 8.95 MB / 22.54 MB [======================================================================>----------------------------------------------------------------------------------------------------------] 39.68% 1sfailed MSpanList_Insert 0x5e6a40 0x9c471a3df6c 0x0...

I agree that the onboarding/development process is way too hard for new contributors. I had to hack together some scripts and an ngnix config to develop outside of Docker. I'm...

Sure, I can look into it. A few questions. - Do we want to create a new pool in the input box if it doesn't exist? If the user changes...

Same problem. It would be nice to have a toggle for `markdown-mode`'s more expensive font locking functions if the markdown gets too complex. Right now I can't edit my own...

Same, caused by upgrade to Emacs 27. Version is `GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.2) of 2019-02-28`.

I see, thanks for the information. In my opinion, I don't think that `tl` should come with its own class model, should and instead allow people to declare that a...

I hacked on an example of the kind of feature I'm thinking of. https://github.com/Ruin0x11/tl/tree/metaprogramming Basically I edited the compiler to have a new global function which takes a string identifier...

Another thing I thought of recently: I think Lua is uncommon in programming languages in that it does not come with object-oriented programming support built-in. Even Javascript got its own...

Thinking about this a bit more: Maybe Teal doesn't have to care about how an individual OOP system is implemented, delving into every detail of metatables and overloaded `__index` methods....

There is a lot more discussion about having nullable types in this TypeScript issue. https://github.com/Microsoft/TypeScript/issues/13778 TypeScript does not make the return value of array accesses nullable, but this is a...