Conrad Taylor
Conrad Taylor
If I don’t make a symlink, then I’ll get a failure.
The error that I'm getting appear in my initial message which is as follows: ``` julia> Pkg.add("MXNet") INFO: Installing MXNet v0.3.0 INFO: Building MXNet INFO: MXNET_HOME environment detected: /Users/conradwt/ai.dir/projects/mxnet INFO:...
Here's the current status of things: - I copied the libmxnet.so to `Pkg.dir("MXNet", "deps", "usr", "lib")` and renamed it as `libmxnet.dylib` - downloaded this repo and switch to the `v0.3.0`...
It's a codesigning issue because I was able to use the following to get things working: ```zsh codesign -vvv \ --force \ --strict \ --timestamp \ --options=runtime \ --sign "Developer...
@SuperQ Yes, the errors that I'm getting are coming from node_exporter v1.8.0. The example output is simply an example of what I expect to see when starting the executable.
@gitperr I downloaded it from the releases page on GitHub using Chrome. In any case, I'm seeing the following after I use **wget** and **tar**: ```zsh ./node_exporter --version [1] 6596...
@pdobb I decided to move away from the MadMimiMailer and use the MadMimi Ruby gem with Rails.
@pdobb Nice work. I went this path because the engineers at MadMimi were more intimate with their own Ruby gem and my client was using their service to delivery e-mails....
@brianstrauch Here's the output: ```zsh ➜ ls -l /usr/local/bin/confluent -rwxr-xr-x 1 root wheel 45408592 May 12 18:33 /usr/local/bin/confluent ```
@MuweiHe I'm still seeing the following issue: ```zsh ➜ confluent update Checking for updates... New version of confluent is available Current Version: v3.24.0 Latest Version: v3.25.0 [7/27/2023] Confluent CLI v3.25.0...