danikaze

Results 21 comments of danikaze

Any update on this? :) At least a version of electron compatible with esm?

2024 and doesn't appear for me either... even with `allowFileAccess: true` I also can see in the console the following: > Download the React DevTools for a better development experience:...

I'm not used to people trying to use my projects :) It has MIT license on [package.json](https://github.com/danikaze/ascii-ui/blob/master/package.json#L10). Does it need a explicit file with it? I'm ok if you want...

If using webpack, this can be done leaving ```js import * as blessed from 'blessed'; ``` and then in webpack use the resolve.alias: ```js resolve: { alias: { blessed$: 'neo-blessed',...

By the way, in the end I just forked blessed too, and pushed some modifications to include the dependencies and `node-pty`, fixing the issue. For those people interested in installing...

Got it. Well, not what I was expecting but... at least I'm glad it's not a bug. So... to provide something useful here for other people reaching this problem (or...

I was checking the code of how `detective-typescript` works, and saw that it only _sees_ one file at a time without knowing what's importing. That makes a bit hard detecting...

So... I think this is a problem of tree-shaking In previous project I made on electron (from different setup: i.e. [erb](https://github.com/electron-react-boilerplate/electron-react-boilerplate)) I never had problems even exporting both `ipcRenderer` and...

Also reproducible in Mac: Installed with: ``` npm init electron-app@latest electron-react-typescript -- --template=webpack-typescript npm i -D electron # → issue #3273 ``` ``` ERROR in ./node_modules/electron/index.js 1:11-24 Module not found:...

Sadly, this project is not really user friendly (I'd have to improve it with an UI or something better). But if you know your way around code, you would have...