Dino Maric
Dino Maric
I manage to resolve issue but it is a bit hacky. I have an endpoint for selects for example: `/autocompletable/locations`, that endpoint can be searched in 2 ways: 1. `/autocompletable/locations?q=[search]`...
Hey @rammanoj Can you expand a bit, I don't understand your question fully?
Gotcha! Yeah I limit responses from the server usually between 5-50. Didn't implement progressive loading since it was not necessary for my use-case, but yeah I can see how that...
This is also issue form me. I'm not able to setup authentication. I get the token like this and that works: ```ruby claims = { application_id: app_id, private_key: private_key, nbf:...
@picandocodigo no problem, signed!
Opened a PR maybe doesn't make a sense 😅
Love this element, but I've the same problem with Rails Webpacker. Input can't be found if my js pack is in the head. Because I use turbolinks I need JS...
@bensheldon should this be closed? As I can see proc support was added, anything else left here to work on?
I think cons will overweight the pros here for good_job at the current time and size of the engine. Maybe introducing sorbet without all the type definitions could be beneficial...
@erikaxel how satisfied are you with switch from the wkhtmltopdf to puppeter? Researching to migrate also. I'm aware that headless will be easier to work with regarding; css and dependency...