Skylar Saveland
Skylar Saveland
I was experiencing this at first but I changed the template to `instruction-alpaca` and it hasn't happened again. I just started and don't know if this observation is relevant or...
I'm going to try this as 1.25.3 is the latest stable it looks like ``` kubectl_configure( name = "k8s_config", build_srcs = True, k8s_commit = "v1.25.3", # The name of the...
Interesting, changing the call to kubectl_configure resulted in: ``` ERROR: /private/var/tmp/_bazel_skyl/23e9e6ba44989dcf9e3596ada2bdeecb/external/k8s_config/BUILD:22:18: no such package '@io_kubernetes//cmd/kubectl': BUILD file not found in directory 'cmd/kubectl' of external repository @io_kubernetes. Add a BUILD file...
left #717 to update to 1.25.3 in case it saves someone some time; I don't know what the other defaults are though
https://github.com/kaltura/nginx-vod-module/issues/1316#issuecomment-1486426420
I get a 503 when I try to connect to the websocket feed: https://github.com/ericsomdahl/python-bittrex/issues/57#issuecomment-343769903 Is anyone else experiencing this? Did Bittrex just add a connection token to the request? I...
@dparlevliet wow, thanks. Works perfectly. Where's the tip jar?
I'm experiencing the same thing. The click handler is what does not work. Selection of the autocomplete by keyboard still works in the dialog. Nothing is in the JS console...
Interesting tidbit https://cxx.rs/build/bazel.html
See also a great effort to make zcash build on bazel: https://github.com/zcash/zcash/pull/2891/files Probably should have been prioritized and merged IMHO.