Vladimir Ignatov
Vladimir Ignatov
Seems to work fine for me in Chrome/Mac. - What is the Chromium version? - Is that on Linux? - Do you have popups enabled for https://fmv99.csb.app ?
Yes, it was requested by them but it was some kind of compromise. The issue was the following: 1. By design, the first row should display the date and the...
Yes, I was trying to say that your PR does not exactly fix the UI/UX issues but if someone at Cerner prefers it that way, it won't hurt as long...
Sorry for that. That link points to old repository that does not exist now but the fix was this: https://github.com/smart-on-fhir/growth-chart-app/blob/7be6e77cf77a4ff2a763a2470955aa1e268647cc/lib/xdate.js#L111-L115 I don't think that it is the reason unless you...
OK. I think it might have something to do with the fact that months and years are flexible units. Do you have the same issue if you use days (or...
Can you describe how/where is the issue visualized?
Also, I meant that this appears to work: ```js new XDate('2011-05-22').diffDays(new XDate('2016-03-01T15:26:00.000Z')) // -> 1745.4347222222223 new XDate('2011-05-22').addDays(1745.4347222222223) // -> XDate {0: Tue Mar 01 2016 10:26:00 GMT-0500 (EST)} ```
New version of this app is currently being developed (but it will be commercial). They might decide to use different approach for that but the current version will not be...
Thank you for the translations effort. In reality, the goal for this app's was just to support translations. The English version should be fine but the rest is left to...
We will need more info to help you. Perhaps you can start by checking a few things: 1. Does it work for you in normal browser? 2. Does your embedded...