jtcmedia

Results 7 issues of jtcmedia

I'm following the Win32/README.txt for building, but I get the following error: ``` F:/Tools/MSYS2/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -ljasper collect2.exe: error: ld returned 1 exit status ``` Sorry I am not very...

Currently, `handleRadio(event)` looks like this: ``` let obj = {} obj[event.target.value] = event.target.checked // true this.setState({radioGroup: obj}) ``` This won't work as written. Since `obj` is an empty object, the...

Clicking Tools -> Print does bring up the printing dialog. Hitting Print does nothing. Print Queue is empty.

Trying to install the new 2.6.0 on Windows 10 brings up the Windows SmartScreen warning. ![capture](https://cloud.githubusercontent.com/assets/3260027/24470829/1d8e0b2c-1475-11e7-8f74-a6fecf3a73f2.PNG)

Type-Task

I use the suggestions in this thread [https://www.reddit.com/r/NiceHash/comments/66thy0/how_to_set_max_gpu_intensity_in_nicehash/](https://www.reddit.com/r/NiceHash/comments/66thy0/how_to_set_max_gpu_intensity_in_nicehash/) to limit GPU utilization so my computer is at least usable while mining. The -ct 1 option doesn't seem to work with...

This is a great idea, but doesn't work as intended. Here's my docker compose file: ``` version: "3" services: node: container_name: node image: node:6 user: "node" working_dir: /home/node/app environment: -...

Would like to use this as a smoke detector for my 3d printer but there is no example on how to do this?