tomaszduda23
tomaszduda23
``` A JavaScript error occurred in the main process Uncaught Exception: Error: Cannot find module 'electron-util/main' Require stack: - /snap/caprine/49/resources/app.asar/dist-js/index.js - at Module._resolveFilename (internal/modules/cjs/loader.js:961:15) at Function.o._resolveFilename (electron/js2c/browser_init.js:257:921) at Module._load (internal/modules/cjs/loader.js:844:27)...
I'm getting similar error with `flux version 0.30.2`. It used to work with `0.28.0`. ``` --- apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - gotk-components.yaml - gotk-sync.yaml - ../../base patchesStrategicMerge: - ../../gotk-patches.yaml...
I tested on stm32 only. I have no access to avr right now.
@mdevaev I added a few more commits. It is still WIP. From that point it should be easier to add new implementation. I added interface for usbmouse and keyboard. Instance...
> A cursory review reveals violations of the protocol. You have incorrectly implemented keyboard and mouse type selection. The protocol allows them to be disabled, and in your case there...
I did more testing and sometimes it become unstable. There are 2 issues: 1. USB does not enumerate correctly. It can be related with way how D+ is handle. Maybe...
I will take a look but it takes some time.
> I did more testing and sometimes it become unstable. There are 2 issues: > > 1. USB does not enumerate correctly. It can be related with way how D+...
> The `configs` directory contains files for production, so they cannot be changed for these purposes. I was going to add override. > And also what you wanted to do...
What do you mean by that?