teocns

Results 81 comments of teocns

July 2021 still waiting either

Sad to see Python package does not support this.

``` def decryptToken(t): n = "" i = "" o = len(t) r = 0 s = 0 MAP_LEN = 64 charMap = [["A", "d"], ["B", "e"], ["C", "f"], ["D",...

We should investigate on the second socket connection. My assumption is that there's a red-light semaphore for receiving messages from the first socket until the second socket fires the message....

Stll no response. I am investigating on other variables. I am performing my tests on bet365.it

I think those headers are used at protocol-level and may really not be involved.

Thanks for the suggestion. WSGI seems an unnecessarily complex solution in my case, whereas a docker with ```maxrss``` could easily solve the issue. But in either way, I am looking...

Will definitely give a try to cherrypy. ``` response = self.handle_request(js) ``` Just invokes a further request ``` def handle_request(**kwargs): return requests.post(**kwargs) ``` It is substantially a scraper service. I...

This proved to work well for me, no funny spacing behavior. ``` local function accept_one_word() local text = getCodeiumCompletions() -- Adjusting the pattern to consider a broader range of non-whitespace...

Facing the same issue invoking `lua vim.lsp.buf.references()` with clangd running on remote index: ``` Error executing vim.schedule lua callback: ...lar/neovim/0.9.4/share/nvim/runtime/lua/vim/lsp/util.lua:1833: index out of range stack traceback: [C]: in function '_str_byteindex_enc'...