Satya Rohith

Results 26 issues of Satya Rohith

There is a script to do this update/autoroll. But I don't think it's been wired up: https://github.com/denoland/deno_docker/blob/main/_update_deno.ts Originally posted by @hayd in https://github.com/denoland/deno_docker/pull/146#issuecomment-886851407

To include or exclude paths.

enhancement

This is helpful in monorepos.

![image](https://user-images.githubusercontent.com/29819102/166472038-0d58957e-b52c-4b3d-8416-9ca8c7da0fd5.png) ![image](https://user-images.githubusercontent.com/29819102/166472070-7b91beb0-27ad-4ad8-9aaa-e44ed225885b.png) From https://discord.com/channels/684898665143206084/826085979344470037/971053921575522305

It seems to be helpful to build single-page apps quickly. I like how simple this example is. ```tsx import { h, ssr, tw } from "https://crux.land/[email protected]"; const Hello = (props)...

We might have to introduce a new function named `router()` that can take the same params as `serve()` ```js serve({ "/api": router({ "/users": (_req) => new Response("users"), }), }); ```

https://twind.dev generates JIT CSS. It requires no build step and awesome replacement for Tailwind. Either an example or necessary changes to integrate it into Sift ultimately providing less friction to...

The error got triggered when I tried to play a converted video which is in `.webm` format. **Note:** I tried to play it after I downloaded the output video. -----...

bug
good first issue

I wish I could copy the command with a single click. https://deno.land/manual/examples/file_server#using-the-stdhttp-file-server

feat