fcolecumberri
fcolecumberri
**Channel** Is this a "C++Weekly" or "The [Fill in the Blank] Programmer" episode request? C++ Weekly **Topics** What topics are important to cover for this episode? Based on CppCon quick...
Adding a way to easy switch between output streams might be useful, specially in cases like Jupyter notebook where stderr gets an bright red background for stderr stuff.
Since some distro pkgs maintainers use the last release on github to create the pkg, having the last release to be a 3 years old release, make the distro pkgs...
The Readme makes a great work explaining how it works, but I still find some troubles understanding how this should be used. I found this on pypi https://pypi.org/project/docker-systemctl-replacement/ so I...
In the file https://github.com/bponsler/ros2-support/blob/master/tutorials/creating-a-mixed-cpp-and-python-package.md (but this could hapen in other files) you are mixing spaces and tabs which makes difficult to understand the filesystem layout in the md rendered version....
https://marmelab.com/blog/2020/10/21/sunsetting-faker.html fzaninotto has archived his development, so now the development is made by fakerphp
Made test.py a Command Line Interface so people can use this from the command line with ease.
changed dumb-init location to correspond as in landoop/fast-data-dev notice that the latest version of fast-data-dev moved dumb-init from /usr/local/bin to /usr/bin --- This change is [](https://reviewable.io/reviews/landoop/fast-data-connect-cluster/3)
We are using postgresql, and inside our database we use `uuid` type (which is supported by both, postgresql and laravel) but when the migrations got generated, the field was modified...
**Have you checked the readme and man page for this feature?** yes and also pacman man page **Have you checked previous issues for this feature?** yes **The Request** There are...