Joakim Nylén
Joakim Nylén
## Context Using Rails 6.1 and combining the `attribute_methods` plugin from master with `Model.select(:name)` when you have other fields that are translateable, it would raise ActiveRecord::MissingAttributeError as you are not...
Adds a way to filter out specific keys from an struct, i.e. passwords etc.
This fixes an issue where the path is nil if the file doesn't exist so it raises an error rather than showing an inline error.
Clicking on time or date should send the user to the calendar
Hi, Thanks for a glorious driver. I'll try to help you in fixing a driver for the new ManO'War. lsusb: Bus 003 Device 002: ID 1532:0a02 Razer USA, Ltd https://gist.github.com/jnylen/c0f45319ef937c39333b2ab084b8b66a...
Hi, Lovely lirary but we are having an issue with MULTILINESTRINGs where it includes "EMPTY" in it similar to: ``` SRID=4326;MULTILINESTRING((17.3184738535347 60.7864700694704,17.3180661577644 60.7874544933595),EMPTY,EMPTY) ``` It would then throw this error:...
Hi, The main thing I use ArangoDB is a dynamic link between multiple collections. I.e. you can link a column named "media" to either a movie or a tv show...
Hi @maartenvanvliet, When trying to order with a join on a naive datetime field I get: ``` deps/quarto/lib/quarto/ecto/query.ex:100: value `{:created_at, ~N[2012-06-07 13:03:15]}` in `where` cannot be cast to type :naive_datetime...