Alex

Results 145 comments of Alex

Also, after creating a pages project: ``` resource "cloudflare_pages_project" "my_project" { account_id = var.cloudflare_account_id name = "project-name" production_branch = "main" } ``` And running `terraform apply` again (without making any...

@bassamsdata I'm not entirely sure what's going on tbh. Did you successfully install CLI?

> +1 to the `g(_, foo)` should be preserved by refmt instead of turning it into `__x => g(__x, foo)`. It's a strong disincentive to use that otherwise very handy...

I'd be consistent w/ Prettier and `/>` 😛

@IwanKaramazow @rickyvetter TBH current behavior introduces a lot of inconvenience: - it's not possible to delete last prop w/o moving closing `>` to the next line - it's not possible...

> Although confusing (even though your example is contrived) I think the behavior is correct. This is a case where you want |> (pipe last) instead of |. (pipe first)....

@IwanKaramazow Thanks!

Same issue here. I have two Pages workers - both fail when I try to tail. ``` The requested Worker version could not be found, please check the ID being...

@shortcuts sorry, missed the reply. Currently, I do [this](https://github.com/alex35mil/dotfiles/blob/c46c1e84c28fe706f565e571ab6e8a21fc20f179/home/.config/nvim/lua/plugins/no-neck-pain.lua#L124-L135) to mitigate it. A bit of context: when I change layout in some way, I disable NNP, then commit the change,...

It would be great to be able to configure amount of lines to be scrolled via action argument: https://github.com/zed-industries/zed/discussions/32290