ento

Results 31 comments of ento

wip here: https://github.com/AntreasAntoniou/DeepClassificationBot/tree/workspacing

By merging, do you mean: when calling elm-doc with `--validate`, elm-doc will call elm-docstyle under the hood? Also, what do you mean by translating? Taking a quick look at elm-docstyle,...

> Elm-docstyle is written in Elm, while elm-doc is written in Python. I thought to translate elm-docstyle to Python and implement its functionality completely into elm-doc. Ah, okay. To further...

The errors the Elm compiler may catch range from syntax errors to documentation errors such as [those listed here](https://github.com/elm/compiler/blob/7d2da8d46e4ed42a0bc337b253fd359ac21faee9/compiler/src/Reporting/Error/Docs.hs). I assume documentation errors are not caught by elm-syntax. Since elm-doc's...

https://github.com/munificent/game-programming-patterns/commit/a8cf7562f8db042f413b949a8ede493f76d8963e#diff-14c8b73d19fa8184434005ccc9ed1045L297 ^This commit changed the entire file to wrap at 80 columns. Simply fixing the link won't probably fix the root problem. Either @munificent's editor needs smarter wrapping, or Python's...

This _may_ be the same as #279 but the 404 doesn't go away even if I access the docs.json endpoint directly with the dev tools's "Disable cache" option checked: ![image](https://user-images.githubusercontent.com/21108/46791951-ace87b80-ccee-11e8-999f-ed9a55d3f4e4.png)

Now that fluentd is trying to connect to the (probably) correct service, it looks like the problem is on the logservice side. Only thing I can think of is to...

@hkurokawa PR作りました: https://github.com/hkurokawa/chrome-skk/pull/16 - コンフリクトもなく、簡単にできました。 ただ、 https://github.com/hkurokawa/chrome-skk/pulls にある緑の Create pull request ボタンを押すと、 jmukさんのレポジトリに対してPRを作る画面に飛ばされるので、もしフォークしたレポジトリの方が本家本元になるのであれば、頃合いをみて[detachする](https://support.github.com/request/fork)などするといいかもですね。

pip: links to latest (as of Oct 2, 2017) source code location: * retries: https://github.com/pypa/pip/blob/77dad642f4a695e442d0b72493644e3d65153447/src/pip/_internal/cmdoptions.py#L166 * backoff_factor: https://github.com/pypa/pip/blob/77dad642f4a695e442d0b72493644e3d65153447/src/pip/_vendor/urllib3/util/retry.py#L112 * status codes: https://github.com/pypa/pip/blob/77dad642f4a695e442d0b72493644e3d65153447/src/pip/_vendor/urllib3/util/retry.py#L147

@amitpl In my case, I'm 'working around' it by holding off on merging the feature branch that introduces gevent (as a transitive dependency of locust, as it turns out) to...