David van Leeuwen

Results 114 comments of David van Leeuwen

Hello, I didn't make the package that provides `Not` (I think, I used to have one but we moved to a common `Not`), but I don't think this is the...

Yes this would make sense. Of course for now you can name your dimensions all `""` Also, it should be possible to have only named indexes for a subset of...

i am not sure why you want to keep open fds in `files`, rather than their names. File descriptors are not an unlimited resource.

There are currently conflicts---it that because I merged other PRs?

I suppose these methods were introduced in base after this package was written. It should not be hard to implement.

Thanks for finding this bug, for some reason it has to do with the type of the names being `Symbol`, which seems to be an edge case of some sort.

Good question. I didn't know `parent` existed. Could you submit a PR?

I've just been dealing with this broadcasting code... I didn't write it so I had to study it a little. What is the actual use case for this error? I...

Yes you are absolutely right, I should take the effort to do this. Documentation of this package is pretty poor as it is, anyway.

Yes, I made a start with some documentation, I don't know how that would work. If you send a PR that would be appreciated!