C W

Results 141 comments of C W

Hmmm, that's an interesting use-case I hadn't considered. Currently the transport manager is very heavily bound to running the chrome binary internally. Let me see if I can separate the...

I think the reason I did that is I wasn’t sure what size the window would be when run headless. In any event, I don’t see any reason it could...

Jesus christ, how has this issue been open for **four years**?

Printing a hex byte without the leading zero doesn't even make sense. If you want that, you want a print nybble function. At minimum, there needs to be a way...

You can get the 64 bit DLL by just using the 64 bit Cygwin install quite easily.

That makes sense, though I can rebase off of whatever branch is preferred. Is there a dev branch somewhere?

That seems like the canonical purpose of having a `dev` or `wip` branch.

That kind of seems like it's not open source at that point. Anyways, is there any chance you could plonk stuff up somewhere so I don't wind up duplicating work...

Backtrace in gdb: ``` Thread 1 "usb_flasher" received signal SIGABRT, Aborted. 0x00007ffff782b428 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54 54 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) bt #0 0x00007ffff782b428 in __GI_raise...

So I commented out [line 217 in main.c](https://github.com/ungureanuvladvictor/BBBlfs/blob/master/src/main.c#L217), and it made it further (It's currently apparently sitting doing something(?) after printing "SPL has started!" It appears to be using 100%...