Kristen Grote

Results 8 issues of Kristen Grote

Is it possible to initialize tablesaw using a JS selector rather than a data attribute? For example with jQuery: `$('.blog-body table').tablesaw();` I've got a lot of tables that exist inside...

If I use a ` ` character in my source file, Premailer strips it out. I'd prefer they be left in since older versions of Outlook behave weird if you don't...

If I try to use `fetch` like so: `let response = await fetch('https://domain.tld');` Uglify throws this error: ``` Unexpected token: name «fetch», expected: punc «;». ``` This old issue (#499)...

### Description I set up a simple endpoint that is outputting entry data as JSON, everything seems to be working correctly. The only problem is when I make a change...

bug

### Description After updating Element API to 4.1.0 the pagination on my endpoints no longer works. Following the "next" link to `?page=2` for example simply returns the page 1 results....

bug

### What are you trying to do? I've been using Super Table since Craft 3 when Craft's native table field didn't allow for robust cell types like dropdowns. So when...

feature request

I tried to do a pull request but got hit with a bunch of errors so I'll just drop the updated files here. There are some instances where you would...

### Description I have a very basic GET webhook set up to run for Entry elements on the `afterSave` event. While testing, when I save an entry and then look...

bug