thatONEjustin

Results 10 comments of thatONEjustin

oh it doesn't even work in the documentation: https://gramthanos.github.io/jsCalendar/docs.html#javascript-method-refresh

So I've loaded your example in codepen here: https://codepen.io/thatONEjustin/pen/xxqgXOL I do understand when `myCalendar.refresh(new Date('2021-01-31'))` is executed it will switch TO the month. But the Calendar HTML itself never changes,...

I am somewhat confused based on what's written in the documentation: > Refreshes the calendar, updating the HTML of the calendar but even if I have interacted with the calendar,...

just got this error as well

Sorry I meant to do a follow up and unfortunately I have no news. The methods to test out subscriptions on both the iTunes and Play Store are woefully limited...

I'll definitely check this out. I have been very meticulous in making sure that each of these steps has been carried out: Prerequisites: 1. AndroidManifest must include "com.android.vending.BILLING" permission. 2....

So one of the issues here is tied to receipt validation. I'm only getting to this point now since there's no specific outline that receipt validation needs to be run...

This issue is still persists. ```html ``` ```js updateBounds(event) { if(event != undefined) { // console.log(event) debounce(() => { console.count('number of times updateBounds debounced:') }, 5000)(); } }, ``` expected...

no the style tags are being added to the field when we're saving the text field. anything going in during testing has been raw text data

still happening, major issue for a client project