Mark Burggraf

Results 13 issues of Mark Burggraf

I've been troubleshooting a nasty performance issue that seemed to occur randomly. That is, until I narrowed it down. Take the following example: Searching for properties near Fontana, California. If...

bug

I'm trying to copy the contents of a table in one PostgreSQL database to another PostgreSQL database. In the first database, I create the data: ```sql create table t1 (id...

bug

# Chore ## Describe the chore Create a function to automatically configure Stripe webhooks using the configured Stripe secret(s). (This may not be necessary if there's only one or two...

I'm investigating the use of the [Citus PostgreSQL Extension](https://github.com/citusdata/citus) to bring additional functionality to PostgreSQL. Mainly I'm interested in columnar storage, which, in my initial test, compresses data by around...

enhancement

Adding the bind:input property to `` would dramatically simplify the code. Where should I look to try to create a PR for this?

I'm very new to Svelte (but loving the simplicity and speed of it so far). Can you tell me, though, what the advantages are of using `routify` vs. standard html...

This is a benign error, but in the console, I get a lot of this: ``` Warning: validateDOMNesting(...): cannot appear as a descendant of . at div at PureEditorContent ```

Scenario: The user signs up and never receives a confirmation email. The user clicks on "forgot password" and gets a password reset link, click it, and changes their password. At...

Creating an app with: `npm create ionic-svelte-app@latest` no longer includes any pwa code? The `src/lib` folder is now empty when creating a new project. The lib folders were removed by...

The standard Ionic apps can toggle between light and dark mode. Is there any way to enable that functionality here?