~petersanchez

Los Angeles, CA

https://www.petersanchez.com

LA, CA USA - Managua, Nicaragua

Trackers

~petersanchez/gohome

Last active 9 months ago

~petersanchez/tago

Last active 9 months ago

~petersanchez/django-impersonate

Last active 1 year, 21 days ago

~petersanchez/honk

Last active 1 year, 10 months ago

~petersanchez/migrate

Last active 2 years ago

~petersanchez/carrier

Last active 2 years ago

~petersanchez/djeploy

Last active 4 years ago

~petersanchez/djpubsubhubbub

Last active 4 years ago

#12 Create dowork helpers for tasks 2 days ago

Ticket created by ~petersanchez on ~netlandish/gobwebs

Create a helper function for dowork tasks to be used in the.Before or .After call that will email details of a task upon failure or set the task ID etc.

There is already some small helpers in place for dowork tasks so until this is ever extracted, might as well add some additional helpers that provide info to help with debugging etc.

#3 When enabling GraphQL, make the /graphql route optional 2 months ago

Comment by ~petersanchez on ~netlandish/gobwebs

Peter Sanchez referenced this ticket in commit 9f6e2ce.

REPORTED RESOLVED IMPLEMENTED

#11 Remove GraphQL support from base gobwebs 2 months ago

Comment by ~petersanchez on ~netlandish/gobwebs

Peter Sanchez referenced this ticket in commit 9f6e2ce.

REPORTED RESOLVED IMPLEMENTED

#83 Import: Set bookmark visibility during import 2 months ago

Comment by ~petersanchez on ~netlandish/links

HTML links are all public by default.

Pinboard will take the export permission. Currently if a pinboard bookmark is private and the user is a free account, it will set the link as restricted so it can be revived when/if the user upgrades to a paid plan.

I feel like users will be uncomfortable importing all bookmarks with defaulting to public. Need to think through the best way to offer the option to default to private and deal with restricted links for free accounts. I think the option only applies to browser (HTML) imports because Pinboard already has the setting in the json dump.

#82 Setting for default link visibility 2 months ago

Comment by ~petersanchez on ~netlandish/links

Peter Sanchez referenced this ticket in commit 1c53f15.

#82 Setting for default link visibility 2 months ago

Comment by ~petersanchez on ~netlandish/links

Actually already exists.

REPORTED RESOLVED INVALID

#84 Add Plausible analytics 2 months ago

Comment by ~petersanchez on ~netlandish/links

Peter Sanchez referenced this ticket in commit 041b6fa.

REPORTED RESOLVED IMPLEMENTED

#84 Add Plausible analytics 2 months ago

task added by ~petersanchez on ~netlandish/links

#84 Add Plausible analytics 2 months ago

Ticket created by ~petersanchez on ~netlandish/links

Add plausible analytics to public pages.

#11 Remove GraphQL support from base gobwebs 3 months ago

Ticket created by ~petersanchez on ~netlandish/gobwebs

It's dumb how many external libs are included in base gobwebs. We should do our best to strip out what can be. GraphQL is a big one. No reason for it to be included by default when an external module could easily be written to include it for cases when it's needed.

Related: #3