Results 53 comments of Oscar Linde
trafficstars

I have, with a hack, successfully gotten Material UI to work without(afaik) any issues. However i'm hoping developit has a better solution since mine was just a hack to make...

@developit I think you had the wrong issue. This one is about touchtap. Anyway thats what i tried to make refs work but i think i still had problems after...

@harshmaur @cia48621793 I think it's as @developit says that we need a replacement `inject-tap-event-plugin` I don't think it would be difficult for a user to replace that plugin with a...

@harshmaur Material-UI has a peerDependency towards `react-tap-event-plugin` which provides the `onTouchTap` functionality. What i mean is that we could provide the same functionality(without `SyntheticEvent`) with a new plugin because unfortunately...

@developit This looks promising! I don't even think you would have to use an alias if unless you don't want to. It's a separate peerDependency so all that would happen...

@mcollina Sounds good. I'll send a PR once i'm home where i remove the default error condition, but the main issue still remains. If you run example.js & GET 127.0.0.1:3000/error...

Hey, great! I just noticed this myself as well and i'm guessing that xi has changed the protocol a bit since it was implemented in kod. That's the reason why...

@sixtyfive Not yet, but @emigr2k1 has figured out the root cause. It worked in the past but xi-editor is under development and API changes from time to time so kod...

This is exactly what i want, a simple command line interface to handle all of these operations. I think a good start would be to implement the actual UI for...