Rafael Schouten

Results 1216 comments of Rafael Schouten

Feel free to fix the docstring ;)

Also can you post the whole error output? (Always!!)

In Julia `end` is _parser_ level syntax. There is no way we can influence what it does in a package, as we can't see that code at all unless you...

Yeah I just haven't documented it well, and its quite new. If you want to add it to the docs and the readme that would be very helpful. What we...

Yes mostly they will work with regular arrays too. Possibly slightly more widely if you construct them as `Begin()` and `End()`.

I think the doc is just old and wrong. You can call `@implements` for multiple interfaces with the same object.

I may be cleaner just to do separate calls? I'm ok with needing one line per interface.

Apparently @meggart is away and I'm finishing a PhD, so honestly not likely soon

It should be iterating out of order? You may be confusing bugs for intention. But an alternative is to use CachedDiskArray first I guess