Ivan Necas
Ivan Necas
In the wild the backtrace_filter can be set by external filter (Rails do it for their silencer). This can lead to the case there the external backtrace_filer returns empty array....
## Environment - OS Version: 4.6.0 - App Version: 15.4.1 ## Description When playing short files (around 2 minutes), it seems the phone gets warmer than on longer files (compared...
I want to define that person has more phone numbers, something like: ``` ruby Person = Algebrick.type do fields name: String phone_numbers: TypedArray[String] end ```
A set of actions with pre-defined behaviour for easier simulation of various tasks states: these actions are development only.
This commit adds ability to run the script provision template via remote execution and reboot the host, which effectively brings PXEless provisioning into Foreman.
When an error occurs within some code running inside concurrent-ruby executor, it ends up with something like this, while loosing the info about the true origin of the code: ```...
We've been using the Actor implementation from the edge in https://github.com/Dynflow/dynflow for a while and we've hit no issues. Seems like it might be ready to get promoted to the...
The original code for prefixing line numbers was not working, as it was adding less extra space than needed: ``` seq 3 | sed = | sed 'N; s/^/ /;...
Project link: https://github.com/inecas/kube-health **Description** kube-health is a kubectl plugin to evaluate the health of Kubernetes resources. It aims at unifying and making it easier to understand the health of individual...
**Describe the bug** Even without any playing, the CPU usage of helgobox stays around 140%, which seems odd. I'm occasionally experiencing audio issues that might be caused by performance degradation,...