Vladimir Berezenko

Results 15 comments of Vladimir Berezenko

Yes I can, but also I can use ref instead of SmartPtr. Might it be better just implement some sort of "unique" keyword in Nim itself instead of implementing a...

The point is that unique keyword in the Nim itself will add possibility to use any Nim supported type, not only pointers and make this library redundant. Also this lib...

I'm just talking that adding unique kw to Nim itself will be better than porting some OOP solutions from C++ with all it's bugs and vulnerabilities (e.x. SharedPtr is unsafe...

I think that using MVS is not that good idea. If I set some restrictions on a version of a library I almost always want to see the maximum available...

> The idea is that you use as the minimal version the version that you actually tested your package with. I don't see how you could not "know it at...

Well, the "minimal version" will be a very weird decision and it has no sense in case of a real working flows, because: 1. The code base will always be...

Seems that this is a bit abandoned repo. You can try to make an issue in my fork. https://github.com/Q-Master/nimongo

Same here. Seems files are truncated by a buffer chunk size. This might be in skypeweb_got_file function.

I think that for now is no need to completely switch to something which drops the compatibility with current version. The asyncronous transports is a very good idea, but I...

@jmgomez > [@Q-Master](https://github.com/Q-Master) had you ran `nimble setup` so you have a `nimble.paths` file? I have no nimble file in that path, because of no need. Auto running `nimble setup`...