Vitold S.

Results 38 comments of Vitold S.

@wiggin15 colorama no detect ANSI on console and does not provice ANSI code as result no colors.

@grayaii it looks like a problem with CSS in Jenkins. I play with CSS in FireFox developer console and found some CSS errors (i.e. enable and disable some CSS for...

> Could please also let us know the versions of onsenui and react-onsenui? const [onsenui, react-onsenui ] = [ 2.12.0, 1.12.0 ]; =)

@methane mysqlclient is work! But why @farcepest does not resolve issues in MySQLdb? @farcepest is leave MySQLdb support?

@claudep most old documentation and project have reference to `MySQL-python`. How about start activity to inform each developing application and all Linux distribution to start migration? Today most library is...

@methane cool. I think pip may make virtual package like `apt-get`. When people request old package it may show Warning and ask about install another package or install silent in...

> What happens if you ignore pyuv.errno.UV_ENOBUFS on the read callback? If it mean just ignore this error (does not raise and handle this problem) then as you can see...

I think that Travis-CI does not provide a wide specter of Linux package (only outdate Ubuntu). We here have two way: - Using Docker CI service with any Linux system...

To create Debian package we have a many ways. - Make package with debian helper (dh) and many additional scripting tools; - Using Debian package archiver to pack directory structure....

Hello, I search in source code some simple way to create Debian package without using script based build. I provide Makefile part with simple operation: ``` PRODUCT=my_custom_product_name PRODUCT_EXECUTABLE=my_app VERSION=1.0.0 ARCH=amd64...