Max

Results 47 comments of Max

Is this still happening? I’ve been having trouble reproducing it on my end as well. It’s not entirely clear what’s causing this.

this is getting ridiculous lol. what are programs even allowed to do anymore?

I’d like to keep pushing for this—Luau’s interpolated string feature has a tendency to break syntax highlighting: ```lua local function verifyAcyclic(tree: Configuration, node: INode, _visited: { [INode]: true }?) local...

The dumps are generated from Roblox Studio. I make no change to the data except removing whitespace in the mini api-dump. As such I have no control over what data...

Closing this for now as I’ve sunset the class icon editor.

Are you still seeing this?

Sorry I ghosted this, had to overcome the hurdle of refactoring realism before I wanted to lay any fingers on it again. You‘ll need to reconstruct this pull request if...

I’ll get it updated soon, but wouldn’t you only be making those at runtime anyway?

I’m actually hoping to decompile them completely. I was looking into luauDec but it’s currently out of date and I was having trouble getting it to work properly with the...

So I’ve been poking at this again lately. The reason it was writing the data wrong was because of a sanitization pass I was putting all strings written through. Even...