jeparlefrancais

Results 44 issues of jeparlefrancais

It would be really neat if stylua could re-order my requires in alphabetical order. It should be an optional parameter because stylua can't assume that require does not have side...

enhancement
rfc/in discussion

Hey 👋 I'd like to have a way to depend on rojo, without bringing the whole library into my other project ([darklua](https://gitlab.com/seaofvoices/darklua)). I am currently prototyping [path imports](https://gitlab.com/seaofvoices/darklua/-/issues/31). I think...

type: enhancement
scope: cli
scope: docs
status: needs design

Closes #235. Change RobloxRenderer to disconnect all events during unmount, by adding a method `disconnectAll` to the SingleEventManager. The test I added to RobloxRenderer is currently skipped, because lemur does...

Closes #189 and closes #156. This PR adds a new feature to Roact: the ability to create snapshots from a Roact tree. Combine to that, the concept of shallow rendering...

status: needs design

This example aims to integrate some of Roact concepts together in a more realistic component that could exists in a Roblox game. I make this draft pull request so anyone...

(At this point I suppose this is already fixed in the parser rewrite but I just want to make sure!) Luau syntax allow chaining multiple optional type operators `?`. You...

bug
fixed in rewrite

I'm working on getting Luau types into [darklua](https://github.com/seaofvoices/darklua) and I encountered a few issues with how full-moons parses variadic types. Just to avoid confusion, I'm referring to variadic types as...

bug
fixed in rewrite

I'm working on getting Luau types into [darklua](https://github.com/seaofvoices/darklua) and I noticed that full-moon does not build some syntax constructs right. Here is a confusing thing that I derived from the...

bug
fixed in rewrite