Daniel Graña
Daniel Graña
hi @ecsistem, thanks for the contribution. I have no idea how Chocolatey works but I imagine there is some package definition somewhere that tells the choco client how to install...
That looks good. I have a few more questions if you don't mind. 1. Who maintains the Chocolatey package definition for flyctl? 2. What about linking the Choco recipe in...
> Adding a link to the recipe in the README, along with a note explaining that it is community-maintained, would be a good idea to clarify responsibilities and guide users....
nice trick! I am using a similar but shorter and dirtier workaround that works pretty well `.config/nvim/lua/plugins/lualine-copilot-fix.lua` ```lua -- Remove once https://github.com/LazyVim/LazyVim/pull/5900 is released return { { "zbirenbaum/copilot.lua", opts =...
> I require some clarification here: Is a CrawlerSpider relationship always 1:1 nowadays? Or does a Crawler object ever handle multiple Spiders, in parallel? It is 1 to 1 nowadays.
> If I am correct, a Crawler will always only have one Spider, so spider will always only be self here now, right? So this can be a staticmethod. I...
> Then I think the first one is actually the best: Not raising DontCloseSpider when we encounter an empty return value, will gracefully quit the loop. > Unless the user...
Not the default but possible since https://github.com/superfly/flyctl/pull/2785
does [RTM] stand for _Read The Manual_?
hey, thank you @umrashrf for taking time to push your changes after so long.