Eden Zimbelman

Results 257 comments of Eden Zimbelman

Hey @sthufnagl 👋 I think the quickest way to do this is [SFTP for transferring the models over the network](https://superuser.com/a/414809) or maybe [`scp`](https://linuxize.com/post/how-to-use-scp-command-to-securely-transfer-files/#scp-command-syntax) between Linux machines? A more creative solution...

Hey @nemanjastanic 👋 This is a great place to write in! It sounds strange to be receiving these events and I cannot immediately reproduce this so I'm wondering if you...

Hey @Vanals! The branch name can be obtained from [`github.event.pull_request.head.ref`](https://docs.github.com/en/webhooks/webhook-events-and-payloads#pull_request) and sent after failures using a [workflow like this](https://github.com/zimeg/slack-sandbox/blob/f37d349f61a7e7e471ecaeff18204f9e46fbbe0e/.github/workflows/merger.yaml). Please note that these jobs only runs on `closed` pull requests...

With `files.uploadV2` being public should we close this issue? @seratch

:thinking: Could this be expected behavior to allow folks to pin a specific patch version or just use the latest patch of a minor version?

@samcofer This same effect can be achieved with a permissive `Filter` and some adjustments to the selection template. The following snippet can be used to match the first preview: ```go...

Handling Input, Confirm, and Password in that manner seems sensible to me! Silencing the input for Password would be nice if allowed, but I'm also unsure that it is... With...

Hey @Usefultoaster 👋 Does this also happen if you try the following? ```py import slack_sdk ```

🤔 Did you happen to install `slack_sdk` to or activate a virtual environment? I also think the `slackclient` package can be [removed as part of the migration](https://slack.dev/python-slack-sdk/v3-migration/index.html#from-slackclient-2-x) to `slack_sdk` v3,...

There's also a chance that restarting the editor might refresh things. Sometimes the classic off-and-on can work wonders!