Will Haslett
Will Haslett
@mhbdev, what happens if you just assign an empty map to the params parameter as a default (optional named parameter) in the Handler. If I'm thinking correctly, you could add...
@reduxdj Does this break anything? This code appears to still work: ``` uri=`osascript -e 'tell application "Spotify" to spotify url of current track'`; remove='spotify:track:' url=${uri#$remove} url="https://open.spotify.com/track/$url" ```
What's the status on this? I have my `def`s up top right after ``, but am still getting this error.
Yes, I think this would be a great addition to the API! I would throw in a `watchTable1()` too for good measure. Then, the hand-written functions that we define in...
I'm probably interpreting something wrong. I declared the `CrudDao` class verbatim as above, then tested it with one of my tables as follows. This is just as above, but I...
Right of course, it has those methods by instantiating the abstract class. Thank you.
All of my tables use an auto-incrementing `id` primary key. Can I access that column in the abstract class even though the getter isn't defined for `Table`? I would need...
Sorry, hopefully almost done here. Under the gun so asking: how do I use that, specifically within the abstract class? Tried defining a getter, substituting it for `t.id`,... Current abstract...
It works! Thanks so much for considering this feature and getting this test implementation going! If you do decide to fold it into the package, the final win would be...
@armandckj, apologies for a bit off-topic... I'm considering giving this project a shot on my new/Catalina MBP. Do you recommend doing so? I'm wondering given no commits in two years...