windowsrefund
windowsrefund
I just figured out how to do this yesterday in order to override the a few of the highlight groups related to diff mode. ``` vim.cmd.colorscheme('base16-tomorrow-night') local colors = require('colorscheme').colors...
This would be useful for those of us running the server as well. I recently had an issue with nginx crashing which meant no traffic was able to get to...
Thank you for the response. I ran make with nls=0 amdgpu=1 Here's some addtional information ``` ldd /usr/sbin/radeontop linux-vdso.so.1 (0x00007ffd4d2d4000) libpciaccess.so.0 => /lib/x86_64-linux-gnu/libpciaccess.so.0 (0x00007f90ee247000) libdrm.so.2 => /lib/x86_64-linux-gnu/libdrm.so.2 (0x00007f90ee233000) libdl.so.2 =>...
What would be the benefit though? We already have carla-rack and carla-patchbay which can be loaded via lv2 plugin. IMHO, this is better since it can be accessed directly via...
I'm hitting this as well just trying to setup a RA using [these](https://github.com/smallstep/helm-charts/tree/master/step-certificates/examples#registration-authority-connected-to-smallstep-certificate-manager-hosted-certificate-authority) instructions. I should point out those instructions seem to be incomplete when compared to [these](https://smallstep.com/docs/registration-authorities/acme-for-certificate-manager#run-a-registration-authority-on-kubernetes) (notice the...
Just wanted to mention these rules are still valid against the 2.0.17 Helm chart.
Thank you
Awesome! I'll need a day or two since I have to fork newer charts in order to add my network policies. I'll confirm this functionality and look forward to closing...
@vsukhin It looks like this made it into 1.17.43 but I don't see the changes when I pull down and extract that version of the chart. ``` helm repo update...
Thank you. So great!