omar2205

Results 37 issues of omar2205

Add a code element around file location ![image](https://user-images.githubusercontent.com/1373867/176815100-047ddd0c-1239-49e6-add4-843f9d21d251.png) Add a shared component inside `components` #350

Is there a way to "abort" and use the _404 or _500 pages? ex: ```ts if (checkPost(1)) return ctx.render() abort(404, 'This post was deleted') ```

Currently, I have a project that I cannot debug. It works on my machine, but when I deploy it, it doesn't work. I would love to be able to simulate...

I want to verify `example.com` on my account and be able to add `hello.example.com` in a project without having to reverify it.

Disabled by default, allow us to have a `/_src` route to redirect to a URL/git repo.

I was trying to use abc with [vercel-deno](https://github.com/TooTallNate/vercel-deno) > Your serverless function file is expected to export default the **_HTTP handler function_**, and then vercel-deno takes care of invoking that...

**Describe the bug** I have this cupertino-pane that has an input. On phone, when I click the input, the keyboard shows up and misses the pane. The problem is, I...

If we are using Buttons as an Image, then we should use Label ```python from tkinter import Label # img btn = Label( image=img ) btn.bind('', lambda _: print('Button was...

bug
help wanted

Add this code to the generated code to center the window ```python w = 320 h = 249 screen_width = window.winfo_screenwidth() screen_height = window.winfo_screenheight() x = int((screen_width / 2) -...