Manuel Astudillo

Results 577 comments of Manuel Astudillo

Could be something like: ````{target}-{arch}-{channel}```` ?

@megahertz is there any property we can use to read out from the updater which key is using for checking for updates? i.e. some key that includes the ```{target}-{arch}-{channel}``` string....

I need this feature, I can finalize it but I wonder, will it be released in the 5.x branch?

> Furthermore @leometzger is migrating to v3 #2574 so this PR might be outdated soon or later. AFAICS that PR does not add token support. So if we merge this,...

@ashleygwilliams thing is that it installing node using a version manager requires node to begin with, which already has been wrongly installed requiring sudo. So after installing a different version...

Yeah it has a funny behaviour I just noticed this in MacOS. I could confirm these weird things: - ```shift``` only gets to true if pressed together with a character,...

After some more experiments, it looks as if the component is re-rendered when pressing "tab", so that's why it goes back to the initial focus status, it kind of makes...

Ok, the solution is simply to use the "autoFocus" property. I paste here the code as a reference for others: ```ts const Item = ({ label, id }: { label:...

you can also try Bull: https://github.com/OptimalBits/bull

@didil could you please elaborate more about what is wrong with the way bull handles the concurrency and queues that makes it a no go for you?