Glenn Sidney
Glenn Sidney
I was hoping to implement this plugin to work alongside https://github.com/blueimp/jQuery-File-Upload, since it uses the FileReader api in certain places. However, inside the swfobject.embedSWF block, "e.success" is true, but "e.ref.add"...
I just upgraded to 0.0.5 to 0.1.2, and noticed some specs failing. With my Story model like: ``` class Story < ActiveRecord::Base serialize :data, ActiveRecord::Coders::NestedHstore` I had a spec like:...
### Steps to reproduce Based on this article: https://github.com/CanCanCommunity/cancancan/wiki/Checking-Abilities#checking-with-class I expected to be able to set up this Class-based ability checking as follows: # User Setup: > @user.roles UserRole Load...
As discussed in #1432, the current implementation of `so.avg_slippage_pct` needs to change. Consider a scenario trading NANO with 0.01000000 BTC. Buy order gets placed at 0.00127950 BTC for size of...
I've been using this library for a long time on a database with compatibility level 100, and I just recently connected to another one with compatibility level 140. It's this...
I have a form, and depending on which link I click, form fields are pre-filled with different values. When using turbo-react, the form fields (input[type=text]) don't get updated. Is this...
Using this: ``` a { color: #038EA1; text-decoration: none; &:hover { text-decoration: underline; } } ``` Gives the error: ``` expected one of @import * - @ :: : ....
Running the following (in refraction_rules.rb lines 1-3): ``` Refraction.configure do |req| req.found! '/asdf_test' if req.path == "/asdf" end ``` puts this error in my apache's error_log: ``` *** Exception NoMethodError...
**Please describe the feature you want** Support Ruby in tabby * [ ] backend change * [ ] extension support **Additional context** Add any other context or screenshots about the...
I have this project now working on my M1 Mac well enough that I can visit `http://127.0.0.1:8081/#/default/completions_v1_completions_post` and do a successful test post of the binarysearch completions example. Skimming the...