Doeke Zanstra
Doeke Zanstra
As proposed in issue #25.
I made export and import to JSON via the `prompt` dialog, which exports as JSON object. Pressing OK will import. I've also updated the README.
In my Python-code (with sqlalchemy and psycopg2), I have queries like: ```sql INSERT INTO my_table(title, isbn, copy_nr) VALUES(:title, :isbn, 1) ``` the parts `:title` and `:isbn` are parameters which are...
Imagine the command `tt` or `tabletool` with which you can view (`cat users.csv | tt`) or edit (`tt ~/Downloads/data.csv`) tabular data from the command-line. The functionality should be similar too...
I was so blunt to directly create a pull request. If you don't like it, no problem! It's just a small change. I've added a base-tag to the content-html-attribute, because...
For my pull request #612 I've added an icon for shell & applescript. They are not displayed after the entry `osagitfilter` under category `git`. Not sure how things are generated,...
There is a bug when pasting text into a textfield that contains a newline. When you have a Pashua form with the following control: name.type = textfield button.type = defaultbutton...
It's possible you get the following error message with Pashua: Or textual: ``` -[__NSCFString count]: unrecognized selector sent to instance 0x7f91e05237d0 ``` This is probably due to misspelling `option` on...
Pashua should open any file with the `.pashua` extension. That would be very useful when you are developing forms. Just double click the form in Finder, and Pashua shows the...