Daniel Chaplin

Results 10 comments of Daniel Chaplin

@ajanikow could you please pay attention for this PR I'm looking forward for any comments/feedback in order to merge it Thank you!

Thanks @yardensachs! Spend many time for debugging what's wrong with other solutions, but no way Seems like `celery inspect ping` command do not return exit(0) or something in that way

The same is for me with Electron 8.2.1, electron-builder 22.4.1 and electron-packager 14.2.1 With Electron 7.2.1 it also not working well But it works on 6.1.9

It could be also connected to in which order you've called BrowserWindow.webContents.loadURL() and BrowserWindow.webContents.openDevTools() Seems like if you're initializing openDevTools after complete of loadURL it could not render sourceMaps Could...

check sharekey/mmmagic#1 for fix of the issue of false detection

Every time I built electron app using electron-builder, including mmmagic node module and sign code using latest macos catalina software and notaize it, I get an error for the file,...

No, didn't tried that yet. It means that the files, which are going to be packed should be converted their names to unicode nfd, am I right? So if I...

weird thing though! faced the same issue temporary workaround: ```bash TF_VAR_YC_FOLDER_ID=$YC_FOLDER_ID terraform plan/apply... ``` ```hcl variable "YC_FOLDER_ID" {} data "yandex_resourcemanager_folder" "project1" { folder_id = var.YC_FOLDER_ID } ```

bump pretty good changes, i think