Alex Kraft

Results 52 comments of Alex Kraft

Yes, would be nice to prevent it, maybe something like ``` eco = require 'eco' bundle = [ eco.head() eco.precompileWithoutHead(tmpl1) eco.precompileWithoutHead(tmpl2) .... ].join("; \n") ```

Any news for this? At least is this feature will be accepted or rejected?

Energy could be statistically correlated, but it's not looks like it's the same metric. Example, from the "Mandel in Brainfuck" table. Difference between C/gcc and Racket - energy 1.4, memory...

+1, the async file IO should use some sort of back pressure and stop reading chunks of data from disk if the socket is slower to consume it. P.S. Why...

Any update, does socket.io works with deno?

+1 it breaks the logs and looks ugly

If anyone needs a quick fix ```TypeScript // Hiding notice warnings import { parseNotice } from "postgres/connection/warning.ts" import { Connection } from "postgres/connection/connection.ts" (Connection.prototype as any).processNotice = function(msg: any): any...

Yea, very annoying. There's a solution to trick Mac OS into believing Chromium.app is a signed app with some `sudo` command, but I hope there's a better solution.