Adam Tuttle
Adam Tuttle
Given the following resource method signature: `function put( required someVar ){}` It would be nice if Taffy better dealt with missing required arguments/fields. Currently, CF throws an exception because we...
Relates to #259 - it would be great if we could remember which fields you have expanded. We should think about how granular this should be. Should we make it...
Outdated example: https://github.com/atuttle/Taffy/blob/master/examples/api_callback/resources/dateCollectionCallback.cfc This example is written as if the callback function is called on each column of each row of the source query individually, which is no longer true....
As discussed in #365 and #368 we're making some changes to correct the way that `return noData()` behaves. This issue is a placeholder for the fact that we need updated/new...
We already support `If-None-Match` ETag usage, it should be pretty easy to add support for `If-Match`, too.
[Prettier](https://github.com/prettier/prettier#readme) is great. Having a definitions file will ensure that (at least for people who have the extension installed in their editor), the files are all consistently formatted.
I realize this may not be ideal for everyone's workflow, but perhaps as an optional setting? We use gitify as a sort of realtime todo list and get a lot...
When attempting to use this library (via [react-qr-reader][qr]) in Firefox, the error `track.getCapabilities is not a function` is thrown by this line: https://github.com/zxing-js/browser/blob/eaefab44679fbcd4eb579f888905b6712018276f/src/readers/BrowserCodeReader.ts#L94 In my testing, `track.getCapabilities` is defined in...
Since the questions continue to come in about this, there must be a way to improve the readme to hopefully at least reduce them some...
On OSX the key command Cmd (aka Super) + Alt + D hides/shows the system dock. This is a system wide keyboard shortcut. I think Ctrl+Shift+D would be a better...