Marius Marais
Marius Marais
Is there any advice for what to do in the meantime? I'm not sure where to go next. Does this mean my app has to serialize to / deserialize from...
Just installed using the deployment YAML and the following tolerations are missing for running on masters: ```yaml spec: template: spec: tolerations: - key: "node-role.kubernetes.io/master" effect: "NoSchedule" operator: "Exists" # these...
@johnschultz Native ingress via Traefik with its built-in Let Encrypt support is working quite well for us too. Default app names work perfectly, but `deis domain:xxx` needs manual changes to...
@ruudk I think that is what the txt-prefix is for, since it is difficult to merge existing records 100% accurately, i.e. without breaking your DNS, and in the case of...
@eburghar Not sure what you mean, the [CLA document](https://github.com/kubernetes/community/blob/master/CLA.md) says to select which type of contributor you are? Is there a problem with the CLA process for you?
I have started to look at the Tailwind code, but have none of my own yet. I was hoping there would be a generic way to hook into Tailwind once,...
Thanks, good point. I'll adjust the wording slightly to make it clear that no customisation is possible until #1 is solved, and call out your examples.
Just got bitten hard by this issue :) Any progress on a workaround?
@mcsage That link seems to only work on a logged-in primary domain. So as long as you're only logged into a single GSuite account other people will see the same...
I've actually resorted to using `'**/*'`, which results in a full alphabetic sorting: ``` app.js bfolder/cfile.js dfile.js zz_debug.js ``` By prefixing debug files with 'zz_' you intuitively understand that these...