Atul R
Atul R
@molmutius I ll check it out in the evening and lets see if we can find anything 👍
For those looking for a solution: `dataLoader.ts` ```ts import DataLoader from "dataloader"; import { groupBy } from "lodash"; /** * ----------------- * createFieldLoader * ----------------- */ type KeyType = string...
Not sure but I dont see a call to ` this.setCentralWidget(widget); ` anywhere so the `widget` just gets initialized and destroyed ?
Awesome. Thanks for posting this. As long as the native module is compiled with the same version of node as qode, the native binary would work without issues. If you...
on second thought this doesnt work ? `npm install --nodedir=node_modules/@nodegui/qode/binaries/qode winax`
Ideally if you are on qode which uses v14.2.0 of node Then if you just make sure that the node version you are using currently matches this. then the modules...
You can try the setProperty method in the qplaintextedit For maximumBlockCount ``` textEdit.setProperty('maximumBlockCount', 2); ``` For appendHtml could you help out with a PR?
Interesting, can you raise a pr? I think you might have missed it here in the qplaintextedit_wrap.cpp
QML is not supported yet. But with some work can be. We would need help implementing this. Can you take a look if you have time ?
Hi @justinforlenza have you made any changes to the webpack configuration ?