versecafe
versecafe
PR to match proposal https://github.com/dubinc/dub/issues/581, adds ESlint rules matching eslint:recommended turborepo guidelines, prettier formatting, typescript-eslint, and relevant vercel style guides.
# Fixes https://github.com/dubinc/dub/issues/567 # Goal Reduce client side load and improve initial input delay times by taking advantage of RSCs in Next rather than having tsup apply a `"use client";`...
## Proposal An endpoint in the dub API for getting the related tinybird analytics data of a given link, project, or domain. ## Extension If this is approved I think...
## Proposed change Add eslint package containing a base rule set for the UI library, Utils lib, and the actual app, have them set to use the `warn-only` plugin to...
## Source of Problem ```ts import { defineConfig, Options } from "tsup"; export default defineConfig((options: Options) => ({ entry: ["src/**/*.tsx"], format: ["esm"], esbuildOptions(options) { options.banner = { js: '"use client"',...
## Description Filters on links in Analytics panel should be removable from their source similar to how Vercel handles analytics, as currently a user must scroll back to the top...
### Check for existing issues - [X] Completed ### Describe the feature Add optional configuration to the emmet extension to enable support for HTML/XML embedded languages, most web developers are...
### Describe the feature Support Node 18 & 20 lts for building static HTML/CSS/JS which is served by a rust process, example being [Astrox](https://github.com/versecafe/astrox) where node is needed in the...
was originally sorting off unknown fetch order, which appears to have been the URL path string, now it reorders the data off the version in: ```ts const { data }...
### Check for existing issues - [X] Completed ### Describe the feature Add support for `set_dock_menu` to Windows and Linux called `Dock : MacOS`, `Desktop Launcher Actions : Linux`, `Taskbar...