-
Currently, big strings are stored in a special key-value group to avoid overloading the indexes. However, strings are not removed even if all triples using them are removed. We should remove strings t…
-
https://en.wikipedia.org/wiki/Mode_(music)#Modern_modes
Presets will be similar to various chord modes, the only difference might be that we want to play the notes sequentially instead of like a ch…
-
Now we can pass only `Action` into the `DispatchQueue.DispatchSync` methods. But we can do it with the native API: https://developer.apple.com/documentation/dispatch/dispatchqueue/2016081-sync.
Could…
-
if you do this:
```
function (async) {
async();
}
```
i.e. if you overload async as an identifier, and then call it as a function (with or without arguments) the parser will not understa…
-
need more details
-
A function is a special kind of namespace encapsulating related named callable objects. If the arguments and usage of a function call are not ambiguous, the name of the callable object does not need t…
-
Currently we are missing a lot of `vector` optimizations, because we are overloading the public interface instead of a private one.
- [ ] std::equal
- [ ] std::rotate
- [ ] std::swap_ranges
- [ …
-
```
It would be great if the bot could follow the Crawl-delay extension to the
robots.txt protocol to avoid overloading a server.
```
Original issue reported on code.google.com by `ansell.p...@gmail.…
-
The import method is shadowed by activerecord-import which results in this argument error:
`ArgumentError: Invalid arguments!
from /some_local_path/activerecord-import-1.2.0/lib/activerecord-import/…
-
I installed this plugin to address the exact issue you suggest in the README (overloading Laravel helper functions), and found that files outlined in the `autoload-dev` section of composer.json are no…