Dave Hirschfeld

Results 351 comments of Dave Hirschfeld

I have also noticed this warning in PyCharm but have so far ignored it 😬

### kindergarten > *@dhirschfeld returns to lurking*

Seriously though, I thought *nurseries* was a little cutsie at first, but it didn't really bother me `[1]_`. Now, I actually think it's a very good name and better than...

Put my 2¢ in @ https://gist.github.com/njsmith/ad4fc82578239646ccdf986ae3ca07c1 Curious if anyone else thinks that's a good api? `s/config/options/with_options/add_options` depending on taste.

It's certainly possible to switch behaviour on whether or not `fn` is passed in but that's probably too much black-magic for my tastes. The verbosity of options/config/with_options does grate a...

Another api I was considering was forcing users to use a method to call the func, thereby leaving the `__call__` free to configure the options - e.g. ```python class takes_callable(object):...

IMHO having `_` or `__` prefixed kwargs is a horrible kludge and think that using partial is preferable to that - i.e. the cure is worse than the disease! I...

> Is there another open source database that implements this feature in a way that you particularly like? It always helps to have a good example! Thanks! In case it...

For me, some sort of integration with Jupyter notebooks would be useful. The simplest way to incorporate notebooks would be using [`nbconvert`](https://github.com/jupyter/nbconvert) to convert to markdown and then processing with...

Related? https://github.com/finos/perspective/discussions/1478