John Spackman

Results 141 comments of John Spackman
trafficstars

This is possible but raises practical issues - the source maps are 1Mb in size just for a tiny demo app, and I have several real world apps that are...

ah yes, good idea - I have a log appender that ships logs to the server already, so I could repurpose that. There will still need to be some work...

are you saying that the `import` statements remain in the code that is generated? AIUI browsers do not support import

This should be fixed with https://github.com/qooxdoo/qooxdoo/pull/10400

no, you can use `import` (or `require`) but behind the scenes, the compiler will delete the `import` (or `require`) and automatically bundle whatever you wanted to import into code. Your...

This is a bug, because it is definitively an unresolved symbol that is not reported. The only tricky thing is determining whether a symbol is a class or not ahead...

There is support in the event queue AFAICR to support different window objects, so maybe this is a case of implementing the last 10%... but I would anticipate problems in...

In my experience, although that event mechanism looks pluggable, it's really not and therefore there is only one `DragDrop` handler. I did try to replace it at one stage and...

it's certainly simpler to drag in, you have to add your own native DOM handlers on the element, ie not on the widget and AFAICR you have to wait until...

@derrell please can you outline your proposal from gitter?