Re: Hot code reloading

2020-04-18 Thread filcuc
I'm Just asking but wouldn't be easier to implement hot code reloading through OS processes. I would design hot code reloading by killing my code process and restart it with the new version. If you dont want downtimes i would simply create a server process that block incoming calls during the

Re: Finalizers questions

2020-01-19 Thread filcuc
Ok even if i don't like multiple ways for doing the same thing thus i would deprecate finalizers in dev.

Re: Finalizers questions

2020-01-18 Thread filcuc
So destructor or finalizers are the same thing? So what's the point of keeping both? Should I move from finalizers to destructors?

Re: Finalizers questions

2020-01-17 Thread filcuc
The fact that the finalizer is specified on the new proc still means that is called only for that particular instance? Or after the first new is called also on any previous or future instances of type T? If it's like in the latter case then it's weird. I would prefer something associated

Re: Introducing --gc:arc

2019-12-26 Thread filcuc
@Araq given that it seems a breaking change what should be done for those maintaining any nim package? Is there a way to support both arc and default nim gc or is it a drop in replacement? Or should we add a new branch for nim version 1. and land changes there? I'm asking because nimqml

Re: Recommended GUI library?

2019-12-10 Thread filcuc
Dunno i think that nimqml is enough dir most simple project. _warning_ I'm the author. Probably most people don't like to build and install the native c++ library

UI showcase ideas

2019-12-04 Thread filcuc
I would like to showcase the potential of my nimqml bindings. Abu idea for a possibile usefull app? Yet another to do list?

Re: Newbie question: downloading multiple files using async httpclient

2019-10-11 Thread filcuc
I dont like async/await and I'm no expert but I would have thought that correct way was to send all the requests, collect the futures in a sea and then await all the futures...

Re: Nim v1.1 and beyond roadmap

2019-10-06 Thread filcuc
Can't wait to hear about the new gc

Re: Overload system.default

2019-10-04 Thread filcuc
Aren't this constructors?

Re: object message bus for embedded systems

2019-09-26 Thread filcuc
zmq? nanomsg? nng?

Re: [RFC]: What's wrong with me or with httpclient :-)

2017-02-09 Thread filcuc
TEST[SyncClient]: Processed 1000 requests in 43 seconds! TEST[DeprecatedAPI]: Processed 1000 requests in 0 seconds! TEST[ApacheBenchmark]: Processed 1000 requests in 0 seconds! Same results here..Sync is very slow

Re: Nim and Qt

2016-10-31 Thread filcuc
Given that i'm the author of both nimqml and DOtherSide...mind to share the differences in your project in respect to nimqml?

Re: QtCreator plugin

2016-07-08 Thread filcuc
[http://blog.qt.io/blog/2016/07/06/qt-creator-4-1-0-beta-released](http://forum.nim-lang.org///blog.qt.io/blog/2016/07/06/qt-creator-4-1-0-beta-released)/