David Nolan

Results 8 comments of David Nolan

I’m working on adding libusb support for this project right now, can you point me in the right direction for implementation? I have currently libusb.so for ARM platform, and I...

Well I could write a JNI wrapper but that would just make it usable from Java code which is not what we want. Are you saying libusb needs to be...

OK now I have .so's written to call to the Android SDK, but to bundle them with CUPS I will need to recompile with --enable-libusb unless it was already done....

This project took us too long and there were still issues even getting CUPS to detect USB devices through my Android driver, so I shelved it. I also can't share...

As per #175, after encountering this issue I manually synced date/time on my Windows laptop (which was 14 minutes ahead of real time). After the date/time was correct, retrying Sync...

Hi there! I'm looking for a nuxt3 module for gql I just noticed https://github.com/Diizzayy/ogql/commit/9f2cf65a8cde6dce189ab687cf97d53ea3250656 Do you have a rough idea of when this will make it here? I'm choosing between...

I also have the same issue, but currently I can work around it by running `npm install` in the extension's folder: ```shell cd ~/.vscode-oss/extensions/graphql.vscode-graphql-0.9.1-universal/ npm install ``` > Having same...

This is actually pretty trivially implemented using a custom defu already. Try something like this: ```ts import {createDefu} from "defu"; const testSchema = { isPro: false, darkMode: false, pages: {...