Sam

Results 35 issues of Sam

``` ruby class String # XML escaped version of to_s. When escape is set to false # the CP1252 fix is still applied but utf-8 characters are not # converted...

HAProxy messes up the upgrade process for draft 76, see: https://github.com/learnboost/socket.io/commit/9982232032771574ceb68e2bccee4e43fd5af887#diff-0 I noticed this cause it just broke some of my tests, for this to work behind haproxy in http...

This is part feature request, part documentation request. I am using https://github.com/faye/faye-websocket-ruby in my current project, mainly cause it offers a simple integration point with Rack and Thin. To get...

Omniauth seems to spend time (and allocate lots of objects) in its internal middleware stack on every request. https://gist.github.com/SamSaffron/2c7f2ce4089abf0375c5be9cfbbfefb1 This is clearly totally unneeded in non omniauth routes. I created...

Hi there, I am probably doing something silly so apologies but on my default install of Gina on both vim and neovim I am not getting any spinner in my...

enhancement

Snappy gem appears not to do the magic of compiling libsnappy from source on Ubuntu 16.04 instead forcing users to install `libsnappy-dev` to proceed.

Preserving comments in YAML files is a general problem many automation tools have. The general problem is that you have some YAML file say: ``` # the answer - universe:...

``` def a test = DB.exec

In neovim the edits seem to peg my CPU at 100 Hardcoded to vim and it seems to be working right now.