Gregory The JSWhisperer

Results 93 comments of Gregory The JSWhisperer

ng-alchemist because it's magic and science that makes gold.

Side not that node/app example seems broken ``` eskgap ./main.js Uncaught exception TypeError: mainWindow.webView.publishServices is not a function at p. (/home/gnb/Sites/DeskGap-master/node/app/main.js:18:22) at Object.onceWrapper (events.js:300:26) at p.emit (events.js:210:5) at p.trigger_ (nod.entry:1:1333)...

added a plaintextedit example https://github.com/nodegui/react-nodegui/pull/290

that fork doesn't seem to work anymore... :( `Error: Cannot find module 'got'` I just want a circle in my application, and css border-radius: 50% doesnt seem to work either

Think it might just need to be ported to react https://docs.nodegui.org/docs/api/generated/classes/qdialog/

I'm sorry I'm not that well versed with typescript or the internals of the project yet

``` // Modules to control application life and create native browser window const fs = require('fs'); const path = require('path'); const { app, BrowserWindow, session, Menu, ipcMain, ipcRenderer } =...

https://github.com/gregpalaci/ElectronPlayer/releases/tag/v2.0.8

was about to ask that too I tried global.Worker = require("webworker");

I'm kinda wondering what direction this project might take with a "new vue" on the horizon. Since vue seems to move away from classes and therefore decorators is there a...