Eric

Results 106 comments of Eric

I would really like to see some of the necessary changes made to add this feature to the main branch. The necessary changes for this include: * Make the below...

From my understanding, `react-optimized-image` acts as a wrapper to simplify the use of `optimized-images-loader` (or `next-optimized-images`). For example, with just `optimized-images-loader` you'd have to do this: ```JavaScript ``` With `react-optimized-image`...

@cyrilwanner I have been able to diagnose at least one case in which this bug occurs. If the `require` call is performed in a higher component then passed down to...

> I think you are after .selectedNode on the treeview > TreeView should dispatch a UIEvent.CHANGE These should work, thank you. Sorry, I had trouble finding these things in the...

Anyone aware of the status of this change?

I've been using this for a recent project and it works exactly as expected. I'm hoping this can get merged eventually as it's a great feature.

This issue also seems to occur when compiling a program which includes a macro that calls `Context.info()`, which is supposed to be used to print debug information at compile time...

@player-03 The simple `Lime` launch option I mention is automatically added to your project configuration when you press F5 and select "Lime" as the environment.

I should have mentioned it in the issue, but yes, `lime test windows` works as expected. I get this issue when building for the Windows target, and if I recall...

@player-03 Just wanted to let you know this bug is still an issue for me. Testing the HXP project, I found no difference in behavior between those methods you listed....