Daniel Montoya

Results 8 comments of Daniel Montoya

How can I reproduce this? So that I can understand better.

Let me know if I wrong, but think this is the result of getPlugins method; which just returns a string representation of navigator.plugins (https://github.com/jackspirou/clientjs/blob/master/src/client.js#L461). So, if the order change it...

Fuzzy hashes will be included in the next version. Be part of the development on https://github.com/jackspirou/clientjs/tree/v1.0.0-rc.1.

When deep equal check is required, use `ShouldResemble` instead ```go type test struct { A string } a1 := test{"test"} a2 := test{"test"} a3 := test{"sup"} So(a1, ShouldResemble, a2) So(a1,...

Hi, everyone! I can't start a replicaSet using strikememongo. I got this log: ```ERROR INITIAING REPLICA: exit status 127``` And ```*memongo.Server``` is nil I'm overriding the binary path.

This particular date is being parsed to `Tue, 04 Oct 2022 09:00:00 +0000` when the code is executed after 18:59 (-0600) in my computer: ```ruby Timecop.freeze(Time.parse('2022-10-05 8:00:00')) do DateTime.parse('09:00:00') end...

I'm experiencing the same issue, but this is the first time I try using this action. When was the last time your CI worked?