Rodrigo Leitão
Rodrigo Leitão
I believe being able to name our stashes and list them would be highly appreciated, is there any ETA for when this will be available?
@steveward thanks for the response. I tried all of the suggestions you linked (some didn't apply to my scenario though) and none worked nor did they produce a different kind...
I think I saw this solution on this thread but I can't find it anymore so I'll repost it. This is what worked for me: Add the directory all your...
Just a heads up that this will show the mention properly in DMs but if you click it the command won't be typed for you like it is in servers,...
Thank you @bajosiaa!
The codeowners file won’t actually work as codeowners, it’s simply so you can then make a script that assigns those people. And no you should only be assigned if there...
I don't see how this issue belongs here though, the package doesn't even have node-fetch as a dependency 🤔
From those two PRs I prefer the implementation in #190 that allows you to choose which args get passed when executing, and I think that PR could just remove `now`...
@yevheniyJ just to clarify, my proposal was to first switch to `undici`, and then remove the dep altogether and use node's implementation when that comes to stable node. I have...
At the moment, without any experimental flags, `fetch` is only available in a browser environment, not in Node, so I'd assume that's only usable there, right?