ifly6
ifly6
I don't understand how it was a good idea to ship this language without any ability to concatenate strings other than `paste` and its counterparts like `paste0`. It means that...
In Java, I have a list (lets say implementation is `ArrayList`). It's a happy list. And you can add things do that list, because lists are not arrays and you...
Let's be honest. Apply is just broken for data frames. Defending it by saying that the user just doesn't understand the language, that the language is just fine, and the...
Currently, if given text like so: ``` "arma virumque cano…" "“bread and circuses”" ``` `StringEscapeUtils` currently returns the corresponding Unicode characters for points 128, 133, 147, and 148, which are...
Given input like: ```python >>> import bbcode >>> bbcode.render_html('He said "[I]n the matter of X v Y, X wins".') 'He said "n the matter of X v Y, X wins".'...
This should be an MVE: ``` >>> import bbcode >>> p = bbcode.Parser(replace_cosmetic=False) >>> p.format('[list=1][*](c)[/list]') '©' ``` I think that whatever formatter is doing the substitution for `list` has `replace_cosmetic`...
It doesn't seem as if this adds a converter for `java.time.Duration`: ``` WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.gson.internal.reflect.ReflectionHelper (file:/Users/ifly6/.m2/repository/com/google/code/gson/gson/2.9.1/gson-2.9.1.jar) to field java.time.Duration.seconds...