Simon Schoeters
Simon Schoeters
I installed acts_as_solr_reloaded as a gem and added the require statement in a rake task as specified in this older documentation I found via [Google](http://209.85.229.132/search?q=cache:626ocnQk8DoJ:github.com/dcrec1/acts_as_solr_reloaded/tree+acts_as_solr_reloaded+rake&cd=1&hl=en&ct=clnk). I can run the rake...
I don't know why yet but some providers don't seem to work. Vimeo works fine but YouTube does not. Is there a way to get some debug information from oembed_links?...
I am seeing the following error when I launch Vim via the terminal (well, I see it when I close Vim but I guess it's loaded when opening it). I...
In irb I try to loop over a list of all the links on the Google homepage: ``` server = Culerity::run_server browser = Culerity::RemoteBrowserProxy.new server browser.goto("http://www.google.com") browser.links.each do |link| link.inspect...
Rails adds a `field_with_errors` wrapper element around the invalid form element after submitting the form. This is used to style the form element with CSS (red border around an input...
The [LoraSendAndReceive](https://github.com/arduino-libraries/MKRWAN/blob/master/examples/LoraSendAndReceive/LoraSendAndReceive.ino#L40) example sketch uses the `minPollInterval()` function but I can't seem to find any documentation for this function. ```c modem.minPollInterval(60); // NOTE: independently by this setting the modem will...
Telink Flasher webpage on Chrome 101.0.4951.64 (Fedora Linux 35). I flashed the Mi thermometer with the custom firmware a while back. Easy. I can now connect via the flasher and...
I noticed the Dutch emoji file was missing some translations. I cleaned the whole file where I could: - added missing translations - longhand numbers - fixed translation for ⚒...
The first script I tried, `inline-script-tags`, didn't work on my Ubuntu 20.04 Linux box. I got the following error: /usr/bin/env: ‘node\r’: No such file or directory The `\r` is a...
Is there a way to include my view specs as well? I tried adding the views to the configuration `file_pattern` (I'm using HAML) in my RSpec `spec_helper` but this doesn't...