Brandon Ros

Results 284 comments of Brandon Ros

then from my `renderer.js` i call `require('usb')` and it works fine. thegecko and i just whipped up a new release that fixes a segfault on windows during device opening, i...

Is any of this viable in 2021 with iOS 14?

@mnichols @tblobaum Are either of you still active? I'd love to use this in production, but I can't reliably get my otherwise perfectly fine redis server to return responses to...

@tblobaum Please check https://github.com/tblobaum/redis-stream/issues/6

```html { "imports": { "retry": "https://cdn.jsdelivr.net/gh/brandonros/node-retry@mjs/index.mjs", "p-retry": "https://cdn.jsdelivr.net/npm/[email protected]/index.js" } } import retry from 'retry' import pRetry from 'p-retry' ... ``` opens the door for this without the use of a...

@rochus-keller Is this something that is easy/doable? I see you have binary releases for Windows for https://github.com/rochus-keller/Oberon

I think this works: ```rust fn parse_json_rows>(filename: &str) -> Vec { let file = File::open(filename).unwrap(); let reader = BufReader::new(file); let mut deserializer = serde_json::Deserializer::from_reader(reader); let mut rows: Vec = vec![];...

Why not post some benchmarks? Versus Express for example...

@Thorox are you still using the program 14 days later? Do you have a break down total P/L with fees, etc.?

![image](https://user-images.githubusercontent.com/8949910/173206044-dd18aa9c-9d6b-46e2-82b7-491a638ce4ee.png) I've got a VMProtect exe with what DiE finds as `Protector: VMProtect(2.XX-3.XX)` It never gets to its entry point, it has 3 TLS callbacks ![image](https://user-images.githubusercontent.com/8949910/173206077-02e44081-5890-4e4f-ae72-370ee30b5b5d.png) The first one is...