-
Hello, when I run `go get` or `go build` I get the following error:
```bash
$ go build
# github.com/nanitefactory/amidakuji/glossary
../go/src/github.com/nanitefactory/amidakuji/glossary/util.go…
delp updated
5 months ago
-
# 배경
1. 최종 빌드된 결과로 exe file 하나만 떨어지는 실행 파일이 필요하다.
2. Selenium을 이용한 Chrome Browser 자동 제어 기능을 위해서 ChromeDriver가 필요하다.
# 해결방법
1. go-bindata module을 사용한다.(https://github.com/go-bindata/go-bindata)
…
-
When using the `-prefix` flag then the specified prefix is removed from the `_bindata`, however, there's a comment at the very top of the auto generated file listing all resources that are found and t…
-
Currently, the `make manifests` to regen go-bindata needs to be run manually and sometimes it is forgotten. This step should be either run automatically or verify and warn people in advance.
-
Hi,
When I try to run the ngrok server, I get the following error:
```
X:~/ngrok_test$ docker run -it -v /tmp/bin:/ngrok/bin -e CA_CERT="`awk 1 ORS='\\n' rootCA.pem`" yappabe/ngrok-serv…
ghost updated
5 years ago
-
In order to provide the tools necessary to enable developers to provide better language detection for Draft, we need to perform the following:
1. pull github/linguist yml files directly into pkg/li…
-
Hello,
I have some issues with logstash Netflow codec and Cisco ASR 1000.
I am using Netflow Version 9 and have following messages in my logstash logs:
[2019-10-08T15:36:22,517][ERROR][logstash…
imuab updated
4 years ago
-
- Version: logstash 5.2.1, logstash-input-udp 3.1.0
- Operating System: CentOS 7
- Config File (if you have sensitive info, please remove it):
```
input {
udp {
port => 9060
…
-
When using datamanager.rebin with 1d bindata, a ValueError is raised by numpy that array shapes aren't aligned. Without going into too much detail as to what I think the specifics are (as, admittedly…
-
# Setup
Short intro about our setup:
We run a public DoH service and use dnsdist, today we added stubby to our chain since dnsdist does not support DoT to communicate with backends yet.
nginx…