Connor Dooley
Connor Dooley
TypeScript and Ruby were both fairly easy to implement. The hardest part of both was implementing the `getch` function, since neither language has a built in version, but other than...
I'll give that a shot!
So the `static mut` idea for indentation level unfortunately didn't work, as `static mut` is apparently unsafe
> > > It is indeed 'unsafe' but that is just because Rust wants to be able to reason about the variables and its access in a multithreading environment. You...
I could implement printing to an HTML element as an external library, but my concern is that that would make code written for the TypeScript target incompatible with other targets,...
That would fix the first problem, but the second problem still stands. To get output displayed on the page for any Oak program not written specifically for the TS target,...
That's my current implementation, and it works pretty well so far. My original request was for a standard way of naming variables/functions in `std.` that are meant to be helper...
Whoops, didn't mean to close this. I guess it does make sense to just choose one or the other as stdout. Thanks for the feedback!
What part of the documentation needs to be updated?
I've made a reproduction [here](https://github.com/dospunk/vue-apexcharts-no-data-height-bug), it shows the bug with Series as `[]` and as `[{data:[]}]`