Daniel Li
Daniel Li
**Describe the bug you encountered:** Syntax highlighting issue with Scala code. After the underline feature was added, the whitespace preceding a class name is also underlined: **What did you expect...
I think the wider community would love to see this on Homebrew.
Version: Ledger 3.2.1-20200518 The following minimal Ledger file passes when it should error out: ``` 2021-08-26 Example transaction Account-A $1.00 Account-B = 0 ``` The output is: ``` $ ledger...
pgcli’s config says: ``` # Postgres prompt # \# - "@" sign if logged in as superuser, '>' in other case ``` However, when using it, only a `#` shows...
I noticed today that the `>>=` ligature no longer works. `>>>>=` works, as does `>>=>` Is this intentional? I’m on Fira Code 6.2
I noticed when the `cv30` variant is enabled (the taller `|` symbol) the double pipe “or” symbol is no longer close together. Is this intentional?
I love that the pipe symbol can be used within an arrow sequence: ``` -------|-------> ``` It would be great if this could be extended to parentheses `()` as well...
Welcome to the Ammonite Repl 2.4.0 (Scala 3.0.0 Java 11.0.10) ```scala interp.configureCompiler(_.settings.unchecked.value = true) ^^^^^^^^^^ value settings is not a member of dotty.tools.dotc.Compiler ``` https://ammonite.io/#CompilerFlags
Strange race condition that affects `--wait` (feel free to change this title to be more descriptive)
`pv` seems to have a race condition that’s triggered intermittently. Take the following script: ```bash # File name: bug-repro.sh #!/bin/bash progress() { # Perform some relevant calculations that may take...
Hi, I just installed this library to try out but immediately encountered a parsing bug. Steps to reproduce below. ### Summary Invocations of `gpxpy.parse(...)` fail for all GPX files with...