Conrad Taylor
Conrad Taylor
@meganrogge Thanks for the feedback and I appreciate it.
@vinothpandian In general, I would prefer to set this setting within `.zshrc` because I prefer that VSCode inherits any and all shell or terminal-related settings from macOS.
[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called
@hahmed I'm not seeing an issue with `bin/rails s`. However, I'm still seeing the issue even when using `export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES`
[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called
@rafaelfranca I’ll notify my students of this issue because they are all experiencing it at this time. Thus, I have them to hold-off on using `rails c` and related commands...
[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called
I'm not able to reproduce my original issue using Rails 7.0.5, Ruby 3.2.2, and macOS 13.4 (Ventura) using Apple M1 Max MacBook Pro. For example, ```zsh rails new testapp -d...
@jpetazzo I confirm that I'm also seeing a lot of errors on startup of the various containers but things appear to work as expected from the WebUI. If I find...
@eliassal I'm not able to reproduce the issue that you're seeing and I have tried it on both my Intel and Apple Silicon MacBook Pros.
@jpetazzo You make a very good point here because a distributed application tends to start its services in a nondeterministic order. I definitely need to review adding healthchecks for my...
@eliassal `kubectl proxy` listens on port 8001 by default. Please see [https://container.training/kube-selfpaced.yml.html#752](https://container.training/kube-selfpaced.yml.html#752).
@zzorica I typically install all 3rd party binaries in `/usr/local/bin` that require sudo for installation. $HOME/bin is reserved for my personal scripts.