fcurts

Results 13 comments of fcurts

@jansorg The problem is that `intellij { version = ... }` sets both build time and run time IntelliJ version but I often need them to differ. For example, grammar-kit...

@jansorg That looks like a totally unreliable/unsupported Gradle hack to me. (There is no reliable way to assign different values to the same property over the course of a build...

As someone who has spent months writing and maintaining TextMate and tree-sitter grammars for real-world languages, let me tell you that the TextMate grammar system is totally broken, at least...

I was obviously talking about the engine, which is what matters in the long run. Regarding existing grammars, the difference is that tree-sitter grammars can be improved relatively easily _because...

Is there a workaround/hack for this? We can't adopt the Google formatter without this, as it unnecessarily changes the Javadoc in our entire codebase.

Is it possible to support a generic way to pass options so that users aren't blocked every time a new option is added?

@thomasjo You mean github/bitbucket/gitlab.com? (The package is hosted on GitHub Enterprise.) Ouch. In that case, can `hosted-git-info` be replaced/fixed/forked?

Sounds like we are waiting for this PR to land: https://github.com/npm/hosted-git-info/pull/30

@thomasjo HTTPS has the same problem - apm tries to resolve a package named `https://github.mycompany.com/myorg/mypackage.git` from `atom.io`. And even if it worked, many on-premises GitHub/GitLab instances (including ours) only support...