Skip to content
#

Heroku

heroku logo

Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.

Here are 9,370 public repositories matching this topic...

papercups
reichert621
reichert621 commented Apr 5, 2021

Problem
As we've gotten more and more customers in our DB, the customer overview page has gotten slower since we don't paginate the results on the server.

We already have the backend logic to be able to use pagination, but we still need to update the GET /api/customers endpoint to actually use it.

Solution

  • Update the CustomerController#index route at GET /api/customers to a
posthog
joesaunderson
joesaunderson commented Apr 13, 2021

Bug description

When using the identify API in posthog-js, we are passing some data which could cause malformed URL's i.e. "Men's Fashion".

If I do not URL encode this, it shows in Posthog as Men's Fashion, if I do URL encode this, it shows in Posthog as Men%27s%20Fashion.

Expected behavior

If the property is URL encoded, I expect this to be decoded on receipt by Post

Organization
heroku
Website
www.heroku.com
Wikipedia
Wikipedia