Vik Ramanujam

Results 12 comments of Vik Ramanujam

WOWWOW. I like it when a dev is as supportive as this. And will try to use Xwinwrap but will also see if I can play about with your code....

> A way to do it could be to use this approach to inject React https://medium.com/react-weekly/never-import-react-from-react-again-thanks-to-webpack-s-provideplugin-69e7feb69e#.d5netgw5a @pradel - Would this also work with mixed files as you said?

On Linux, this seems to be an issue regarding a missing library `libicu**`. Some have [reported that on Ubuntu](https://stackoverflow.com/a/61661331) it will be: ```shell $ sudo apt update && sudo apt...

I can see a very good usecase for this to build styled components that have a blessed fallback. Or the other way around.

Just a tip. ESC in touch bar always had issues with 3rd party apps. I've been using the Caps lock as my escape key for the past 10 years so...

Getting the same error @DinkoMiletic. Did you manage to fix it?

@kopasetik small typo in your message. it's `react-style-proptype`

You can just use the EDITOR env variable and [ranger](https://ranger.github.io). I think micro should not implement this. Also, if you want this to be a sidebar, I've actually gotten this...

Dev's on holiday? How long is this going to take?

Hello. I got this to work by using this quick and dirty inject script. ```javascript const { ipcRenderer } = require('electron'); ipcRenderer.on('open-url', (event, url) => { const currentUrlDomain = new...