Suhaib Mujahid
Suhaib Mujahid
In my case, my application interacts with both of the Jira Server and Jira Cloud. To my knowledge, both have almost the same API ([see here](https://community.atlassian.com/t5/Jira-questions/Difference-between-Jira-Cloud-REST-API-and-Server-REST-API/qaq-p/658434)). They differ mainly in...
I'm not sure if I'm missing something. But the *Data Center* products will still be supported and be deployed on on-premise even after 2024. I'm not aware of any plan...
Thank you @ghostsquad for your reply. I'm just trying to understand the situation. I did read the [news article](https://www.zdnet.com/article/atlassian-to-end-sale-and-support-of-on-premise-server-products-by-2024/) and the [blog post](https://www.atlassian.com/blog/announcements/journey-to-cloud) from Scott Farquhar. I did not see...
In the context of the article, the author examples expose the options as functions. In our context, I think `struct` is a better fit. The official MongoDB driver is a...
Thank you @ghostsquad for sharing the resources. I like this pattern, and it solve a use case for me and I will adopt it in my code. But still I...
Thank you @ghostsquad for the nice discussion. I'm convinced by the cases that you showed. What I was thinking about, why I should write functions if I can just pass...
BTW, based on my tests, I got an authentication error from Github when using `jwt-go` v4. For that, I included a downgrade to v3 in this PR.
From `jwt-go`'s [Readme file](https://github.com/dgrijalva/jwt-go#jwt-go): > If you depend on this library and don't want to be interrupted, I recommend you use your dependency mangement tool to pin to version 3.
Click to expand the perfromce reports! ``` 2022-06-06 05:47:57,776:INFO:__main__:Training *bugseverity* model ... X: (139872, 10259), y: (139872,) Cross Validation scores: Accuracy: f0.8928378437510218 (+/- 0.0021121325436070223) X_train: (125884, 10259), y_train: (125884,) resampled...
Bugzilla provides history for the bug metadata, not for changes in the comment itself (I'm not sure if this is needed or even accessible through the API): https://bugzilla.readthedocs.io/en/latest/api/core/v1/bug.html#bug-history