Hexagon
Hexagon
Removed milestone, it will be implemented when someone submit a pull request :)
No, the problem seems to be related to Deno.execPath() This works (using Deno.Command behind the scenes, and `["deno", "--version"]` as command): ```ts import { Cron } from "jsr:@hexagon/croner"; import {...
@Isaiah-Hamilton Why not? If you make a couple of small adjustments to the codebase this library would work in Deno (and Node, and Bun) with correct types ootb (without esm.sh),...
Havn't looked at the codebase, but I'd lay it out like: make a fork, try to include it locally with deno, and adjust til it works :) Either run Deno...
Resolved by supabase-js being available on jsr
Oh! Will have a look at this as soon as possible. Thanks for a great bug report!
@buzzinJohnnyBoi Awesome, send the PR 👍
@buzzinJohnnyBoi's fix available to test through `npm i [email protected]`
An additional fix by @buzzinJohnnyBoi released through prerelease `8.0.3-dev.1`
Need to be fixed in dependency hexagon/service