Amin Roosta

Results 36 comments of Amin Roosta

@asvd Even with DynamicPlugin i get `Cannot read property 'foo' of null`.

@tfabbri Good idea, are you willing to send a PR :-) ?

Unfortunately i think the answer to both is no. The first case, looking at [sqlite bind_value* docs](https://www.sqlite.org/c3ref/bind_blob.html), seems impossible to implement. ``` db

@zauguin The only c++ i wrote in 2019 was to fix the visual studio compile issue we had. Now I'm doing rust 🦀 ! Anyways, honestly i am neutral on...

@pPanda-beta Thanks for your PR :-) I like your approach, it can save a lot of repetitive patterns. But ... It can be really hard to write a decent true...

Humm, yea i get your point @Killili @pPanda-beta Alright, some misunderstanding from my part :-) Lets just make sure if we need to change anything or not! @zauguin can you...

By the way i really liked if we could do ```cpp list ids; db > ids; // instead of the current interface db > collect::to(ids); ``` But we can't because...

@pPanda-beta These are pure suggestions, feel free to disagree :-) 1- Drop the `shared_ptr` support, because nothing is actually shared and we already have `unique_ptr`. ~2- make `>> vector` operator...