Ken Mankoff

Results 92 comments of Ken Mankoff

+1 for always-active feature. When using Vimium for browse-by-voice, I need to activate it for every action.

Solution: I bound 'f' to the pop sound so that it is easy and quick to repeatedly activate vimium.

See comment above - I'm using voice control when I'm using vimium. I use Talon and if I make a "pop" sound (very low effort) into the mic, that activates...

I think 'blackpill' [STM32F411](https://www.adafruit.com/product/4877) is also supported? Or KMK works on Blackpill?

Ok. Then perhaps consider this a documentation bug. The current docs here: http://matplotlib.org/basemap/api/basemap_api.html state, > For ortho... the lat/lon values of the corners may be specified, or the x/y values...

@PBrockmann I'm not sure what your comment has to do with this bug. With lat_0 and lon_0 specified, it says that corners may be specified in lon/lat coordinates, but that...

Note - I also have not run the "Running the performance test suite" code in https://xarray.pydata.org/en/stable/contributing.html - I assume changing from `float32` to `float64` would impact performance. I can run...

I'm reading more in https://github.com/pydata/xarray/blob/2a5686c6fe855502523e495e43bd381d14191c7b/xarray/coding/variables.py and I'm confused about some logic: https://github.com/pydata/xarray/blob/2a5686c6fe855502523e495e43bd381d14191c7b/xarray/coding/variables.py#L271-L272 `pop_to` does a `pop` operation - it removes the key/value pair. So line 1 above will remove `add_offset`...

Hi @dcherian - I dropped this because I went down a rabbit hole that seemed very very deep. Xarray has written 10s (100s?) of tests that touch this decoding function...

A bit more detail about the existing tests that don't match the CF spec. Per the spec, `scale_factor` and `add_offset` should be of the same type. That causes tests throughout...