Jimmy Breck-McKye
Jimmy Breck-McKye
This seems to still be a bug - are we able to merge this?
@jack-guy It's still very much pre-alpha. It's not really 'useable' right now so much as 'developable'. If you have a pressing need to convert some Flow code you might be...
Ah - thanks - you have a keener eye than me. This appears to be a new addition to our repository. Let me see if mirroring the path values restores...
@mapipina Yes, this fixed my issue.
I don't think Brandon Mathis is really working on this any more...
There is also https://github.com/daviestar/glfx-es6
I came across this issue when trying to add progress events for my textures. My solution was to load the file via FileLoader first, then load from the cache with...
@Molosc - I think what is happening is that the loader is plucking the data from cache, then passing the cached texture to createObjectURL. But createObjectURL only works with Blob...
This approach doesn't work 100% for users of Jetbrains IDEs (Webstorm, IDEA, etc). You can associate `turbo.json` with JSON5 but not JSONC, but JSON5 includes other features (like non-quoted keys)...
Did you ever get the Classic theme working with v3?