Brent McSharry
Brent McSharry
I have a workaround written in typescript in another library. Putting the link here in case someone is having a similar problem. https://github.com/mcshaz/caldate/blob/named-exports/src/zonedTimeToUtc.ts
@Tommixoft - if you use my fork of this project at https://github.com/mcshaz/Daarto it should work. download my fork and import it to your solution as a separate project, link your...
@Tommixoft - If you do have the energy and want to help others trying to integrate dapper with MySQL, you could script the database schema that has been created for...
appologies - I just saw there was all this unnecessary linting on 1 change. let me know if you would prefer, and I'll undo the linting
I think this is a dead project @Jehoel - because of this I have renamed the above fork to esm-date-input-polyfill - if you haven't synced upstream to my repo in...
@F1nnM - thanks for your interest. The changes are all working when the 3 libraries (date-holidays, date-holidays-parser and caldate) are used together - I can send you the setup as...
@F1nnM I have put the workspace structure under a repo at https://github.com/mcshaz/date-holidays-workspace/ with the readme giving instructions on which branch to install in which folder
Can I please bump this request (pending for 7 months at the time of writing)- moving to a modern esm library which uses/extends Intl.DateTime (as opposed to importing moment and...
> The new product is a document processing and augmented collaboration framework for the training and commercial production of emerging AI/NLP systems. Many thanks to all those who appreciated docX-wasm....
I was having a similar issue in typescript with optional properties coming after the injected properties 'missing required @inject on argument 2'. The solution for me was to explicitly assign...