rob

Results 13 comments of rob

Just an additional piece of info here, this causes issues when using bazel, which relies heavily on symlinks. In particular a dep of ours uses starlette underneath and because the...

> > Just an additional piece of info here, this causes issues when using bazel, which relies heavily on symlinks. > > > > > > In particular a dep...

As a followup i dug deeper and i think the issue is that ``` val jsonObject = JSONObject("{\"Col1\":null,\"Col2\":\"123\"}") val v = j.get("Col1") val isNull = v != null // TRUE,...

> Hopping in to say this would be valuable to me, too. I have an interface that uses an Any type layer for abstraction like MIziara describes. > > One...

thanks so much ryan, appreciate it!

great to hear, thank you for the update!

Thank you! I'll give it a try

also seeing significant performance regression since going from 0.49 -> 0.50, cpu usage spiking, will try get some logs