J. R. Schmid

Results 51 issues of J. R. Schmid

With this code ```ruby Numo.gnuplot do debug_on set :title, 'Letzte Stunde' set :term, 'pngcairo' # size 1024,576' # 16:9 set :output, 'hourly.png' set :xdata, 'time' set :timefmt, TFMT pp [x[0],...

https://github.com/somaticio/tensorflow.rb says "NOTE: this doesn't work anymore" atop the README. guessing you will want to remove from your list?

Hi, at https://github.com/bwp91/homebridge-govee/wiki/Scene%2C-Music%2C-DIY-Modes/#step-2-configure-the-code you describe how to create an Eve button or a HomeKit switch to set the scene on a Govee light device. Is it also possible to do...

Hi, I just stumbled over langid and then, when trying how suitable it'd be for my purposes, stumbled over this: ``` ❯ echo 'در' | langid -l ar,fa,ota Traceback (most...

Hi! I realize it would be too much to ask for any sort of an audio player in documents produced by pdf2htmlEX. What I was hoping for, though, was for...

I'm trying to distinguish between a couple of European languages and Turkish/Arabic/Aramaic. Whatlanguage does a fair job of the European languages, but beyond that falls apart at the seams. ```...

(I'm not sure what it was meant to say before, so if I sort of disimproved things then please let me know. As it stands, though, the sentence is sure...

```cpp src/main.cpp: In function 'void cmd_test(CommandParser::Argument*, char*)': src/main.cpp:10:58: error: call of overloaded 'println(int64_t&)' is ambiguous Serial.print("int64: "); Serial.println(args[2].asInt64); ^ In file included from /home/jrs/.platformio/packages/framework-arduino-avr/cores/arduino/Stream.h:26:0, from /home/jrs/.platformio/packages/framework-arduino-avr/cores/arduino/HardwareSerial.h:29, from /home/jrs/.platformio/packages/framework-arduino-avr/cores/arduino/Arduino.h:233, from src/main.cpp:1:...

This is what happens: ``` $ rails g models_from_tables "******************************************************************" "The 'matthuhiggins-foreigner' gem has changed names to 'foreigner'" "Install the renamed gem using 'gem install foreigner'" "******************************************************************" /home/sixtyfive/.rvm/gems/ruby-2.2.0/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:570:in `retrieve_connection': No...