Chris Anderton

Results 7 comments of Chris Anderton

given the error trace then it looks like the newlines partway through the module name are causing rdoc to barf - i've just committed a tweak in my fork which...

_it's_ is a contraction - for tokenisation contractions are often considered two words (because they are really) - this is the case in Stanford Core - http://stackoverflow.com/questions/14058399/stanford-corenlp-split-words-ignoring-apostrophe One option, as...

so - looks like the issue is with the current implode method on string able - although it attempts to handle enclitics then from what i can see in the...

@lppkarl I've tried this but it still outputs a .dll (which can't be executed) - is there some additional config i need to change in my project?

hmm @lppkarl i'm targeting netcoreapp1.1 - but tbh i'm not so strong on dotnet - does this only work with 2.0?

Seeing the same when using a volume. If i mount it over /home/nonroot it has no permission issues, but mounted on any other path it shows permission denied. I'm assuming...

After a bit of digging - Bind mounts use the permissions of the host: the sidecar is running non-root (user 65xxx) so cannot create/change the permissions Volume mounts default as...