Casey Boettcher

Results 27 comments of Casey Boettcher

`CTRL-R` toggles the sort order of search results between time and importance. This changes the last line (first line above the prompt) switching between `+S` and `-S` in my terminal.

Something similar that produces the same error, but works in vim (v7.4): `:%s/:\/\/bar/:\/\/foo.bar/g`

Having this problem as well. Using the distributed binary v3.4.7 (9700). No USB keys show up on any screen, but external drives in USB enclosures do, oddly enough. Cleared cache...

@zongweil I was unable to resolve functions defined in `openlocationcode` after installing via pip and importing it in the standard way using `import openlocationcode` or `from openlocationcode import *`. Instead,...

@francislavoie Was work ever started regarding retries for a given response code? I'm receiving periodic 502s from Google Cloud Storage, and their docs indicate that one should [retry with exponential...

Yes, it worked for me after you did whatever you did.

Any fix should include replacing deprecated calls to `d3.scale.linear()` with `d3.scaleLinear()`

What platform are you on and which version of pythonbrew are you using?

I thought the 1.3 update had resolved this issue, but it seems I was wrong. The problem has to do with a Makefile in the `Mac/PythonLauncher` directory of the source...

It seems like the makefile vars that are appended to $(DESTDIR) are incorrect in that they are absolute. More specifically, I'm talking about $(APPINSTALLDIR), $(PYTHONAPPSDIR) in /Mac/Makefile.in and a host...