dawg
dawg
### Environment Provide at least: * jruby 9.1.15.0 (2.3.3) 2017-12-07 929fde8 Java HotSpot(TM) 64-Bit Server VM 25.144-b01 on 1.8.0_144-b01 +jit [linux-x86_64] `jruby -J-Xms1g -J-Xmx1g -J-XX:+UseG1GC -J-XX:MetaspaceSize=192M -Xcompile.invokedynamic=true` * Linux 4.4.0-109-generic...
### System information - dub 1.7.1 - Fedora 27 ### Bug Description Broken retry ends up with an infinite loop of `` ### How to reproduce? ??? Timeout/connection issues on...
Pretty simple issue, once the master package is installed it never gets updated. Only reinstalling helps currently.
### Describe the bug ```py client = boto3.client('s3', verify=False, config=Config(s3=dict(addressing_style='virtual'))) client.list_objects_v2(Bucket='example.com', MaxKeys=1) # Endpoint provider result: https://s3.eu-central-1.amazonaws.com/example.com (path-style) ``` Subdomains are only allowed to use virtual-host addressing with http endpoints....
Track number of open files/sockets in driver to allow `@safe` setting/swapping of the IO Driver.
Just build the latest version (ff1be21d32a54c1ffb08a18e556e4ba56bdad8c2) and got the following linker error with dmd 2.070.2 and 2.071.0. ``` OPTLINK (R) for Win32 Release 8.00.17 Undefined _D2ae5utils4sini63__T14makeIniHandlerTAyaTS▒▒▒3sys1d7manager8DM▒▒▒3DMD6ConfigZ▒▒▒FNaNbNfK▒▒▒▒▒▒▒▒▒30▒▒▒20▒▒▒Traver▒▒▒g▒▒▒Z▒▒▒ ```
Very interesting tool. The metrics only apply to separately compiled source files though, because imports can be accounted for multiple times. It would be interesting to group/cluster modules with similar...
Maybe the easiest way to implement this would be to create a pseudo root module that imports all sources.
Too keep more relevant threads longer around. This would likely only work on the Forum, not on NNTP, but that's fine I guess. They use a simple exponential decay [How...
Github's squash and merge button suggests all of the commit titles, but strips merge requests. Not sure about `[squash]` and `!fixup` commit messages, but would be sensible to strip those...