Dhany Nurdiansyah
Dhany Nurdiansyah
> Late to the party, but remember that `await` is supported by lots of things, including Node.js, so if you need `trash.sync`: already covered by Javascript itself (thanks to `trash`...
@Pomax wait, did you mean this? ```js async function doMyThings() { // do some things... // ... then sync trash, but wait for that to finish before doing more things......
can you show about Steps to Reproduce your app?
> I saw that chromedriver seemed to be trying to launch Chrome with a remote debugging port of 0, so tried adding this: > ` chromeDriverArgs: ["--remote-debugging-port=9515", "--verbose"],` > to...
me too. my package.json ``` "devDependencies": { "electron": "^12.0.2", "electron-builder": "^22.10.4", "mocha": "^8.3.2" }, "dependencies": { "bootbox": "^5.4.0", "bootstrap": "^3.3.7", "spectron": "^14.0.0" } ``` here's the output from github actions...
same here. OS: Win 10 Home 2004 log: ```bash • cannot get, wait error=Get https://service.electron.build/find-build-agent?no-cache=1fmonpg: dial tcp 51.15.76.176:443: connectex: A connection attempt failed because the connected party did not properly...
@el3um4s you can use docker.
oh, right. I usually uses navbar, not nav. from bootstrap usually the html also uses `nav` class in **navbar** component. Currently, both of them aren't documented yet. And the BNavBar...
i will try make this feature 😃
exacly, now i've fixed it. i'll give the solution ASAP