Daniele

Results 16 comments of Daniele

Bump. I installed Firesheep (master) on Mac OS Mavericks with Homebrew but do not see it in the Firefox 28 Add-ons, nor can I see it anywhere else.

I think I've encountered an issue related to this. My server has an `id_ed25519` key. When I try to deploy with `cap production deploy` I am seeing the following error:...

Thanks, yes it seems to be a net-ssh problem in that case 🤔 I've [raised an issue](https://github.com/net-ssh/net-ssh/issues/868) there.

+1 Surprised Rails 7 isn't working out of the box with Devise yet 🤔

I'm also getting the same error: `ActiveRecord::RecordInvalid: Validation failed: Tag can't be blank from /Users/DaniG2k/.rvm/gems/ruby-2.1.5/gems/activerecord-4.1.8/lib/active_record/validations.rb:57:in 'save!'` when trying to save entries such as "Kenzaburo Ōe, Shinzō Abe". The tags are...

@nir0 sure thing: - acts-as-taggable-on (3.4.2) - activerecord (4.1.8) - pg (0.17.1)

Yes I can see that downcasing that name does not properly set the "Ō" to a lowercase value: `'Kenzaburo Ōe'.downcase => "kenzaburo Ōe"` Was this issue never fixed? Monkeypatching doesn't...

Indeed, RSolr doesn't seem to work when I start Solr in could mode. Steps to reproduce: 1. Start Solr in cloud mode: `bin/solr start -e cloud` 2. Drop into a...

I already had that bit in my sunspot.yml file. How are you adding the collections in the Solr admin ui? When I add a core, it asks me for an...

+1 Same issue here when running `rvm install 2.6.6` on Apple Silicon