G Roques
G Roques
Did a little digging. The issue is it's failing to import my `song_match` module. The `WARNING` it gives is a critical failure. This is probably because the module is not...
This is partially duplicated by #188.
In general, a docstring that simply states the single-responsibility of the method, even if it's obvious, is probably sufficient for most cases. There's discussion of the purpose of `__repr__` on...
It looks like [LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim) had [a similar issue](https://github.com/autozimu/LanguageClient-neovim/issues/392) and was able to resolve it. @chemzqm, Do you have any insight into this issue? --- **P.S.:** I see we declared support...
@chemzqm [server2.log](https://github.com/neoclide/coc-java/files/4513734/server2.log) is uploaded. Also, around **10:57:49 PM** in the logs is an example of the error when trying to jump to the definition of `String.java`. Thank you so much!!
Doing more research. I looked at the [eclipse.jdt.ls](https://github.com/eclipse/eclipse.jdt.ls) project and the [`java/classFileContents` handler](https://github.com/eclipse/eclipse.jdt.ls/blob/master/org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/syntaxserver/SyntaxLanguageServer.java#L306). This `java/classFileContents` handler calls the `toURI` method with special logic if it detects your OS as "win32"...
###### has win32unix Also, I see there's calls to `has("win32unix")` to get special CygWin path prefixes in the logs. For example: ``` 10:53:28 PM DEBUG [transport] - request to nvim:...
> Try `:call coc#util#jump('edit', 'jdt://contents/rt.jar/java.lang/String.class\?=account-entitlement/C:%5C/Program%20Files%5C/AdoptOpenJDK%5C/jdk-8.0.242.08-hotspot%5C/jre%5C/lib%5C/rt.jar=/maven.pomderived=/true=/=/javadoc_location=/https:%5C/%5C/docs.oracle.com%5C/javase%5C/8%5C/docs%5C/api%5C/=/%3Cjava.lang(String.class', [111,20])` in your vim, I don't get your error. @chemzqm I tried this, and get the same error. --- @chengzeyi Thank you for some of...
@luzpaz Thanks for steering me in the right direction, as I'm still very new to FreeCAD and the community. I'll do this for future issues I create on FreeCAD GitHub...
> @ulrich1a is unresponsive. maybe it's time to just consider this WB a legit fork and start refactoring it because screw_maker macro is enormous and would really benefit from it?...