Benjamin Fleischer
Benjamin Fleischer
RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http://docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...
Gemfile should use gemspec the same way someone installing the gem does.. whatever is available at time... This is especially important on CI.
Some companies [will only use gems with a certain license](https://github.com/rubygems/rubygems.org/issues/363#issuecomment-5079786). The canonical and easy way to check is [via the gemspec](http://docs.rubygems.org/read/chapter/20#license) via e.g. ``` spec.license = 'MIT' # or spec.licenses...
I'm not positive what this is related to, but figured I'd log an issue in case it means something to someone. Ubuntu Linux, Heroku-20 image Ruby 3.3.1 Tiny Tds 2.1.7...
https://www.postgresql.org/docs/current/ltree.html > This module implements a data type ltree for representing labels of data stored in a hierarchical tree-like structure. Extensive facilities for searching through label trees are provided. >...
Ruby version: 3.3 Rails version: 7.0 Sidekiq Pro: 7.2.4 I'm running our first iterable job and was surprised that the web ui doesn't have a way to show the iteration...
just added `--limit 10` to a model and now we're getting ```ruby ActiveRecord::QueryCanceled PG::QueryCanceled: ERROR: canceling statement due to statement timeout CONTEXT: PL/pgSQL function logidze_compact_history(jsonb,integer) line 29 at assignment PL/pgSQL...
We just migrated from pg 15 on Heroku to CrunchyData CrunchyBridge and started seeing lots of "WARNING: you don't own a lock of type ExclusiveLock" per https://github.com/bensheldon/good_job/issues/388 "The warning is...
I'm on the Heroku-22 stack and had been using the buildpack https://github.com/rails-sqlserver/heroku-buildpack-freetds.git#v1.1.5 After removing the buildpack to rely on the vendored freetds present in tiny_tds 3.2.0, some, but not all,...
### Tracer Version(s) 2.20.0 ### Ruby Version(s) C ruby 3.3.6 (2024-11-05 revision 75015d4c1f) ### Relevent Library and Version(s) multiple ### Bug Report I'm creating a new issue since https://github.com/DataDog/dd-trace-rb/issues/2348 while...