~petersanchez

Los Angeles, CA

https://www.petersanchez.com

LA, CA USA - Managua, Nicaragua

Trackers

~petersanchez/django-impersonate

Last active 3 months ago

~petersanchez/gohome

Last active 1 year, 6 months ago

~petersanchez/tago

Last active 1 year, 7 months ago

~petersanchez/honk

Last active 2 years ago

~petersanchez/migrate

Last active 3 years ago

~petersanchez/carrier

Last active 3 years ago

~petersanchez/djeploy

Last active 5 years ago

~petersanchez/djpubsubhubbub

Last active 5 years ago

#85 Tag autocomplete dropdown is annoyingly wonky 19 minutes ago

Comment by ~petersanchez on ~netlandish/links

Peter Sanchez referenced this ticket in commit af4a4e4.

REPORTED RESOLVED FIXED

#78 getPaymentHistory call: GraphQL query error: runtime error: invalid memory address or nil pointer dereference 19 days ago

Comment by ~petersanchez on ~netlandish/links

I quickly fixed a bug and just now realized it was the same as this ticket. So this is now resolved with this commit:

https://git.code.netlandish.com/~netlandish/links/commit/bf24123e653ffc7c296a625cdd2fd4fe18e121e9

REPORTED RESOLVED FIXED

#113 Add QR generation apart from bookmarks and short links 21 days ago

Ticket created by ~petersanchez on ~netlandish/links

Right now we can create QR codes for short links, link listings, etc. but not just a general QR code. Users have requested the ability to generate QR codes for URL's that are not necessarily tied to another saved type. Also it should include normal analytics that are currently included with QR codes.

#112 Add new flag for public bookmarks to avoid spammers 22 days ago

Comment by ~petersanchez on ~netlandish/links

REPORTED RESOLVED IMPLEMENTED

#8 Custom error email handling/reporting a month ago

Comment by ~petersanchez on ~netlandish/gobwebs

An example of this is the following case:

err.Error() == "pq: canceling statement due to user request"

#112 Add new flag for public bookmarks to avoid spammers a month ago

Ticket created by ~petersanchez on ~netlandish/links

This is tricky because these are valid links being saved and valid notes. However it's obviously SEO agencies and spammers posting them. So we need a way to exclude certain links from being listed on popular and recent pages.

#111 Bookmark saved listing - URL is jumping up with description 2 months ago

Comment by ~petersanchez on ~netlandish/links

Peter Sanchez referenced this ticket in commit 1fba6eb.

REPORTED RESOLVED FIXED

#111 Bookmark saved listing - URL is jumping up with description 2 months ago

Ticket created by ~petersanchez on ~netlandish/links

When a bookmark description is very short the URL listing is jumping up next to the description. Reference:

https://linktaco.com/bookmarks/2v58FctMyVbONP8spZPk5ZwfNZF

Probably just needs a proper structure in that area versus the paragraph trash I tried to put in there.

#110 Use provided "add" date when importing 2 months ago

task added by ~petersanchez on ~netlandish/links

#110 Use provided "add" date when importing 2 months ago

Ticket created by ~petersanchez on ~netlandish/links

Currently the import is not preserving the date originally saved, if included, when writing links to the database. I think it should be preserving this.

Need to look at the import types:

  • Pinboard: time value of the record
  • HTML: ADD_DATE attribute in record (unix epoch)

Look into the OrgLinkStoreBatch helper function in models/org_links.go and of course core/import.go for where to add changes to assign the creation date.