Results 97 issues of Danny Ben Shitrit

Required information: - gotop version (`gotop -V`): 3.0.0 - The output of `uname -a`: Linux vagrant 4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux -...

I was hoping Mechanize can be a replacement for the outdated webkit / poltergeist drivers, so that I can just `visit "http://some.domain.com"` and it will work, even when called without...

This is definitely something simple I am missing, but I am unable to make the `validate` or `isValid` methods return `false`. ``` // Test 1: $data = "asd"; $schema =...

This is super cool. Would you consider [releasing][1] downloadable binaries? [1]: https://github.com/blampe/goat/releases

enhancement
wontfix

I would like to have the `width` and `height` attributes set in most cases, but be able to override this behavior in some cases, when I am using the tag...

Bug

I am installing and configuring this lovely gem now, and bumped into a small issue, which I guess is by design, so (if I am right) I would like to...

Alright, I know GitHub issues are not typically meant to be used for such comments, but the README said "The Issues page is is Hexi's friendly chat room" ... so,...

When running the examples in Chrome on Windows, I get this warning in the console. > [Deprecation] AudioParam value setter will become equivalent to AudioParam.setValueAtTime() in M65, around March 2018...

After just requiring the gem ``` ruby require 'nikkou' p 'error' ``` I am getting this error: ``` /home/ubuntu/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.6/lib/active_support/number_helper.rb:3:in `': uninitialized constant ActiveSupport::Autoload (NameError) ``` System info: ``` $ ruby...

Trying to create validation for a phone field Works: `phone: ":regexp(/^\+\d+$/)"` Fails: `phone: ":regexp(/^\+\d{10,15}$/)"` In addition, although this one is of less significance, this also fails: `phone: ":regexp(/^\+(\d+)$/)"` In failed...