Fork me on GitHub
#off-topic
<
2021-12-01
>
kenny01:12:52

Has anyone had success with MacBook Thunderbolt dock and external displays being detected upon waking from sleep? I've been trying the TS3 Plus with my MacBook, and I often must replug the cables or restart the laptop for my displays to be detected. From my research, it sounds like this is a widespread problem, but perhaps someone has found some dock that always works as advertised?

vncz01:12:30

Same here. I usually unplug and replug (and cry)

😥 1
kenny01:12:51

Crazy. I can't believe that's the norm. As a sanity check, I've ordered 3 different Thunderbolt 4 docks (Sonnet Echo 11, Blaze, Razer) to see if the problem continues. It feels like it's a Mac issue and not a dock issue.

kenny01:12:43

Do you have some technique to get all your windows back to the position they were in before?

vncz01:12:29

That does not really happen to me

Ngoc Khuat02:12:25

I’m going to buy one of these model. hoepfully this is some software issue

thyth02:12:47

FWIW, I use Plugable's TBT3-UDC1 to connect to 2 external 4K DisplayPort monitors (plus keyboard/mouse/Ethernet) with a couple of Intel MacBooks, and it remembers layout/window positions on plugging in and wakeup. It's reliable with an Air (2020 / Intel integrated graphics), but a Pro (16" 2019) with discrete Radeon graphics sometimes kernel panics on wake/plugin (macOS Catalina & Big Sur).

localshred05:12:40

I have a plugable as well with a 2020 16” mbp and was getting kernel panics until I switched from HDMI to DisplayPort and haven't seen the issues since. Don't have any issues with display waking either

Lukas Domagala23:12:38

not sure where to ask this: at what point do you guys think we need to add attribution for borrowed source code? i’ve got two functions that i’m lifting from cider-nrpl-middleware and throwing into debux. does it make sense to mark that somehow?

lsenjov23:12:39

I do, with a comment near it, something like: ; Vendored from under EPL1

2
lread00:12:02

I also mention code/concepts used from other places under license(s) section in README. Example https://github.com/clj-commons/rewrite-clj#licences and from https://github.com/lread/test-doc-blocks#license.

respatialized00:12:52

I've used function https://clojure.org/reference/metadata for this purpose in the past - I added a :license key like this:

{:name "MIT License"
 :source ""}
Noting it in the README is a good idea too

1
💡 2
Lukas Domagala01:12:07

yeah i like the metadata or comment version for small sections, the readme makes sense if its larger parts. thanks!

adi03:12:03

Ooh, the license-in-metadata idea is great! This way one could query one's entire codebase for license information, if one has taken parts of sources.

👍 1
1