EGOIST
EGOIST
References: [poi-preset-typescript](https://github.com/egoist/poi/tree/master/packages/poi-preset-typescript) + [TypeScript-Vue-Starter](https://github.com/Microsoft/TypeScript-Vue-Starter)
Add option for `airbnb` `standard`
Sometimes we don't want to share resolvers across modules. ```js const gql = dinoql(data, { resolvers: { incAge: () => {} } }) gql`{ requests { users(incAge: 1) { age...
Not sure if this is useful tho 😅 ```bash koy https://example.com/foo.md ```
https://github.com/GoogleChromeLabs/carlo/blob/master/API.md#launchoptions Carlo accepts app `width` and `height` so we can memorize window size on resizing and restore size when creating the app.
Some feeds like my blog don't output full content  Maybe you can use libraries like https://github.com/extractus/article-extractor to extract content from the URL
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] there's no way to...
**Describe the bug** Adding custom domains through NuxtHub dashboard successfully added it for the Worker/Page, but it doesn't create the CNAME record for it on Cloudflare. If I add the...
Is it possible to sync an existing `local.db` file? With https://github.com/tursodatabase/libsql/issues/1145 it simply throw an error because there's no WAL index file I'm using libsql as a local database in...
### What problem will this feature address? The build process runs on the same server as my projects, which isn't ideal ### Describe the solution you'd like Use a separate...