vira icon indicating copy to clipboard operation
vira copied to clipboard

VIRA-296: Fix what should be an f string to make ViraBrowse work

Open anujva opened this issue 3 years ago • 12 comments

ViraBrowse is broken and is being set to "{server}" string cause of this issue.

By making it an f string, the issue is fixed.

anujva avatar Nov 30 '21 10:11 anujva

@n0v1c3 do you mind looking at this pull request. It just fixes an oversight.

anujva avatar Dec 13 '21 08:12 anujva

Sorry @anujva I have been a slow developer and away quite too much. I do not even see an issue here, I will need to merge it in on my master as my dev is simply all over the place right now. It looks like you have been using the master or at least sent this for that so that should not be an issue for you directly.

I can give it the official test and do a patch release to master for you shortly.

n0v1c3 avatar Dec 15 '21 05:12 n0v1c3

My local vim and I are not getting along I will take a real look today at what I have broken and still get this in for you.

n0v1c3 avatar Dec 15 '21 17:12 n0v1c3

@anujva, sorry for the extra delay was going through the code and found an unrelated issue with how the projects list is made. I am wrapping that up now and I will just stop myself and get this to master.

n0v1c3 avatar Dec 19 '21 18:12 n0v1c3

I just made another push on this branch if you want to test it. I will do my playing until I get an update that I did not break your end.

n0v1c3 avatar Dec 19 '21 19:12 n0v1c3

I can test it out. Thanks for taking a look at it.

Cheers, Anuj

On Sun, Dec 19, 2021 at 11:16 AM Travis Gall @.***> wrote:

I just made another push on this branch if you want to test it. I will do my playing until I get an update that I did not break your end.

— Reply to this email directly, view it on GitHub https://github.com/n0v1c3/vira/pull/78#issuecomment-997445844, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7L7LSEUAUVPM3IDMOTAOTURYVSDANCNFSM5JBM5L6Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

anujva avatar Dec 19 '21 19:12 anujva

If you have LOTS of projects then you hopefully really notice a difference in that menu and I have hopefully not broken that much for this update :-)

n0v1c3 avatar Dec 19 '21 19:12 n0v1c3

The CR doesn't seem to have been updated. Which branch should I use?

On Sun, Dec 19, 2021 at 11:56 AM Travis Gall @.***> wrote:

If you have LOTS of projects then you hopefully really notice a difference in that menu and I have hopefully not broken that much for this update :-)

— Reply to this email directly, view it on GitHub https://github.com/n0v1c3/vira/pull/78#issuecomment-997451441, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7L7LTN7NO2RVTIB2WH45TURY2INANCNFSM5JBM5L6Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

anujva avatar Dec 19 '21 21:12 anujva

Okay.. looks like its VIRA-296. Testing

anujva avatar Dec 19 '21 21:12 anujva

Quicker than I could figure out why you where asking.

n0v1c3 avatar Dec 19 '21 21:12 n0v1c3

Forgot your support tag in the README... :-(

n0v1c3 avatar Dec 19 '21 21:12 n0v1c3

I will simply add the other pull request branch in with anything else you find so I can get them in.

I could not get a final test on that branch but it was not causing issues for my current usage. May as wall take the chance to call it done.

n0v1c3 avatar Dec 19 '21 22:12 n0v1c3

I experience problem with ViraBrowse and I can confirm that this PR(after sorting out the conflict) solves it (tested on master: dcf24c6)

jczaja avatar May 16 '23 07:05 jczaja

I implemented the suggested change on master.

mikeboiko avatar May 16 '23 11:05 mikeboiko