Edwin Lyons

Results 21 comments of Edwin Lyons

I don’t think your syntax would quite work - but I think it’d be theoretically possible to make it so you could connect to signals outside KnitInit. I believe that...

I do appreciate those concerns, but there are already ways to produce name collisions, for example: ``` "StarterGui": { "$className": "StarterGui", "$path": "../UI", "SomeUI": { "$path": "SomeUI.rbxmx" } } ```...

Thanks for that reply - more than happy to help discuss the design for this if that's of any help or share some of our project files so you can...

Scriptability may well be the solution here, I agree. Perhaps that would allow experimenting with building different formats for defining projects in json as a layer on top of that....

After we discussed this, it seemed as though the best fix was to use a function similar to [this](https://docs.rs/path-clean/latest/path_clean/) on paths in the project.json. Other solutions discussed (such as finding...

This is rather old (and ignored) bug, but I had a similar result - a 9.6MB input file was output as a 56.7MB file using: `fontmin font.ttf > font-optimised.ttf`

I've hit this issue and fixed it in a similar way to @renzoolguin above (many thanks!) I'm pretty new to Cordova, but I'm a bit baffled as to why this...

I’m not sure whether you’re reporting a bug here. I believe this behaviour is what you would expect. Doing anything else isn’t possible within the constraints of the format as...

Yes, I agree about that. I think this is probably severe enough that remodel should error if this happens, at least by default, as tracking it down isn’t easy and...

This isn’t very helpful, I’ve also not come across this. We have a somewhat similar workflow that relies on the position being saved correctly. I have occasionally seen floating point...