Kir Shatrov
Kir Shatrov
Is the `django-pjax` capable with Jinja2? I am afraid that `TemplateResponse` is not available there...
It will be very nice to have receipt to run Resque workers via Capistrano.
Love the gem! Some high level questions: * Have you considered using ActiveJob? It allows you to define n generic job that works with any underlying adapter (Sidekiq, DelayedJob etc)....
I'm not sure we need this yet, but I wanted to throw a prototype that I've played with that might be useful for anyone else who's going to work on...
(discovered this while pairing with @chrisseaton on https://github.com/oracle/truffleruby/pull/2308) ```ruby puts RUBY_DESCRIPTION source = format('%s', 'foobar'.encode('utf-16le')) puts source.encoding ``` On MRI: ``` ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [x86_64-darwin19] UTF-16LE ``` On...
I've been reading about [fuse](https://github.com/jlouis/fuse), a mature circuit breaker library for Erlang (a platform known for "resiliency by default"). In circuit breakers configuration, they have [two fuse types](https://github.com/jlouis/fuse#fuse-types) (you can...
prototype.js line 1214: `function $H(object) { return new Hash(object); };` If I include prototype and js-hash to my page, Chrome console prints: prototype.js:1216 Uncaught TypeError: object is not a function
My `test/minitest_helper.rb`: ``` ruby ENV["RAILS_ENV"] = "test" require File.expand_path('../../config/environment', __FILE__) require "minitest/autorun" require "minitest/rails" # Add `gem "minitest-rails-capybara"` to the test group of your Gemfile # and uncomment the following...
The current implementation of `const_missing` is not thread safe and it triggers exceptions like: ``` NoMethodError: undefined method `implementation' for HTTP::CookieJar::AbstractStore:Class /app/data/bundler/ruby/2.6.0/gems/http-cookie-1.0.3/lib/http/cookie_jar.rb:38:in `get_impl' /app/data/bundler/ruby/2.6.0/gems/http-cookie-1.0.3/lib/http/cookie_jar.rb:74:in `initialize' /app/data/bundler/ruby/2.6.0/gems/rest-client-2.1.0/lib/restclient/request.rb:339:in `new' /app/data/bundler/ruby/2.6.0/gems/rest-client-2.1.0/lib/restclient/request.rb:339:in `process_cookie_args!' /app/data/bundler/ruby/2.6.0/gems/rest-client-2.1.0/lib/restclient/request.rb:86:in...