15 Volts

Results 13 issues of 15 Volts

Since the Linux Kernel 5.10, I had a awful situation when connecting WN725N to most of my routers, which takes a very long time time and a lot of failures...

The Ruby example loops and forks... I don't think it's a fork bomb at all. A fork bomb in Ruby 3 will look like this: ``` #!/usr/bin/env -S ruby --disable-gems...

When I use this code: ``` > Brotli.deflate('hello ' * 100).bytesize => 21 ``` It works reliably, and compresses very well. But if I use this: ``` Brotli.deflate('hello ' *...

## Add capability to generate user defined sizes. ### In the past (master) 1. Add convert.rb to Makefile. 2. Readme added ruby 2.4+ as a dependency. ### In the recent...

Hi, I created a script that blinks the LEDs on channel 12, 7, and 8. I am using Arch Linux ARM on Rapsberry Pi 3 model B. My code: ```...

## Expected behavior When comparing two case-insensitive strings with != or ==, rubocop suggests using less readable casecmp('...').zero? for performance reason. There are two problems. + First of all, if...

## Description The default MRuby from the repo of the linux distribution I use only has support for ASCII-8Bit. So when I try to compute length of a string it...

![Screenshot_2019-04-29_14-27-53](https://user-images.githubusercontent.com/37468605/56885814-03e74f80-6a8b-11e9-9613-86ad19753976.png) I have used Ruby2D for about a year. But I have been facing VirtualBox issues. While trying to install Ruby2D on Linux Mint virtual machine: ``` irb(main):001:0> require('ruby2d') =>...

I am using Arch Linux, and I am a user of gnome-screenshot and gnome-characters. There's no way to spawn multiple instance of a window of same class. So I do...

TypeError is raised when calling fonts() method on `CombinePDF::PDF` object. ``` CombinePDF.new(file).fonts() ``` Or ``` CombinePDF.load(file).fonts() ``` Result: ``` TypeError - no implicit conversion of Symbol into Integer ``` It...