Rob Quist
Rob Quist
oof, that sounds nasty! Good suggestion. Will see if I have time to implement this, probably shouldn't be too hard!
Fixed in [v1.3.0](https://github.com/RobQuistNL/chrome-github-jira/releases/tag/v1.3.0)
hmm, can you make me some reproduction steps @rishabh-sagar-20 ?
You mean there's a "PR Template" in the .github folder in the repo and thats not being overwritten by this extension? In my opinion thats by design - I don't...
Is this repository you talk about public, so I can check it out? Because if what you're saying is happening it means it shouldn't work at all for any PR....
Cool! I was thinking maybe trying to include the PR titles / templates into the repository itself, so you don't need any manual changes for this plugin, so that could...
I think it will be! It might be a bit slow, because I think there's only 1 endpoint per ticket, so that would cause quite a bit of calls to...
@OG-Mals go fix it then
These 2 patches might help speed things up; https://github.com/filecoin-project/boost/pull/1855 https://github.com/filecoin-project/boost/pull/1853
I've figured out the slowness on my machine; its 3 serialized calls to a seemingly really slow database, providing funds, sealing and space information; https://github.com/filecoin-project/boost/blob/main/storagemarket/provider_dealfilter.go#L42-L70 These calls can take 3...