Giter VIP home page Giter VIP logo

Comments (10)

gboudreau avatar gboudreau commented on May 16, 2024 1

I can take a look, if you are not already on it..?
*edit: No, the problem isn't 437a0bd; I tried reversing only that commit, and the problem is still there. I'll just use git bisect to find the culprit.
*edit 2: seems to be caused by 0c390d3

from sequel-ace.

Jason-Morcos avatar Jason-Morcos commented on May 16, 2024

@gboudreau I'm not sure what's causing this one. I too had the show details button working a few commits ago. Perhaps sandboxing interrupted this too? Or perhaps it was unrelated

from sequel-ace.

Jason-Morcos avatar Jason-Morcos commented on May 16, 2024

Perhaps it was related to this fix?

437a0bd

from sequel-ace.

jamesstout avatar jamesstout commented on May 16, 2024

Hmmm, sorry fellas. I tested that quite a bit as well...

from sequel-ace.

gboudreau avatar gboudreau commented on May 16, 2024

Some of the return codes used in SPConnectionController (but not all of them) are defined in SPAlertSheets.m
If we change them in that file, then we'll need to change the returnCodes used in the conditionals everywhere SPAlertSheets is used.
But I also noticed that sometimes, a regular NSAlert is used, and return codes needs to use the deprecated values, until those NSAlert are updated (to use completionHandler: instead of a didEndSelector: ..?)

from sequel-ace.

gboudreau avatar gboudreau commented on May 16, 2024

Overall, removing all deprecated notices would need some effort in that regard.
I suggest just reverting the modified conditionals, until someone takes more time to resolve the issue globally.

from sequel-ace.

gboudreau avatar gboudreau commented on May 16, 2024

Of note: NSOKButton => NSModalResponseOK can be kept, as those two are equivalent.

from sequel-ace.

Jason-Morcos avatar Jason-Morcos commented on May 16, 2024

Does this fix it for everyone? I accept both the new and legacy conditional values

7805a4b

from sequel-ace.

jamesstout avatar jamesstout commented on May 16, 2024

Tested ssh fails last night and looked good (not the bind error though, not sure how to replicate). Didn't get chance to check fav import fails or bundle deletes, but for those two I'd changed them to the withCompletion instantiation. I'll check later.

Just FYI - I'm back to work now and in Hong Kong (GMT+8).

from sequel-ace.

jamesstout avatar jamesstout commented on May 16, 2024

fav import failure just displays one OK button and return code isn't checked.
delete bundle - OK and cancel work as expected.
delete favourite - OK and cancel work as expected.

ssh bad username - buttons work as expected
ssh wrong IP - buttons work as expected
ssh wrong port - buttons work as expected
ssh no key or pass - buttons work as expected
ssh bad key (edit ~/.ssh/id_rsa) - buttons work as expected
revert edit and re-select key - connection fails. Maybe not copied to .keys? It is. Needs a bit more testing. Sometimes works sometimes doesn't. But a very rare case for people to be manually editing keys.
cp ~/.ssh/id_rsa.bak to ~/.ssh/id_rsa and re-select key - connection works.

from sequel-ace.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.