vonj

Results 10 issues of vonj

The text says "y is the number of changes of chroma samples between the first and seconds rows of a pixels." But isn't it more accurate to say: "y is...

question
wontfix

Can you please add a full CRUD example. And why not make it use PDO instead?

Just a poke as requested: https://github.com/istopwg/ippsample Apparently, this is going to be CUPS software you can run on a Windows computer. Also you might want to look into "print everywhere"...

documentation

https://github.com/emgarten/Sleet/blob/main/doc/feed-type-azure.md Looking at the docs, I don't understand what to put in connectionString? I can only create a key, but it does not look at all like the sample connectionString.

I have read up and down and can't understand how to add a third drive. I had two disks and I want to add a third, since the two are...

Support

``` upnpc.c:153:23: warning: ‘%d’ directive output may be truncated writing between 1 and 10 bytes into a region of size 6 [-Wformat-truncation=] 153 | snprintf(index, 6, "%d", i); ``` In...

miniupnpc

I'm not even half kidding. :-)

not a bug

Call me stupid, but it would be really really nice to see some examples on how to use this library. :)

checking for embedded Python support... yes, shared checking for python-config... /usr/bin/python-config checking for Python includes... -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7 checking for Python libraries... -L/usr/lib/python2.7/config-x86_64-linux-gnu -L/usr/lib -lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic...

I don't understand how to use for instance DotMarkdown.MarkdownBaseWriter.WriteStartTableCell() I get exceptions, like: `Cannot write 'TableCell' when state is 'Table'` How do I get out of that state? In what...