Luke Yeager
Luke Yeager
Previously, the default value for this variable assumed that all hosts have the same default NIC name. This meant that each node would only have entries for other nodes in...
I want to extend this project to be more camera-independent, and the first step is to remove the parts of the code specific to the Orbit AF cameras. Then, we'll...
| Library | In-use (from spring 2012) | Latest (fall 2014) | | --- | --- | --- | | OpenCV | 2.3 | 2.4.9 | | Qt | 4.8.1...
As per documentation, the boost library is unnecessary, since everything can be done in Qt. Fewer dependencies is better. Plus, boost sucks.
Currently on small resolution displays you can't see all of the GUI controls.
```cuda void launchMyKernel(MyKernelParams *kernelParams, void *data) { printf("About to launch kernel ...\n"); my_kernel>(data); printf("Kernel launched.\n"); } ```
I suspect something similar to https://github.com/gebn/bmc/issues/56 is happening - I'm trying to connect to a new BMC and am unable to connect using this library (but I can connect with...
I noticed today that I was failing to scrape a lot of nodes with errors like this: ``` create session error: none of the provided cipher suite options were supported...
When I compare the results of `ipmitool sensor list` with the list of sensors in the result from `RetrieveSDRRepository()`, I see many more sensors returned by ipmitool. They are all...
The Slack Agent [throws an error](https://github.com/huginn/huginn/blob/v2022.08.18/app/models/agents/slack_agent.rb#L45) if you don't specify a channel. I can believe that it was required many years ago, but the new [incoming webooks API](https://api.slack.com/messaging/webhooks) doesn't support...