Cyril Franceschini

Results 8 issues of Cyril Franceschini

I want to build an electronjs app in Angular 8 with otplib. When I want to build the app, I get an error: ``` ERROR in ../node_modules/@otplib/core/utils.d.ts:190:9 - error TS1086:...

I ran this command on Ubuntu 20.04 in order to install macOS Monterey: ``` docker run -it \ --device /dev/kvm \ -p 50922:10022 \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \...

I try to run better-sqlite3 in my Electron app on a Rasperry Pi. I get an error from TypeORM at runtime: ``` { constructor: 'Error', name: 'UnhandledRejection DriverPackageNotInstalledError', stack: 'UnhandledRejection...

help wanted
installation

Is there a way to use the library with a different implementation of WebSocket? For example, I'd like to use the library with Play Framwork and its own [WebSocket](https://www.playframework.com/documentation/2.7.x/JavaWebSockets) implementation.

enhancement
help wanted

I have an Electron app using SQLite and TypeORM. When I try to rebuild the sqlite3 5.0.0 package for my electron version (7.2.3), I get an error: `electron-rebuild -f -w...

Hi, Thanks for your wiki on how to build Chromium with Yocto. After a check before running `bitbake core-image-sato`, I thought that there was no way for BitBake to know...

An exception is thrown when I try to fetch files: > Uncaught error from thread [application-akka.actor.default-dispatcher-3]: null, shutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled for for ActorSystem[application] > java.lang.ExceptionInInitializerError >...

The bank public key digest retrieved from the configuration file is wrong when calling `fetchFile()` from `EbicsClient` for C54 (actually Z54) order type. In order to fix it, I had...