M. McKester
M. McKester
This is a support question, please excuse me, if this is not the right channel. I have a custom but plain JSON hierarchy of commits in the following format: ```...
Hi, I use `setTranslation` to add another translation, but the translate pipe does not resolve the entry. At my program start I execute the following statement: ``` translate.setTranslation(lang, {HELLO: "foo"},...
## System information - node version: v14.15.0 - npm or yarn version: 6.14.9 - OS/version/architecture: darwin - Applicable nodegit version: 20.2.0 Hi! I am trying to build my own version...
Hi, I installed `nodegit 0.26.5` via `npm` and import the package in the renderer part of my Electron application. During compilation I receive this error below: ``` WARNING in ./node_modules/nodegit/dist/nodegit.js...
Hello, This is more a question rather than a reported issue. I have a 3rd party module called [drivelist](https://www.npmjs.com/package/drivelist) that I want to load in the render process. The documentation...
Hi, I downloaded the latest macOS binaries of ImageMagick and followed the instructions as described on https://imagemagick.com/script/download.php#macosx I use macOS `11.1 (20C69)` and receive the following error: `dyld: Library not...
Hi, I am using Spectron for a e2e tests where I capture 10.000 elements and call `getText` on. This takes almost a minute and I am wondering if this is...
Hi, For an end-to-end test I am hiding and showing a browser window which is supposed to trigger a `focus` event: ``` app.browserWindow.blur(); app.browserWindow.hide(); await sleep(1000); app.browserWindow.show(); app.browserWindow.focus(); ``` For...
Hi, I am very sorry if this is actually not a bug, but I don't know any support channel and I am lost on this at the moment. I wrote...
Hi, I'm sorry if this seems like a common question, but I can't find any current answer to this. I am using libgit2 and would like to use Git LFS....