James Conroy

Results 7 comments of James Conroy

I don't think they have nginx set up. Running a nmap scan shows only port 22 open with OpenSSH on the other side. What issue are you running into?

Also running into this issue on Fedora. I had to do something similar with the version of SDL2 in `quicklisp/dists/quicklisp/software/cl-sdl2-ttf-20200925-git/src/library.lisp`, but I get errors about `The alien function "TTF_Init" is...

I was able to reproduce this error and narrow it down to an issue when generating code with [rust-bindgen](https://github.com/rust-lang/rust-bindgen). Here is an example repo with out any dependency on cmake...

I just build a FreeBSD vm and compiled both my minimal example and rust-mbedtls on there no problem. So this is an issue with cross or the FreeBSD image.

No worries @wass3rw3rk stuff happens and I've had PRs sit idle for longer. This did work with that local mattermost development container, but it didn't work with my company's MatterMost....

@wass3rw3rk Just tested these changes on my work (instance with ssl) and it's working 🎉

@wass3rw3rk no worries, I like making sure things are consistent. This is the first time I've worked with `golangci-lint` so I'm sure there are some style issues I've missed.