Colin

Results 16 comments of Colin

I can have a look at this but unlikely to get to it until next week. So if someone can verify / fix sooner that be awesome.

@pezi_pink no I do know what is wrong thou.. it is todo with the resolution of the outerjoin pattern not matching correctly probably needs to match on 'op_BangBang' or something...

You can't do this as the F# type system doesn't allow you to represent null as int. In cases like this I guess we could detect if the parameter is...

Not that I am aware of but I think @pezipink was looking at this, maybe?

Ok, so my two cents is that there isn’t really a “correct” way to do this looking at the findings above. To this end I propose one of two things....

No worries, if you need any help just let me know. On Wed, May 15, 2019 at 12:45 PM Scott Simontis wrote: > @colinbull Thanks for getting back to us...

Looking at both issues it looks indeed like they are related. I myself am not that familiar with the CSS Selector code but I can give this ago at sorting...

Yeah, remoting has been removed from cricket. I must have missed this. I'll update the docs.

Yes, this is an unfortunate limitation that I already knew about. Basically, I need to implement some framing on top of the Socket implementation, that allows large messages to be...

If you could have a look at the framing that should, be the case. Looking at the current implementation what you suggest seems like the simplest route. However, I remember...