gitmodimo

Results 7 issues of gitmodimo

Object models require me to pass shared_ptr to constructor. How do I pass object that is not owned by shred_ptr? Here is example schema fragment: ``` type MemberField{ name: String!...

All clients uses the same include guard. If app uses multiple different queries multiple files generated by clientgen must be used. Since all of them use same guard we cannot...

### Describe the bug, including details regarding any error messages, version, and platform. Arrow version: 15.0.1 Platform: x64-windows My Acero use case: dataset `scan` node \\/ filter/projection (not relevant) \\/...

Type: bug
Component: C++

Installing armbian from sd card to nvme drive and selecting btrfs filesystem produces invalid `/boot/armbianEnv.txt` file: ``` cat /boot/armbianEnv.txt verbosity=1 bootlogo=true console=both overlay_prefix=rockchip-rk3588 fdtfile=rockchip/rk3588-orangepi-5-plus.dtb rootdev=UUID=97034cc8-fc37-4626-bcc8-9536c55cfbb0 rootfstype=ext4 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u ``` Board does...

I need to control precision of json serializer for specific fields. It would be perfect to for example push something like setPrecisiin token before and after field value. I think...

Both main and next does not really allow to implement custom scalars that cannot be represented by Value type. One example would be BigInt scalar. I should be possible to...

I have been experimenting with uml_dumper and some weird connections we made in dependency graph. I made a deep dive into how it works and I believe that uml_dumper is...