prlw1

Results 7 comments of prlw1

Restarting cups-browsed and cups resulted in no change: briefly the printers status changed to "processing", but then the logs show "No destination..." as above, and "Backend returned status 4 (stop...

Bemused: - Why patch for android, and not expect a bug to be issued against android? - The full title of the linked page is "OpenGL® Application Binary Interface for...

One complication is that NetBSD comes with 3 different firewalls(!) `ipf` (solaris), `pf` (openbsd), `npf` (netbsd). I think the other issues mention `pf`... Would it be possible to bring me...

The possibly buggy line is ``` true . ``` If one counts `.` as a word, that line contains 2 words, so 1000 words from 999 lines, which could explain...

Your first option, e.g., ``` auto getter = [t, y](int idx, void *unused) -> ImPlotPoint { return ImPlotPoint(t[idx], y[idx].x); }; ``` instead of having to create a struct containing t...

It seems there's a missing `#if defined (_WIN32)` (I'm not on windows)

Better is the enemy of good... This was all I needed to get over the above problem: ``` diff --git a/common/App.cpp b/common/App.cpp index 15670b9..e659512 100644 --- a/common/App.cpp +++ b/common/App.cpp @@...