Nate Ritter

Results 5 issues of Nate Ritter

I guess this is personal opinion but I'd rather it not delete the file after uploading. This should be a simple preference in the menu icon (checked or not checked).

I'm attempting to add confirmation buttons to the dialog per https://ned.im/noty/#/confirm. When I try either ... `this.$noty.button('YES', 'btn', function () { console.debug('foo'); })` or `VueNoty.button('YES', 'btn', function () { console.debug('foo');...

I'm sure I'm missing something obvious here, so please excuse what may be a completely idiotic question (be helpful sans flaming and I'll leave sooner :) ). I'm using datepicker...

When creating a schema which includes a foreign key, if you forget to add the "unsigned" option to the key, you will get a mysql error when you try to...

help wanted

In `fire_log_view.php` the `include('styles.css');` fails if you don't specify a specific include path to the spark's directory. Instead, let's make this more MVC-friendly (and CI-friendly since CI takes over routing...