Tim Robinson
Tim Robinson
using reformat document on windows puts in a blank line after every line. Also every time you run the reformat, it doubles the number of blank lines at the end....
Enhancement request: if would be nice to be able to do the equivalent of: `myDateValue.format(DateTimeFormater.ofLocalizedDate(FormatStyle.FULL))` i.e. to display dates and times in the default format for the current locale. Obviously...
Converting to plain text would be useful for constructing user messages e.g. ``` (defn validate-field [object attr] (when-not (object attr) (str (csk/->plain-text attr) " is mandatory"))) (validate-field user :work-email-address) =>...
If the document is longer than the viewport, the spinner can only be seen when the middle of the document is scrolled into view. I would have expected the overlay...
My app service is configured to use the stack "Java" and the Java web server is set to "Java SE (Embedded web server). Therefore to deploy it, I need to...
Issue Type: Bug see here https://stackoverflow.com/questions/71011227/calva-how-to-stop-the-repl/71081092?noredirect=1#comment125656478_71081092 start vs code in a clojure project use calva jack-in command to start a repl quit visual stutio -> the repl is still running...
### Is there an existing issue for this? - [X] I have searched the existing issues and my issue is unique - [X] My issue appears in the command-line and...
When the user presses enter (or whatever) to add the current text as a tag, the input box is automatically cleared but the `handleInputChange` handler is not called to notify...
- components: `layout/grid` - reactstrap version `#9.1.1` - bootstrap version `5` I want to use bootstrap 5's `col-auto` class. It would be nice to have something like `` but that...
`url-encode` and `form-encode` have very different implementations but seem to do almost the same thing - the only practical difference I have seen is that `url-encode` does not encode "+"...