Kenneth Söderlund
Kenneth Söderlund
I've the same issue. Just a simple case of a new file, typing in `import java.io.F` until I want to autocomplete `File`, after enter, or space the whole import is...
@bstaletic No. But with the minimal I can't get it to autocomplete after `import java.io.` -> So cannot autocomplete `java.io.File` at all. Which is a bit weird.
@bstaletic no problem. I did a complete restructuring of my vimrc and setup, removed redundant plugins and such. Now it seems this issue is gone. No idea which plugin it...
I'm not sure I understand. Which chatroom?
Could this chatroom be mentioned somewhere in the README? I had no idea there existed such a chat.
@davebshow: Any news on this? I'm interested to try this library out with Cosmos DB, but having problems with the configuration as well.
Hi @sasavranic, here are some examples to set up your project for ODM: 1) In `config/odm.php` you need to set the paths to your model declarations: ```php 'mapping' => 'yaml',...
@Jalle19: sure, will do when I have time.
I had this exact same issue when I setup atuin on my self-hosted server. It was driving me nuts when I couldn't register. After a while I found out that...
@adrpino: Did you make any progress on this? I have the same issue, using the `await Cluster.open(loop, configfile='config.yml')` approach, it hangs. When configuring the `scheme: wss` it breaks on ```...