Thomas Volkmar Worm
Thomas Volkmar Worm
Line 28: ``` installed_gems = Gem::SourceIndex.from_installed_gems.gems.map{|k,v|v} ``` gives a rubygems deprecation warning with rubygems 1.8.10 As far as I found out, this helps: ``` installed_gems = Gem::Specification ``` The best...
What I am missing is a state, where the slider has no value yet. This is needed, when you need to collect a value from the user and only from...
Just using the example I found some bugs: ```sh $ bin/example -l --port ``` Returns 80, the default, which is a bug, because it should return an error because of...
I have added compressor "Parallel BZIP2" (pbzip2) for making use of multiple cores when compressing backups. Tested on Ubuntu Linux 18.04LTS and ruby 2.4.3p205 (2017-12-14 revision 61247) [x86_64-linux].
I dealt with permissions just by changing AndroidManifest.xml and Info.plist. So I wonder, what problem does this plugin try to solve. So a better explanation, what the plugin does and...
Add a class for alerts to the stylesheets, which has the same style as :error.
When rspec creates the specs for the view, it thinks, the extension is 'web_app_theme' rather than 'haml'.