med8bra

Results 6 comments of med8bra

For me, this is a blocking issue, especially if I want Portal content to be crawlable for SEO purposes. Headless UI supports that. I believe you should mention this limitation...

Hi @christiancp100, any chance to get this fix in next release. I was hoping to have it in v4.20.3. Please let me know if any action is required on my...

Thanks @paulrutter for this snippet, I was looking into migrating some old code too, and I came up with this using fetch API ```ts async function handler(req: Request): Promise {...

Hello, @jayair do you think polling for lambda status would be a fine solution as suggested by @juliuscarvajal ? If so I can try to push an impl or @neilsaccardo...

I would love to contribute with a fix for this one, and I would go with neogit's approach.

Hello @williammartin, for your question about using `GH_CONFIG_DIR` with direnv, I prefer separating accounts config and I like git `includeIf` pattern. ```ini # ~/.gitconfig [includeIf "gitdir:~/dev/org1/"] path = ~/dev/org1/.gitconfig [includeIf...