August Toman-Yih

Results 8 comments of August Toman-Yih

@mlegenhausen Thanks for the response! It's true that this example can be simplified that way. I tried to create a simple example to demonstrate the type issue, but it may...

Thanks for the explanation! So when you say "it's not an `fp-ts`-related problem" do you mean it's inherent to the type system in some way? Because typescript doesn't seem to...

Just ran into this today trying to do `sequenceS` on a record created from a reduced array. Something like this: ```ts type Thing = { id: string; name: string; };...

It does make a difference if you're spreading in your function: ```ts const obj1 = { bar: 'foo', ...{} } // => { bar: 'foo' } const obj2 = {...

We're finding this can happen due to automated browser tests being super fast, even though we are properly using `isOpen`

Old issue, but I am running into a similar problem and did some debugging It seems that the setup code is not properly registering the new listener https://github.com/railsware/rspec-example_steps/blob/f6236f6103c28805fe3d9c4257ed94ab4760e754/lib/rspec/example_steps.rb#L22-L25 If you...

Hi @fragtion , thanks for the response. I don't believe this is a firewall issue; as I mentioned, it's only the VST and AU versions that cannot connect. I am...