Dan Brown
Dan Brown
- See long comment in code for explanation
- This required factoring a new `gotoSymbol` method out from the existing `goto` method, which was simple - See comments in code for other nuances
- In cases where a short symbol name matches many files, this lets you type both the symbol name and parts of the file paths to narrow down the results...
- Reloading the package (e.g. with https://github.com/cakecatz/atom-hot-package-loader) would cause all of the commands to fire N times, once for each reload - This applies `CompositeDisposable` on all `.on*` and `.add*`...
Problem: https://twitter.github.io/scalding -> "Scalding Scaladocs" -> http://twitter.github.com/scalding Should go to: http://twitter.github.io/scalding/api/
- Previously, Hasher would collect the full bytes output of `self.dump(obj)` into the `BytesIO` at `self.stream`, and then `self.stream.getvalue()` the bytes to put into `self._hash.update(bytes)`. This requires O(n) space inside...
- I find that my cache is frequently cleared when I don't want it to be, e.g. if I add code above a cached function, then its line number changes...
### Issue Please add a man page for `aider`, to add support for tab completion in fish (https://fishshell.com/), which it does automatically by parsing options and descriptions from man pages....
### Issue I'm a new user and I can't figure out how to list _all_ models known to aider. This would be very helpful to add. - I expected `aider...