Kelvin DeCosta
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...
### 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...
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...
## 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...
## Overview Pages other than the home page (`/`), do not get rendered correctly. Instead, the navigation fallback, which is `/404` in this case is shown. ## Reproduction Relevant links:...
### What would you like to be added? [Obsidian's bookmarking feature](https://help.obsidian.md/Plugins/Bookmarks) lets users simply save files/graphs/searches for later/repeated usage. AFAIK, it is currently not possible to bookmark a view/pane rendered...
**Describe alternatives you've considered** I've come across [this blog post](https://alexnguyen.co.nz/blog/preloading-images-with-astro/) that shows how to achieve something like what I'm hoping for but I keep running into issues when using the...