Lars Willighagen
Lars Willighagen
Examples: Input | Current out | Expected out --- | --- | --- Rossana De Leo | 'Rossana De', 'Leo' | 'Rossana', 'De Leo' Rossana de Leo | 'Rossana', 'de'...
**Request:** If the search bar is unfocused, have the search bar shortcut respond in some way. Possibilities: - Focus the search bar - Focus the search bar, select text inside...
Add a `PackageSummary` for a consistent 3-line information-dense summary of a package. With `Box`:  Without (not possible currently, I didn't include it due to the way it looks with...
**Is your feature request related to a problem? Please describe.** In German and Czech, and likely more languages, a distinction is made between "Bande" (volume/tome of books) and "Jahrgang" (volume...
If I search for something with diacritics, for example ["Rijksdriehoekscoördinaten"](https://epsg.io/?q=Rijksdriehoeksco%C3%B6rdinaten) (Dutch name for coordinates in EPSG:28992, [Wikipedia](https://nl.wikipedia.org/wiki/Rijksdriehoeksco%C3%B6rdinaten)), or even just ["ö"](https://epsg.io/?q=%C3%B6) I get the following response: > Something went wrong....
## Issue Fixed Close #6 ## Proposed Changes - Add basic RegExp literal support (by adding a string type). The string type is necessary (AFAIK), to allow escaped forward slashes...
Support basic RegExp literals.
I'm not completely sure what the side effects are of this, as I can't find any documentation on the matter, but it does solve the problem. ## Issue fixed #4...
## Expected Behavior ``` 'aaaaaaaa\'aaaaaaaa' \__________________/ | Red ``` ## Actual Behavior ``` 'aaaaaaaa\'aaaaaaaa' \_________/\______/ | | Red Black ```