Sergii Golyshev

Results 5 issues of Sergii Golyshev

Is there a button similar to [Deploy to Heroku](https://devcenter.heroku.com/articles/heroku-button) or [Deploy to Vercel](https://vercel.com/docs/deploy-button)? Noticed in [docs](https://deno.com/deploy/docs/tutorial-discord-slash) example, which doesn't work: ``` https://dash.deno.com/new?url=https://deno.com/examples/hello_discord.ts&env=DISCORD_PUBLIC_KEY ``` And one more [here](https://github.com/denoland/deploy_examples/tree/ef0c3bf7eeb7f899dd6f492f57e349ef2aebbcce/telegram): [![Deploy this example](https://deno.com/deno-deploy-button.svg)](https://dash.deno.com/new?url=https://raw.githubusercontent.com/denoland/deploy_examples/main/telegram/mod.ts&env=TOKEN,BOT_NAME)...

Is there a way to create a project with git repo? Can I pass it to `POST https://dash.deno.com/_api/projects` same way I pass `envVars`? ``` { "name": "beautiful-name-11", "organizationId": "00000000-0000-0000-0000-000000000000", "envVars":...

Thanks for the Deno! I added `DENO_URL` environment variable to several Deno projects so far to point to the deployment URL. Would be nice to have this one automatically exposed...

## What kind of change does this PR introduce? Fix: increased debounce timeout in filter value input. ## What is the current behavior? supabase/supabase#7147 ## What is the new behavior?...

## What kind of change does this PR introduce? Feature. Added a property `dbFunctions`: array of db function names which could be used in filters by end user. ## What...