Scott de Jong

Results 7 issues of Scott de Jong

Apologies if I'm missing something obvious, but I'm having a tough time figuring out how to enable the IPC transport from the renderer in a packaged application. Setting the log...

Is it possible to use clinic.js with Electron? I love the way this works but am dealing with some performance bottlenecks in an Electron application.

After some digging I realised that there are certain options for electron-builder that are hardcoded: https://github.com/bennymeg/nx-electron/blob/7d0b59bc6c86d1d1f3f801f29c4cacac80e1fb23/packages/nx-electron/src/executors/package/executor.ts#L151 May I suggest that these are better generated as part of the default file...

The code references a config field called `mainSrcDir` however this appears to be ignored, should this be changed or am I interpreting this incorrectly? https://github.com/saltyshiomix/nextron/blob/651967d7df3d0f7cb306f7d4296866f994fbeb5d/lib/nextron-dev.ts#L73

Is this supported? I ran some of the examples in Bun and it seemed to work. Is there any reason parts of Moleculer wouldn't work in BunJS?

### Describe the bug. The v3 JSON Schema is not valid because one of the `$ref`s doesn't resolve ``` $ref '/definitions/avroSchema' in 'https://github.com/asyncapi/spec-json-schemas/raw/master/schemas/3.0.0.json' can not be resolved.YAML(768) ``` http://asyncapi.com/definitions/3.0.0/avroSchema_v1.json gives...

bug

I could be missing something, but I don't think this will ever work in a hosted environment. Does this need to pull the FE path from ENV? https://github.com/getmaxun/maxun/blob/c9dc44884b46593d93e3dd1ed6dd81c078c774e1/server/src/server.ts#L22-L27