Results 30 issues of Hexagon

Running :latest from docker, using the "Letting the container download the file" example, i get `ls: cannot access '/data/style/': Operation not permitted` ``` user@host:~$ docker run -e DOWNLOAD_PBF=https://download.geofabrik.de/europe/sweden-latest.osm.pbf -e DOWNLOAD_POLY=https://download.geofabrik.de/europe/sweden.poly...

bug

When available at npm, switch to normal dev dependency include @unkelpehr

* Bump croner from ~4.1.x to ~5.0.x * This bump enables croner legacyMode, which make expressions behave like "classic" cron when combining day-of-month and day-of-week. See croner feature [#53](https://github.com/Hexagon/croner/issues/53) for...

* Create bundled es-module `build/asn1.bundle.mjs` for simple browser usage, and Deno support. * Add basic installation instructions * ~Include `build/*` in repo for certain cdn-providers, e.g. deno.land/x or jsdeliver/gh~

I'm working on an es/deno-port of fido2-lib and encountered an issue importing this lib. When importing via esm.run and similar services, constructor names get minified and garbled. It would be...

Documentation is slightly out of date + missing collections.

* NPM throws evil warnings when trying to install this, due to extremely old version of mocha (affects only dev/test) ``` 11 vulnerabilities (1 moderate, 6 high, 4 critical) ```...

`Deno.cron` uses the `saffron` crate for parsing cron patterns, which doesn't support seconds. I propose to include seconds in the cron pattern syntax. While not commonly available in "system cron",...

suggestion
ext/cron

Today, `Deno.cron` schedules tasks based on the local time of the server. This can be limiting for applications that operate across multiple time zones. I propose adding timezone support to...

suggestion
ext/cron

**Version:** Deno 1.38.5 There is an inconsistency with the numeric representation of weekdays in the `Deno.cron` function, it is off by one compared to standards. **Expected Behavior:** Based on conventional...

needs discussion
ext/cron