Sandip Bhattacharya
Sandip Bhattacharya
I have tried to create a DMG file formatted into HFS, but for some reason I cannot find out, hln is giving an error "operation not permitted" even on this...
Yeah, I was thinking of doing that in the mean time. I was merely making an enhancement request for something more automated. :) e.g. ```go func OptionLoadHistory(in io.Reader){ } func...
Hi, Iris has been on Python3 only since last year as 2.7 is now EOL-ed. You would need to use Python3 in your docker image for this app.
I think the master is already on python3? Can you switch to the master and show the exact problem? Because the snippet you showed earlier, i.e. ``` packages/gevent-1.4.0-py2.7-macosx-10.15-x86_64.egg/gevent/builtins.py:96: in __import__...
Missing this part in the `oncall-web` section? ```yaml volumes: - ./configs/config.docker.yaml:/home/oncall/config/config.yaml ```
You are using the default KUBECONFIG. Even if you dont set that env variable, that will work. However, if your KUBECONFIG is anything other that the default path, it will...
If you have already set up your server, use the steps I mentioned in https://github.com/osixia/docker-openldap/issues/134#issuecomment-1178447304 else use the ACL there for your initial config as mentioned earlier.
Yes, I encountered this. In my project, I am approaching this problem of independent child loggers differently. I will have an example out by this weekend. Thanks for your input!
I ran dtruss on go-langserver to see why it is using so much CPU. I saw that it was churning over and over the Go source files in GOROOT. I...
I have configured vscode to compile go-langserver using the executable for the project in a version specific tools directory. So it is compiled with the same version. Just to confirm,...