Edward Alvarado

Results 6 issues of Edward Alvarado

- [ ] Parsing dates from an excel in returning invalida dates (internal excel model) temporal workaround: ``` javascript var ms = ((numericExcelDate - (25567 - 1)) * 86400 *...

bug
enhancement

@hoelzro Awesome project! I was trying to get this working with multi-language support with: https://github.com/MihaiValentin/lunr-languages And i'm hitting this error: ``` TypeError: Cannot read property 'registerFunction' of undefined at */node_modules/lunr-languages/lunr.es.js:77:18...

NOTE: change base to main before merging

This code does not work with `deno` As it does not support __proto__ by default https://docs.deno.com/runtime/reference/cli/unstable_flags/#--unstable-unsafe-proto ```ts import { NtpTimeSync } from "ntp-time-sync"; const timeSync = NtpTimeSync.getInstance({ ntpDefaults: { minPoll:...