Ashwin Hegde

Results 8 issues of Ashwin Hegde

Hi, thanks for this great library. In a process, there will be some items that move forward and some that drop off, and additionally some that are currently active but...

question

## Problem description Byebug works fine the first time I add a debugger statement, but then when _any_ other code is changed, the next time the breakpoint is hit, it...

I am running into an issue where I am getting an ActiveRecord::Deadlocked error ``` PG::TRDeadlockDetected: ERROR: deadlock detected DETAIL: Process 15304 waits for ExclusiveLock on relation 87680265 of database 87679929;...

Here I have a custom function "test" ``` c = Dentaku::Calculator.new c.add_function(:test, :string, ->(test_hash) { test_hash.values.join }) c.evaluate("TEST(abc)", { abc: { a: '1', b: '2', c: '3' }}) ``` I...

I get the following error: ``` $ mocha --opts .mocharc app /client/node_modules/excel-formula/index.js:9 xl = excelFormulaUtilities; ^ ReferenceError: excelFormulaUtilities is not defined at Object. (/client/node_modules/excel-formula/index.js:9:3) at Object. (/client/node_modules/excel-formula/index.js:24:4) at Module._compile (internal/modules/cjs/loader.js:688:30)...

Tests still use my local redis connection when hiredis is included, not the fake store created by fakeredis. Using the regular redis gem or redis-rails does not have this problem.

Started getting a couple of deprecation warnings related to this library with a recent version of React: ``` Warning: componentWillMount has been renamed, and is not recommended for use. See...

When using filebeat, if I specify a message, it shows up in the log stream, otherwise it shows up as ```failed to find message``` Lograge specifes a default message like...