Cris. A
Cris. A
It will trigger unique & foreign key constraints on the database
In database setups where the primary key is set to auto_increment, it excludes the id when loading the object into the database. ``` sql INSERT INTO "items" ("field_1", "field_2", "field_3")...
This is feature/would-be-nice, but it would really be nice if you support creating a grid system inside a bounding box. There are some things you can't do with a table...
This means we cannot bind to changes in the data property if we want to re-use it for something else (extra data processing for example). It defeats the purpose to...
I would have expected that the eslint graphql plugin is supported by codeclimate. ## Actual Behavior Getting a bunch of errors in codeclimate: > Definition for rule 'graphql/template-strings' was not...
Are there any plans to add support for HAML language? The project I'm working in is a Rails project with a lot of code inside HAML files that does not...
Consider a dynamic list, as it's typical in many apps. When this list changes, and the selected value doesn't exist anymore in the new list, what should it equal to...
I'm trying to use `canvas-record` in a Next.js application. I don't need the `ffmpeg` encoder as I want to use the WebCodecs instead. Despite this, I get an ugly error...
Fixes #8 - String interpolation syntax "==" now works - Snippets are intact
I get this stack: ``` Exception Errno::ECONNREFUSED Error Connection refused - connect(2) /Users/cristianandrei/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/net/http.rb:644:in `initialize' /Users/cristianandrei/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/net/http.rb:644:in `open' /Users/cristianandrei/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/net/http.rb:644:in `block in connect' /Users/cristianandrei/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/timeout.rb:44:in `timeout' /Users/cristianandrei/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/timeout.rb:89:in `timeout' /Users/cristianandrei/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/net/http.rb:644:in `connect' /Users/cristianandrei/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/net/http.rb:637:in `do_start' /Users/cristianandrei/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/net/http.rb:626:in `start'...