Muthu Kumar

Results 70 comments of Muthu Kumar

Could use the same implementation from [here](https://github.com/denoland/node_deno_shims/blob/ee4710f96270ba0ed4ceb6f939078404a50fd294/packages/shim-deno/src/deno/stable/functions/sleepSync.ts), which makes it possible to remove it from [both](https://github.com/denoland/node_deno_shims/blob/ee4710f96270ba0ed4ceb6f939078404a50fd294/packages/shim-deno/src/deno/stable/functions/sleepSync.ts) [instances](https://github.com/denoland/node_deno_shims/blob/107791c84edd29b0ea208ad664cec0429e570107/packages/shim-deno/src/deno/unstable/main.ts#L62-L67=) and [the subsequent failing tests](https://github.com/denoland/node_deno_shims/blob/dd07cf3942af8e42b44c499cd121997ed21795d7/packages/shim-deno/tools/run_tests.mjs#L100-L102=) from shims

You can use the Kutt logo, but have a clear indication that this is not from Kutt developers (or mention "unofficial" somewhere). Repo description, marketplace description and "about app" section...

Supporting multiple/open captcha services might be a larger commitment, but having an option to disable captcha, and localising Google fonts would be a good first step. Safari does not support...

I know this is low-priority and unlikely to be an issue for real use-cases, but adding my thoughts here on spaces in selectors. ```JavaScript m("div class") //-> { tag: "div...

If we decoupled the database logic, we'd be able to allow some heavy users to use/migrate to Mongo while keeping nedb support. Because nedb and Mongo are very similar, it...

@redcodemohammed The real issue is Heroku doesn't persist filesystem changes. The Guard has a file based database, which will be reset on restart.

This has another purpose when working with Deno - there's no decent way to build an isomorphic project with multiple platform globals checked for at runtime. We went with fetching...

I was able to reproduce it, but still investigating why this could happen.

I'm sure you understand the Svelte limitation that kept me from implementing this, and the issue you linked from reflects this. There's simply no way to lazily bind to all...

@wojpawlik Isn't that why there's `fromLocalFile` though? `fromBuffer` takes a buffer and `fromReadableStream` takes a stream and returns InputFile. Why overload them and go back to having ambiguous functions?