Thomas Faust

Results 55 comments of Thomas Faust

> > > I want to develop my Electron app in typescript I've yanked this example project and added node-hid to it https://github.com/wwlib/cra-craco-electron-example and adapted it for two package structure....

Reading through https://electronjs.org/docs/tutorial/application-architecture#main-and-renderer-processes: > In normal browsers, web pages usually run in a sandboxed environment and are not allowed access to native resources. Electron users, however, have the power to...

I had issues installing `gevent` in my python 3.8 virtualenv. I was able to install it to my global site-packages however. --- I recreated my virtualenv via `python3 -m virtualenv...

@samueldcs Any updates on this?

It has been two years; is there any progress or is this issue dead?

Hi @gperdomor, sorry for the late reply. In my setup, I have one single Dockerfile for all my backends in the nx monorepo and it thus does not reside within...

Can we also include the script integrity for oauth2-redirect.html here https://github.com/swagger-api/swagger-ui/blob/e6837593bdeb6d489b6c8ffe288538c801aaf5a7/dist/oauth2-redirect.html#L7 ? Quick google search gave me `openssl dgst -sha384 -binary FILENAME.js | openssl base64 -A` on how to compute...

@sendvinh I have no clue because there is no relevant information in this thread which could enable me to help. FYI this repository looks rather unmaintained.

@tcassaert thank you for testing this PR. Regarding your test: the `spark-defaults.conf` is ignored by the upstream apache spark kubernetes resource handler because they generate a `spark.properties` which has higher...

@tcassaert Yes. If this PR gets merged I can provide a follow up PR that allows the patching of the original `spark.*` configuration as long as it does not break...