-
Предлагаю переместить вопрос: `How the problem of orphans and overlapping is solved in other languages or by different overloading implementation techniques?` на мидла-1.
Мне кажется вопрос слишко…
-
It's useful to be able to attach metadata like tags to log files. It would be useful to be able tag log file as 'errors' or 'success'. As it stands, we end up overloading the log name in the `archive_…
-
In the Ocean and Sea Ice Thematic Author group for the CMIP7 Data Request, it was suggested to add a new realm for "Ocean Waves". Some points to justify the addition of this new realm are listed in th…
-
This is going to be a big one, but it's kind of bugging me in the template creations so I'll probably handle it soon.
We need an interface, instead of overloading all the parent methods. The overlo…
-
# Problem
Support for arrays in agg functions is not great.
Even a simple sum of all numeric values of an array column is not straightforward
Getting approx distinct of a column array will require ext…
-
This issue follows up up on my suggestion in https://github.com/ODM2/ODM2DataSharingPortal/issues/71#issuecomment-365718683 that we pick up the "800-lb gorilla" issue to reimagine variables as we desc…
-
Quasi-double precision can be achieved using single precision variables when Kahan summation is used for accumulation. Accumulation operations (e.g. +=) can be implemented with operator overloading of…
-
Why `boost::reference_wrapper` template class dosn't has `operator->` overloading? Is there any objective reason?
It may be useful for some instantiations, like `boost::reference_wrapper` or like `bo…
-
Simply that: please add a "misc" option to hide (not simply autohide as it does now) the account icon/picture and country from the main page, it's overloading it.
-
I feel that the new behavior for operators such as:
`i++` returns the same value is in CPP/1 `++i` and adding `obj-` as moving object feels weird to me and raised concert about future of libraries …