Jared Lumpe

Results 52 comments of Jared Lumpe

I was running into this with the `--cli-log-level` option, solved by adding `-s`.

I had this problem as well. Since `argparse` is used behind the scenes, I expected `Option(..., nargs=argparse.REMAINDER)` to do the trick. It looks fine in `python manage.py mycommand -?` but...

I'm not sure any of these work for what I want to do. My function takes an argument which is a plist that it modifies in-place. I'm not super experienced...

I'm trying to modify `org-ql-select` slightly so that it collects not just matching headlines but also their ancestors. To avoid parsing common ancestors multiple times I put all headlines in...

Ryan, Lasagne's documentation for `layers.Conv2DLayer` says: > Theano’s underlying convolution (theano.tensor.nnet.conv.conv2d()) only supports pad=0 and pad='full'. This layer emulates other modes by cropping a full convolution or explicitly padding the...

Ah I see, so `varm` should be called with `m` instead of `m2` here? So basically you should have `varm(a, mean(a; dims=dims); dims=dims) == var(a; dims=dims)`. Really I'm just used...

This is definitely something I would like to do, but I've been totally swamped with other stuff and unfortunately haven't had the time.

Hi @tad-lispy, thanks for your interest in this package. Unfortunately at this point I do not have any plans to develop or maintain it further. I ultimately decided that org...

Well I got back into this a little just to convert my old library of notes to markdown, ended up taking the time to at least make a proper new...

Sorry, this just hasn't been implemented yet. Unfortunately I don't currently have any spare time to devote to this project, but whenever that changes I'll try to add this feature.