dextertd
dextertd
I came up with a bit of a compromise solution that I'll share below. It still shows the code block in full but it means that smaller header sizes don't...
Hi I'm using i18n and have my index files using `.html.erb` suffix. Here's what I followed when implementing i18n: https://middlemanapp.com/advanced/localization/
Relates to #1177
#63 doesn't solve this problem because it addresses the websocket, not the HTTP. This problem can be solved by syncing your computer's clock or increasing the `recv_window`
Is this regarding websocket on the master branch, or the developing restructure_wss branch?
Please show the full traceroute including the error.
@moranelli See https://github.com/verata-veritatis/pybit/pull/67#issuecomment-1000814774 for why I am weary of "auto increase like recv window" for websocket, and I personally don't like the auto increase in HTTP... Why is it "very...
This is not a good way to solve this issue. Ideally, it should be solved at the root, which is by **syncing the computer's clock** (which python's `time` module relies...
This would definitely be a really useful "helper" method, and I have implemented similar functionality in the past which has the same goal ```python def conform_price(price: float, tick_size=0.5, floor=False, ceil=False):...
I was searching for the same preference setting and came across this issue. I hope this can be added to Atom proper. As a workaround you can install the [split-diff](https://atom.io/packages/split-diff)...