bughit

Results 37 issues of bughit

- this started with fx 81 - I narrowed it down to LPB - win7 x64 sp1, fx 81.0.0 x64, LPB 0.19, new profle - load https://telegram.org/tour/channels - middle click...

``` ruby [user_1.posts, user_2.posts, Post.published].inject(:union) ``` ###### Nested ``` sql SELECT "posts".* FROM ( SELECT "posts".* FROM ( SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = 1 UNION SELECT "posts".* FROM...

each invocation of `where` is supposed to be independent and combined with others using AND ``` ruby User.where(id: 1).where(id: 2).where.not(id: 3).where.not(id: 4) ``` ``` sql SELECT `users`.* FROM `users` WHERE...

```ruby require 'erubis' require 'erb' def inner_erubis Erubis::Eruby.new('inner_template inner_template').result 'ruby_output' end def inner_erb Erubis::Eruby.new('inner_template inner_template').result 'ruby_output' end puts ERB.new('outer_template outer_template').result # outer_template ruby_output outer_template puts Erubis::Eruby.new('outer_template outer_template').result # inner_template ruby_output...

Would be nice to be able to view, protect, delete localStorage, as CookieKeeper was able to do. Since they provide a cookie management api, hard to imagine they would refuse...

question

DJ 2.3.1 Fx 62.0.3 javascript is not disabled, in either domain or tab mode

enhancement
nice to have

it's configurable: https://github.com/rubygems/rubygems/issues/430

feature

## Short description When clicking on a root of a tree, the slightest drag up is registered as a drag-drop detach ## Steps to reproduce 1. Start Firefox with clean...

Firefox-issue
has-workaround

Uglifier::Error: Unexpected token punc «{», expected punc «(» 1. Is there any way to get it to spit out the error line when it fails? 2. Is the parsing in...

### Expected behavior https://github.com/alexreisner/geocoder/blob/31153d518687351b68a5d0abd5e087f47e6f4204/lib/geocoder/lookups/base.rb#L302-L306 Not sure if this post connected ssl config works for some ssl issues but it definitely does not work for bypassing "OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=error:...