Results 24 issues of Jack Christensen

The local run environment does not check the results of its tasks. ```ruby run(:local) do command "false" command "something-else" end ``` I would expect the task to be aborted and...

It is sometimes convenient when working with money to always format to at least N decimal places, but _not_ to round if there is more precision present. For example, US...

`uploadcare_widget_tag` doesn't exist. I think it should be `uploadcare_include_tag` instead.

I was trying to port a hand built visualization to use layercake and I had great difficulty getting it to appear. Almost every part of my visualization is a link....

advisory
svelte-issue
has-workaround

See https://pkg.go.dev/encoding/json#Unmarshaler: > UnmarshalJSON must copy the JSON data if it wishes to retain the data after returning. This appears to be the cause of a bug reported on pgx:...

I have a Rails API. I've been using curl to for ad hoc testing, but just tried using Bruno. Unfortunately, the experience was very confusing. A Rails API that only...

yajl-segfault.rb ``` require 'yajl' parser = Yajl::Parser.new parser.on_parse_complete = Proc.new { |obj| p obj } parser

According to the comments/rdoc (http://rubydoc.info/github/joshbuddy/http_router/master/HttpRouter#call-instance_method), http_router should be placing a reference to itself in the env. This does not appear to be there. http_router.rb:156 ``` ruby # Rack compatible #call....

Support for so many different types and automatic conversions doesn't come for free. This package appears to have a significant impact on program binary size. Removing hstore and array types...