Nelson Chen

Results 86 comments of Nelson Chen

@adriancuadrado We know how to run a git command to clone it with a branch. The issue is that we don't control what `git clone` command VS Code Remote puts...

@adriancuadrado I don't know if VS Code Remote has an escape hatch like that. That's probably a question for @egamma and other people on the VS Code team.

https://github.com/microsoft/vscode-remote-release/issues/7363#event-7682393794 Workaround coming down the line? Make devcontainer without having to clone a repo and then do the ol' `git clone -b`? There are lots of workarounds, but this is...

https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1126 This was added to the AUTOMATIC1111 SD UI. The code doesn't look heavy. Still would love more proliferation. Maybe throw something similar into some samples/documentation?

https://github.com/commaai/openpilot/blob/f6398ea7864779f621f84df65ded7ee083e72c09/selfdrive/ui/qt/offroad/wifiManager.cc#L147-L149 Probably just needs an extra flag added here. I would also say this issue probably only applies to networks with WPA3 only.

Hmm, that does make sense. I think I've been using OP as a brake hold alternative more and more recently since it's easier to turn on than brake hold and...

GitHub documentation [says](https://help.github.com/articles/adding-a-license-to-a-repository/#detecting-a-license) they're using the [licensee ruby gem](https://github.com/benbalter/licensee). While they do have some heuristics for detecting fields of package managers (e.g. [gemspec](https://github.com/benbalter/licensee/blob/38e3cdeffae0dd226945bbeda4d77a7b9fa4cb49/lib/licensee/matchers/gemspec_matcher.rb), [bower](https://github.com/benbalter/licensee/blob/38e3cdeffae0dd226945bbeda4d77a7b9fa4cb49/lib/licensee/matchers/gemspec_matcher.rb)), licensee appears to [recommend just sticking...

Or... maybe they do. I guess I just wasn't looking hard enough. That said, they do say the R people explicitly recommend not including the license text. https://github.com/benbalter/licensee/pull/129

> Another reason why this approach is cited as an anti-pattern in other places is that if you control the content sent to targets via URL, not via config access,...

![Screen Shot 2013-03-14 at 4 39 53 PM](https://f.cloud.github.com/assets/5363/261741/7ee4d0f0-8d00-11e2-9db2-f95674d71d0c.png)