Ugurcan Kaya

Results 15 comments of Ugurcan Kaya

I could not apply this in react. Any idea how to register the component there? "AFRAME.registerComponent('touch-listener " does not seem to work there.

@jjranalli can you confirm whether you are compiling with webpack? I will work on it today and get back to you

I tried with a couple of different webpack configs and all lead to the same memory error. I am not exactly sure what is the root for this. There must...

I think so. I am testing this in a rails application, which has many pages. The script mostly likely attempts to add too many components which exceed the memory limit....

I will try to create a test app as soon as I get the chance.

@uurcank Removed webpack in Rails and switched to jsbuild. no longer getting this error.

@excid3 push endpoints expire after a while. Webpush gem method has a method to check for expired endpoints. I use that to clean up the database Not sure if it...

something like this rescue Webpush::Unauthorized # skip for now rescue Webpush::ExpiredSubscription sub.destroy end which can rescue publish method

@excid3 service worker has an event called 'pushsubscriptionchange' when the push endpoint expires, the event gets triggered which can be used to create another push endpoint in the background. something...

Same here, license registration does not work in Linux version