limwz01
limwz01
* save the whitespace prefix in the pytree node even for those occurring with comments * disable the comment splicer's removal of trailing whitespace * add back the whitespace before...
Sorry this came late, but I recently (in Feb!) also made an implementation for subparsers, so I thought I'd share it still. It's at https://github.com/limwz01/argparse_mf/tree/with_subparsers with the commit https://github.com/limwz01/argparse_mf/commit/fccc2102e605d0c34f2d1ca2f8ed9c606c6694e4 ....
**Tell us about your request** I would like to have a new command in Dockerfile (let's say it's called `VALIDATE_CACHE`), which is attached to a previous `RUN` command. If the...
# Bug report ### Bug description: ```python3 def f(x): def g(): print([x for x in range(10)]) def h(): print(x) return h print(x) return g f(1)()() ``` The above had always...
To support the attachments in the mattermost output type, it was necessary to rewrite the image links to reference the corresponding path in the ZIP file: ``` name=Image.jpg and link=https://files.slack.com/files-pri/T0ABC1DEF-F0123A4B56C/image.jpg...
the extra whitespace between the sidebar and the messages view causes the messages view to overflow to below the sidebar and hence be inaccessible because of `overflow: hidden` in the...
Somehow, when the coordinates are big enough, `all_hits` produce wrong results: ```python bt1 = pybedtools.BedTool("chr1 50000001 50000002", from_string=True) print(bt1.all_hits(pybedtools.Interval("chr1", 50000000, 50000001), overlap=1.0)) ``` produces: ``` [Interval(chr1:50000001-50000002)] ```
I always get the below error when running many different pbeta and I am fine with it underflowing. Can this error be turned off? In fact, it is not even...