• Joined on 2020-03-30
roxxers created repository coop-cloud/n8n 2021-11-09 12:20:54 +00:00
roxxers commented on issue coop-cloud/coopcloud.tech#18 2021-11-09 09:47:55 +00:00
Text is off screen on mobile view

fixed

13cf28ee84f0a74756d54b91a89e4819f4828465 3f8aaccb8021641a5274804843c156fb68d23e28 cad7558b34174640e208788b428a90497b455ad2

roxxers pushed to main at coop-cloud/coopcloud.tech 2021-11-09 09:47:02 +00:00
13cf28ee84 refactor: delete unneeded css
roxxers pushed to main at coop-cloud/coopcloud.tech 2021-11-09 09:02:28 +00:00
3f8aaccb80 fix: smaller gap on mobile caused by incorrect column sizing on mobile
roxxers pushed to main at coop-cloud/coopcloud.tech 2021-11-09 08:50:39 +00:00
cad7558b34 fix: mobile layout being broken
roxxers pushed to main at coop-cloud/abra 2021-10-20 09:16:18 +00:00
da8d72620a test: warning not to test cli [ci skip]
roxxers pushed to main at coop-cloud/abra 2021-10-20 08:46:00 +00:00
96ccadc70f refactor: move making app struct to construct func
roxxers commented on issue coop-cloud/organising#200 2021-10-20 08:21:20 +00:00
abra app cp doesn't understand - any more

@3wordchant There is a way to make this work. urfave/cli won't mess with the solo - but we will need to check for it ourselves. Then when we find the - we can make the replacement of that arg to…

roxxers commented on issue coop-cloud/organising#202 2021-10-20 08:10:28 +00:00
installer script doesn't check if ~/.local/bin is in $PATH

shellrc is where that should be made but I don't think its a good idea to change it for the user as thats a personal config choice. Think the best action would be a massive warning if its not in…

roxxers pushed to main at coop-cloud/abra 2021-09-16 11:02:01 +00:00
e47d7029d7 refactor: S1005 gosimple
roxxers pushed to main at coop-cloud/abra 2021-09-16 10:35:31 +00:00
31edbbd32e fix: git metadata not removed in merge
roxxers commented on issue coop-cloud/organising#169 2021-09-16 10:26:59 +00:00
Abra gives a weird error when user on remote server isn't in group docker

I think I might fix this with a cheeky ssh connect to the host and check the users groups. Docker itself actually also has really shitty error messages for this as well. Basically the same message…

roxxers commented on issue coop-cloud/organising#152 2021-09-16 10:25:19 +00:00
HTTP helper default url not being replaced in some circumstances

Better described in #169 so I will close this (was my issue anyhow)

roxxers closed issue coop-cloud/organising#152 2021-09-16 10:25:19 +00:00
HTTP helper default url not being replaced in some circumstances
roxxers pushed to main at coop-cloud/abra 2021-09-16 10:23:18 +00:00
0a1c73bf00 refactor: use cli context vs creating new one
roxxers opened issue coop-cloud/abra#75 2021-09-06 20:40:07 +00:00
HTTP helper default url not being replaced in some circumstances
roxxers commented on issue coop-cloud/abra#37 2021-09-06 20:24:50 +00:00
Change design of commands and lib to use client more effectively

Turns out the cli context has its own context object so I can also just reuse that anytime we need that object

roxxers commented on issue coop-cloud/abra#70 2021-09-06 20:19:41 +00:00
Moving to Go 1.17

I already use Go 1.17 (arch btw). Main builds a binary that is 17M which is smaller that before at 23M but idk if the 5o commits I pulled also did that legwork. No errors so doesn't look like we…

roxxers commented on pull request coop-cloud/abra#61 2021-09-06 20:16:48 +00:00
feat: app rm - check if the app is undeployed before removing
logrus.Fatal(...)

Unsure if we want to move to the return flo uses if urfave/cli like actually outputs it to stderr. I used logrus cause its there and we will use it for…

roxxers commented on issue coop-cloud/abra#37 2021-09-06 20:13:50 +00:00
Change design of commands and lib to use client more effectively

https://github.com/urfave/cli/issues/1009

Thanks for pointing it out. I think there might be a use for it. For client stuff tho that will have t obe in the command since it needs to know what…