Eitan Adler
Eitan Adler
The date must contain the day or else you get warnings like ./hub.1:4:15: WARNING: cannot parse date, using it verbatim
I am having some issues installing this. Note that I don't use o-m-z. To reproduce: 1. `git clone [email protected]:larkery/zsh-histdb.git ~/z` 2. add ``` . ~/z/zsh-histdb/sqlite-history.zsh autoload -Uz add-zsh-hook add-zsh-hook precmd...
The original text sounds weird to me as a native speaker. Replace with more intuitive text.
baseline from just opening this project in android studio
I have some code that needs to iterate through a list of RadioButton and CheckBox to determine if they are selected. However, there is no common interface from which I...
It isn't possible to initialize, e.g., a ComboBox with a set of translated strings from FXML. ``` ```` It'd be great if this was supported.
These changes fix compilation warnings in clang and make the code safer against programmer error.
This is likely intended as an exception is caught and then wrapped. Add missing `throw`.