Greg Oledzki

Results 146 comments of Greg Oledzki

So the OP is asking to change the default behavior - and there are reasons given on why it shouldn't be the case. Would it be possible to add this...

Thanks for taking the time to answer. Gotcha. Makes sense. Maybe something like this would work: - a flag called (let's say) `acceptedVersionsRegex` which would take a regular expression to...

> Can you give an example of an objective target where the availability would be something outside of 0-100%? Not for availability. I have only ever saw availability being 0-100%....

@cvgaviao, is there anything specific about the file which triggers the issue? I tried: ``` // GIVEN String content = IntStream.rangeClosed(436, 1436).boxed().map(String::valueOf).collect(Collectors.joining("\n")); Path actual = createTempPathWithContent(content, defaultCharset); Path expected =...

When I looked at the code this is because Scalariform just throws `scalariform.parser.ScalaParserException: illegal start of statement: Token(RPAREN,),40,))`. And that exception doesn't have any line/column information, just a String with...

@matthewfarwell - maybe we should migrate to Scalameta (instead of Scalariform) for tokenizing/parsing to AST? And then migrate all the checkers from `ScalariformChecker` to a new `ScalametaChecker`?

`3442` is the byte offset within in the file

Which seems to match with: [https://confluence.atlassian.com/confkb/could-not-lock-user-prefs-unix-error-code-2-670958391.html](https://confluence.atlassian.com/confkb/could-not-lock-user-prefs-unix-error-code-2-670958391.html) and they point to the problem of the user (running Conflu) not having write permission to its own home directory, which seems to match...

This seems not to be a general Confluence behavior. I suspect this might be the 'fault' of [the Visibility plugin](https://marketplace.atlassian.com/plugins/net.customware.confluence.plugin.visibility/server/overview). Still, it's true the daemon user doesn't have privileges to...