tien.tt-holistics

Results 6 issues of tien.tt-holistics

Hi! First of all thanks for this gem! There might be a floating point error for `FastExcel#date_num` in the latest version 0.5.0 Reproduce ``` time = Time.new("2016-09-01 00:00:00 +0700") FastExcel.date_num(Time.new("2016-09-01...

Gem version: 0.999992 GCC version: 14+ I have also tried manually compiling according to README file and the result was the same gem_make.out ``` current directory: /home/bimbal/.local/share/mise/installs/ruby/2.7.4/lib/ruby/gems/2.7.0/gems/ruby-odbc-0.999992/ext/utf8 /home/bimbal/.local/share/mise/installs/ruby/2.7.4/bin/ruby -I /home/bimbal/.local/share/mise/installs/ruby/2.7.4/lib/ruby/2.7.0...

- My setup is ``` ruby 3.3.1 (2024-04-23 revision c56cd86388) [x86_64-linux] pg_query (5.1.0) ``` - Running `rake test` and 1 test in `treewalker_spec.rb` fail. Output ``` Failures: 1) PgQuery.treewalker walks...

### Environment Ruby: 2.7.4, 3.2.6 fixture_builder version: 0.5.3.rc2 ### Issue If a table does not have column `id`. The method `dump_tables` will fail. ``` ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column "id" does...

As mentioned in [open-telemetry/opentelemetry-ruby/pull/1598](https://github.com/open-telemetry/opentelemetry-ruby/pull/1598) > As identified in https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/772, Rails copies all thread-local variables in ActionController::Live. Our use of an array to back the Context stack results in two threads...

keep

## Context - I am using Capybara + Rails + RSpec for end to end testing - Some of my tests could cause the browser to crash on CI -...