Benedikt

Results 165 comments of Benedikt

There's also reflinking of files (for some filesystems, such as btrfs). I think this is one more reason why no hard-/ref-linking should happen by default (because it's not clear what...

I'd say, all of `symlink`, `hardlink`, `reflink` could be implemented (or one for now, adding others as requested), everyone could then choose his or her preferred method. For example, we...

> For configuring this I’d condense your approach @wisp3rwind: We would just provide one `link` option per alternative with values `false`, `hardlink`, `symlink`, and `reflink`. I don’t see why need...

Yeah, `embed` should really be a per-alternative option. Maybe, for backwards compatibility, it could default to `convert.embed` if not set, i.e. ```Python self._embed = config.get(dict).get( 'embed', convert_plugin.config["embed"].get(bool) ) ``` In...

Sounds good :+1: However, I'd advocate for coordinating this with beets, i.e. do at least one more release that supports Python 2. I've not been using Python 2 myself for...

I'd also say that this is in scope of this plugin, but I won't have the time to look at it anytime soon, sorry.

I've been following this issue for some time, and I'm under the impression that beyond "some other applications follow the spec" the arguments for doing so, and why Julia should...

Force-pushed for style fixes and to add missing stubs (apparently, I missed some when using `git add -p`).

> Hi, @wisp3rwind thanks for your PR. Could you please add test cases to the fetch functions you added? Sure. I'll extend existing tests that seem relevant, and come back...

Yet another variant would be to have `Relation.fetch_xyz()` and `Result.xyz()` (`xyz = df, arrow, numpy, arrow_reader`), to indicate that this executes in the former case, which will already be spelled...