Ren Hiyama
Ren Hiyama
If the cli binary is converted into esm format, it would make it easier for URL imports, making the world a better place to live in. Well maybe that was...
Due to how Sucrase can't read other related files, it cant remove import statements that imports the interfaces. So sucrase seems to only remove the exported variable completely, while not...
Can you please take a look at https://qwik.builder.io/ ? They talk about Resumability feature, and it sounds pretty great, but they currently "build" and expose some different APIs which even...
Can you please remove Object.preventExtensions for the `Deno` object? I can't add additional polyilfils that seem to be missing during my local development.
Reference: https://examples.deno.land/color-logging After months of thinking, I came up with this code that achieves color logging: ```js let chalk = await Import("[email protected]"); let oc = console; function styled(type, message, ...styles)...
options from hyperfine cli like warmup, runs, prepare, shell & others are not documented on how to use it here. Any help?
``` D |2022-01-28 14:13:08 1643359388283243| [oatpp::concurrency::Thread::assignThreadToCpu(...)]:error code - 3 D |2022-01-28 14:13:47 1643359427600637| [oatpp::concurrency::Thread::assignThreadToCpu(...)]:error code - 3 D |2022-01-28 14:13:48 1643359428751913| [oatpp::concurrency::Thread::assignThreadToCpu(...)]:error code - 3 D |2022-01-28 14:14:08 1643359448469981| [oatpp::concurrency::Thread::assignThreadToCpu(...)]:error...
just keep it normal, like dont serve index.html unless explicitly set to... ```js app.use('/__reejs/**', serveStatic({ root: './.reejs/', rewriteRequestPath:(p)=>p.replace('__reejs','') })); app.use('/', serveStatic({ file: "./.reejs/serve/index.html" })); app.use('/**', serveStatic({ root: './public/' })); ```...
Hey there, I am currently setting up Hyprland on Fedora. Everything seems to work, except that I need wayshot in order to take screenshots on hyprland. Can you devs please...