SkyyySi

Results 43 comments of SkyyySi

If this issue is speciffic to firefox: Right click an empty spot in the tabbar, click customize and at the bottom left check the titlebar option.

If you just want Chrome-style tabs and some other tweaks, you may want to try out https://github.com/QNetITQ/WaveFox

The extension would need to provide some kind of way to prove that the user submitting something is actually the channel. Perhaps making it require linking the extension with your...

I'd say that `import` should be turned into a soft keyword that's only reserved when used as a statement, but not as an expression, so that ```moonscript import "foo" ```...

> Since Yuescript is a language to be expressive and extremely concise, why don't we just code in teal-lang instead for the static type check functions? I don't think that...

+1 I'd love to see this mod ported to 1.16.5 considering that 1.12.2 came out over 3 years ago now.

Additionally, the floor division operator `x // y` could be compiled to `math.floor(x / y)`.

An alternative might be to allow choosing the bit library, as Lua 5.2 includes the `"bit32"` library by default.

> It is the problem caused by the compiler implemetation that macros are expanded while translating each line of statement. I think this implementation should be changed to expanding macros...

I like the idea of automatically re-formatting the code. But I'd actually take that further: Similarly to `object::method()` now becomes `object\method()`, I think other ambiguities should also be covered by...