Michael Hagar
Michael Hagar
I recently found this project after using Pronto (https://github.com/prontolabs/pronto). What are the differences in use cases and goals of this project?
Ruby version: ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [x86_64-darwin19] Stripe gem version: 5.38.0 I was trying to convert a `Stripe::StripeObject` to a hash that maps symbols to strings. I called `#to_h`...
- [x] I checked the documentation and found no answer - [x] I checked to make sure that this issue has not already been filed - [x] I'm reporting the...
Currently rollbar only shows up to 100 lines of the stack in the case that the payload sent to Rollbar is too large, and there are more than 100 lines....
I'm trying to get this example from the README to work: ```js import WS from 'jest-websocket-mock'; it('tests websocket', async () => { const server = new WS("ws://localhost:1234"); const client =...
## :ghost: Brief Description When running the `sc-mongodb::replicaset` recipe on the last member of the replica set, the connection test fails before the recipe can even initialize the replica set....
This executable conflicts with that of `wisper`'s when trying to install it. ``` Error installing request-log-analyzer: "console" from request-log-analyzer conflicts with installed executable from wisper ``` It seems that both...
The same thing, except for MS Teams
See the test file MultiDimensionArrayDefaults.vtr. We are expecting the warning to be printed twice for some reason. We should only print it once.
From http://www.cplusplus.com/reference/cstdlib/rand/: "Notice though that this modulo operation **does not generate uniformly distributed random numbers** in the span (since in most cases this operation makes lower numbers slightly more likely)."...