Jason Stewart

Results 13 issues of Jason Stewart

Wanted to set an IO deadline, and force SSL from square-one, so I added this.

enhancement

### What did you do? Ran :GoRename on a variable ### What did you expect to happen? Successful renaming ### What happened instead? ``` Error detected while processing function go#rename#Rename[31]..go#lsp#Rename[16]..127_await:...

bug

- as go module - added command binary to .gitignore

Using v3.1, tuples do not encode: ``` iex(1)> Poison.encode({1, 2}) {:error, {:invalid, {1, 2}}} ``` I think encoding to an array would be more robust. If that is a no-go,...

https://github.com/skywind3000/kcp https://github.com/xtaci/kcp-go

Most other language docs (Elixir/Python/PHP/etc) have a sidebar for desktop layouts, where hyperlinks to functions/methods are also presented in a sidebar for easier navigation. I think that's a good call....

Would you accept a pull request for an option to enable websocket pings from claws w/ configurable interval?

- LogSQLFunc type - Added type to DB & Query - Moved default functionality into public DefaultLogSQLFunc() - Created new Bin2HexLogSQLFunc() with similar behavior, except it hex-encodes []byte values Addresses...

I've found the ability to determine DB column names from model structs helpful, but the code that handles this is not exported. @qiangxue, would you accept a pull request adding...

I'm not sure what the ins and outs are for everyone here, but a problem I'm encountering with SQL logging in ozzo is that it logs byte slices as raw...