Kelvin DeCosta

Results 7 issues of Kelvin DeCosta

Hey! I would like to pass arbitrary props directly to the `pre` components. ```python { title: "main.py" } print("Hello, world") ``` In the above example, the `pre` component would have...

feature

### Describe the bug The [`sequence`](https://kit.svelte.dev/docs/modules#sveltejs-kit-hooks-sequence) helper funciton doesn't seem to call the `preload` function specified in [`handle`](https://kit.svelte.dev/docs/hooks#server-hooks-handle) hooks. ### Reproduction [Reproduction on StackBlitz](https://stackblitz.com/edit/sveltejs-kit-template-default-8y7mrs?file=src/hooks.server.js&view=editor) Please find the `hooks.server.js` file as...

bug

I would like to find all `script` tags within a page with contain certain keywords. Here's how it's done via `bs4`: ```python script_tags = soup.find_all("script", string=re.compile(r"window\.(keyword|another_keyword)")) ``` I'm not too...

There are some entries in the training data for which the `justification` contains CSS. I found this while running the search regex **"@"**. I expected to get twitter handles but...

### Describe the bug This issue is identical to #752, which was documented for the `dialog` builder. Please refer to the following w3 validator reports: - [`dropdown-menu`](https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.melt-ui.com%2Fdocs%2Fbuilders%2Fdropdown-menu) - [`menu`](https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.melt-ui.com%2Fdocs%2Fbuilders%2Fmenu) Kindly...

bug

## Overview When navigating to missing routes (`404`) within the example project, the home page (`/`) is rendered instead. I've adopted almost the same configuration and service worker script for...