mirceapiturca

Results 15 comments of mirceapiturca

Besides isActive() function gone, I've also encountered an issue with `session.expires`. `session.expires` is a Date but it will get returned by Redis as a String. Here is my workaround but...

This would be really handy and add readability to the code. I would love to see Liquid getting closer to JavaScript syntax (Ruby here also).

@Efthymios-Papakostopoulos Do you have a test case? Thanks for flagging this issue!

@tairli I like the idea! Please let me have a look over the code and maybe this can go live next week. Thanks

Hi Luis, Thank you for the kind words. If your theme is 2.0 you should be able to install the faq via the theme editor. If not, you will have...

Happy to hear that!

Hi @NebularNerd , Indeed the scroll event will not be triggered on pages that do not overflow. Your solution would ensure that when the user interacts (click, touch) with the...

Hi @rockeynebhwani , Thank you for the suggestion. There is a PR done for this functionality but unfortunately, I did not merge it to master. Please have a look at...

Hey @paulomarg, I am trying to implement this new pattern. I am getting inconsistent error messages when I redirect to /auth: "_Cannot complete OAuth process. No session found for the...

@janklimo @paulomarg I've actually managed to replicate this on a fresh install. The only change was adding `accessMode: 'offline'`. A bit context Using a fresh install MemorySessionStorage Access mode: offline...