Michal Bultrowicz

Results 31 comments of Michal Bultrowicz

@bitprophet I don't have much time to look into it right now (and probably the comming weeks), but I guess that @chriscz gave a good suggestion.

This is a bigger deal for Python examples, which are using outdated class/field names and don't run.

Also, it seems that celery is using billiard for creating worker processes, and that prevents coverage from getting info on the code that get's run in the workers. According to...

@rsm-gh I'm having the overflow USB error on Kubuntu 17.10. Is there something I can do to help out? With some guidance I could work on the code as well.

@rsm-gh Ok, I set the DATA_LENGTH to 12 in /usr/share/AlienwareKBL/Configuration/Computers.py, restarted alienware-kbl service (so that the daemon picks up the change) and I was able to turn the lights off...

@josedellabosca You're having the same errors as I am (checkout my description in #39). The fix would require sending a differently assembled set of usb commands to the controller on...

I agree with @blaisep that Sphinx and rST are the way to go. Though rST syntax is a bit strange for my taste, it's great for code documentation. And yes,...

Hey! So I too have this issue. If I do something like debugging a pytest test run I need to wade through a ton of pytest code before my own...

What do you mean by making sure it can be imported? Because it doesn't sound trivial :-) The idea off the top of my head is to temporarily add the...

@jasonmp85 Yup, that works. It's be good to convey that info in the Compose file. I see two options: ``` version: '2.1' services: master: container_name: "${COMPOSE_PROJECT_NAME:-citus}_master" image: 'citusdata/citus:7.4.1' ports: ["${MASTER_EXTERNAL_PORT:-5432}:5432"]...