Rob Cowie
Rob Cowie
Read default settings from `Pastebin.sublime-settings` and override with `pastebin` section from User File Settings if present. Difficult at present as a Sublime Settings object cannot be coerced to a dict....
Time taken to search all files
In a project with many identically named files, it can be difficult to figure out which one you're looking at. Show file path rather than just file name. Paths would...
Hi all, Say I want to log if a function does not succeed after all retry attempts, I could implement this using a function passed to `retry_error_callback`. This however prevents...
Do you have any thoughts on the addition of row validation support, perhaps in the form of a per-Dataset array of callables that are applied to the row on append/insert?...