Ricardo García Vega
Ricardo García Vega
Hi 👋! I'm using **ex_marshal** along with **memcachex** to read from a Memcached cache, shared with a Rails application. In this cache, there are records that have a field with...
Hi! I'm getting this error when trying to validate a non CSV file. ``` /Users/user/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/csv.rb:2058:in `init_separators' /Users/ricardogarciavega/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/csv.rb:1590:in `initialize' /Users/user/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/csv.rb:1349:in `open' /Users/user/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/csv.rb:1411:in `read' (gem) csv_validator-0.0.3/lib/csv_validator.rb:22:in `validate_each' (gem) activemodel-3.2.13/lib/active_model/validator.rb:153:in `block in validate'...
**Environment (please complete the following information):** - OS: macOS Catalina - (Neo)Vim version: NVIM v0.5.0-nightly-368-gf79369d42 - vim-clap version: vim-clap git master head - Have you reproduced with a minimal vimrc:...
Hi, there! Are you planning to add support for LongPoll, just like in https://github.com/phoenixframework/phoenix/blob/master/assets/js/phoenix.js#L730 ? Cheers!
### Environment * Elixir version (elixir -v): Elixir 1.14.0-rc.0 * Phoenix version (mix deps): 1.6.11 * Phoenix LiveView version (mix deps): 0.17.11 * Operating system: macOS Monterey * Browsers you...
👋🏼 Hi there, I just started using this great library (thanks for sharing it 🙌🏼 ), and I was wondering what would be the best approach to return a translated...
Hi! First of all thanks for your hard work on this awesome library 🙌 I'm trying to add styles to an `::after` pseudo-element, but I can't make it work. I...
Hello! I'm using **hound** to write some integration tests for a Phoenix application with a React/Redux front-end. I' have configured it to use **phantomjs** and everything works great until I...