Alex

Results 28 issues of Alex

Sometimes when pasting in text, it has a different indentation. I would like to convert from e.g. 3-indent to 2-indent

Fed up of typing ``` def __init__(self{1}): {2} ```

If I type ``` border ``` I want the "border" item in CSS extended code completions to _stay_ there (not be culled), so that I can press enter and get...

Input ``` python class Barney: def __init__(self): self.status = 'not ok' barney = Barney() barney.status = "ok" print(barney.status) ``` Output ``` ruby class Barney def initialize @status = 'not ok'...

In Python the `not` operator has [low precedence](https://docs.python.org/3/reference/expressions.html#operator-precedence). In JS the `!` operator has [high precedence](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_Precedence#Table). To be on the safe side, generators should wrap all operators in parens by...

bug

Some functions have a default `sr` of 22050. I just noticed after a few days that I had been using `librosa.iirt(y)` instead of `librosa.iirt(y, sr=sr)` and therefore my spectrograms were...

documentation
discussion

I [benchmarked](https://gist.github.com/atg/cbb093fe91463fb317bdc3cd9bfbfa69) borc against msgpack-lite and JSON for arrays of medium-sized integers (my intended use-case). Encode performance is within the same order of magnitude, but decode performance is wild (10x100...

bug
ready

...

crash

``` layout_bitmap_or: layout bitmap too short: IGKMatteFocusedGradientBox ```

crash

The idea here is to query the _docsets's_ sqlite index database as well as our CD index db. If a page is not parsable, display it in a webview (like...

feature
difficult-difficult-lemon-difficult