Christoph Landsdorf
Christoph Landsdorf
For the `@import` you could, maybe, just cache all `@color` variables in the imports once, so you would not have the speed impact. No need to refresh after initial parsing....
I really don't think a "modal" in its definition would have any need to be draggable, as it most of the time is the only you'll see to get the...
I currently do something like this: ``` php $this->curl->reset(); switch(strtoupper($method)) { case self::MODE_GET: $this->curl->get($url, $data); break; case self::MODE_POST: $this->curl->post($url, $data); break; case self::MODE_PUT: // $this->curl->put($url, $data); $this->curl->setopt(CURLOPT_URL, $url); $this->curl->setopt(CURLOPT_CUSTOMREQUEST, 'PUT');...
Yea I already looked at it, like 45 minutes after the push of your 2.x branch. I already think this will be much superior than your first version and I...
`rclone rcat` is implemented as of rclone v1.38 tagged on 2017-09-30
About the remaining 40 Sol/s I also thought it may be my CPU only. But after some testing it only gets up to about 25 Sol/s. I will watch on...
So it happened again, but I guess the last time I was just lucky, a benchmark did not trigger the reset of that phenomen, I guess it was a lucky...
Closed all Applications (e.G. Mail, Firefox) aaaand it's working again. What I don't get I can even do graphics work on this machine while mining, okay the speed will be...
@6543 > that's a idea - to have a variable for overwriting a public domain with a private address - since it would also have to alter all api requests...
Decoration does not have anything to do with a class being final. (Extending is not Decorating!) You decorate by having a class which gets the decorated class as argument and...