Steven Kabbes

Results 40 comments of Steven Kabbes

Hey Giannandrea, Sorry about my slowness to respond here. I think I accidentally turned off email notification for this repository. So if you have already addressed this issue - I...

I'm unsure of the details of your specific example, but manipulating the filesystem from C++ could go 1 of 2 ways: 1. Use pure C or C++ to do filesystem...

@lucifer-wsp I believe the "sqlc-way" of doing this is to `select *`, when you want the type to be the whole row. ```sql -- name: SelectBriefInfoById :one select table1.* from...

Since the rnplay link is broken, I have recreated it on Expo Snack here: https://snack.expo.io/S1ksBZsEW Samsung Galaxy S8 is breaking for me.

Yes, batching definitely. Faulting is a little bit too much magic. It makes it very easy to accidentally introduce a huge latency spike on the UI.

My knee-jerk reaction is that what @mrdomino suggests is actually the _right_ thing to do.

Even an intermediate format would be good, to allow generators to be written in other languages. I think a djinni to SWIG meta generator would be excellent.

I believe that the reasoning here is that JSON can't actually support anything larger that 53 bit integers. If your use case is timestamps, double has plenty of precision as...

I would probably agree, but I'm not the library maintainer :)