-
While playing with some ideas, taught to share to gather opinions about this method of the `README.md` population!
An example: https://github.com/unjs/.github/tree/main/snippets
-
We should setting up the the description etc for sharing the website across social media with the right data, text and images.
Please verify it in prod or preview.
-
Hello, has there been any recent update? I used to use it to test my local applications, but it's no longer working.
After running `npx untun tunnel localhost:8080`, it terminates after waiting for…
-
### Describe the change
The code block with a filename are all gone.
After `Using h3, we can do the same thing:` there must be a code block.
![image](https://github.com/unjs/h3/assets/4526755…
-
For whatever reason, probably due to timing issues, we cannot capture requests made via `ofetch`.
This seems to be a general issue, there is an issue there too: https://github.com/unjs/ofetch/issues…
mydea updated
3 months ago
-
[edgedb](https://www.edgedb.com/) is postgres based but has its own DSL.
(db0 is a sql-based connector is I'm not sure how we can adopt it here)
issue forked from https://github.com/unjs/db0/iss…
-
https://github.com/nuxt/nuxt.js/issues/11428
> @danielroe we have server timings for loading chunks but would be nice to know (particularly where we are performing internal $fetch) what the timings f…
-
I think the main blocker here is that Turbopack doesn't support a flexible enough plugin system that can fit the feature parity of unplugin. We will keep an eye on it but I think it might not happen v…
antfu updated
5 months ago
-
### Environment
unenv @ main (c4be2cb505b159a21a42920da925aff6e077f831)
### Reproduction
Simple worker like:
```
export default {
async fetch(request, env, ctx) {
return new Response('…
-
### Environment
/
### Reproduction
Run playground from repo unsing
```sh
NITRO_PRESET=cloudflare_pages nr dev:build
```
### Describe the bug
Actually, the preset use a glob to add every file…