Michael Adler
Michael Adler
I'm also managing my extensions for ungoogled-chromium using home-manager, so I figure I can share my 2 cents as well. There are two cases to consider: 1. The upstream project...
@untitaker: Nope, I pretty much wrote the opposite: a tool that removes annoying alerts from ics-files :)
It may be incomplete, but I think that doesn't explain the crash. For example, the following C++ program using bee's C++ library works fine and prints the events: ```c++ #include...
No problem, I completely understand. Thank you for your thorough review. The test suite is excellent though: it caught every mistake I made (such as using `bool` instead of `*bool`...
Hi @NallasivanK, I think it's possible, as discussed in issue https://github.com/jackc/pgx/issues/676 (resolved by https://github.com/jackc/pgx/commit/210a217818576dcd21659594d289917b05ee7654). Since I don't have an AWS playground to experiment with this, I would appreciate a code...
> What about the (default) configuration? Is that sufficient for "typical" use or does it make more sense not to auto-start wfx on installation but instead having it configured specifically/properly...