clemens-tolboom commented on issue mandarineorg/leaf#21
Where did that discussion took place? Do you have a link to Discord discussion? I spend some time writing so useful feedback would help :-)
clemens-tolboom commented on issue mandarineorg/leaf#21
Testing the CLI Deno --unstable > Deno.dlopen [Function: dlopen] Leaf uses const fileContent = Deno.readFileSync(filePath); and overrides it. Can y…
clemens-tolboom commented on pull request mandarineorg/leaf#20
It works like a charm for a while.
clemens-tolboom deleted branch always-fall-back-to-deno at clemens-tolboom/leaf
Updated Mar 14
clemens-tolboom commented on pull request mandarineorg/leaf#25
Weird this did not fail ... we are testing this against v1.15.0 instead of latest #26 v1.19.3
clemens-tolboom opened a pull request in mandarineorg/leaf
clemens-tolboom pushed to patch-2 in clemens-tolboom/leaf
- 560efd5 Test against Deno v1.19.3
clemens-tolboom opened a pull request in mandarineorg/leaf
As we only get Leaf code when we compile we can easily assume we are always an executable so that fixes #24
+7 -16clemens-tolboom created a branch eszip-fix in clemens-tolboom/leaf
Updated Mar 14
clemens-tolboom opened an issue in mandarineorg/leaf
The changes in https://deno.com/blog/v1.19#deno-compile-now-works-more-reliably invalidates const isExecutable: boolean = (Deno.mainModule == "file…
clemens-tolboom pushed to patch-1 in clemens-tolboom/leaf
- d557662 Deno.execPath is a function so call it.
clemens-tolboom opened a pull request in mandarineorg/leaf
I want to compile using the current running Deno. I have a stripped deno which I want to run when doing the Leaf.compile step. await runCmd(`cp /u…
+2 -2clemens-tolboom pushed to patch-1 in clemens-tolboom/leaf
- ae15ba6 Use the current running deno and not `which deno`
clemens-tolboom opened an issue in mandarineorg/leaf
I use PR #20 which works as intended. I can serve leaf managed files with a fallback to normal FS.
clemens-tolboom commented on issue denoland/deno#9198
My deno compiled executables are quite different in size (Mac 84MB, Linux 89MB, Windows 58MB). Stripping my deno generated files gives error ... :…