Mark Edmonds

Results 6 comments of Mark Edmonds

I'm using Haxe v4.1.2 and I pulled master of hxWebSockets. I started using haxe within the last week, so I am very much an uninformed user at this point. Below...

Just for an update on this - if you look at the generated Python's `hx_ws_WebSocketCommon.process()` implementation (line 310 on my generated version), there's the following line: ```python result = sys_net_Socket.select([self._socket],None,None,0.01)...

@Chiel92 I still use this plugin but without symlink'd files. I also have migrated to Neovim.

+1, would love to also be able to get the `prompt_tokens` prior to executing, so that we can detect how many tokens the completion could have (for error handling)