Michael Roberts

Results 41 issues of Michael Roberts

Hi there, I like Elk.js, but I find that the algorithms from dagre.js give better positional constraints and a tighter tree structure than Elk.js ... is there support for dagre.js...

### Describe what you want Count and spread it, please. Like this: ```ts const results = db .select({ count: count(), ...users._.config.columns }) .from(users) ``` But more like this: ```ts const...

enhancement

I know UnoCSS is a slight wrapper of Tailwind, but I wondered want the feasibility is to add UnoCSS as another supported CSS utility library?

enhancement

It would be really nice to have the types, and the payload handlers, regarding all of the webhooks available. This would allow for really nice server-side verification of different payloads...

The official Lemonsqueezy documentation states that: > Be sure to keep your API keys secure! Do not share your API keys in publicly accessible areas such as GitHub, client-side code,...

## Feature Request Hey @lgrcia I am now using this library quite extensively and there will be a hard requirement for typing information to ensure type safety for an existing...

enhancement

### Clear and concise description of the problem So, coming from Vue / Nuxt - I have a good knowledge of UnoCSS and configuration for said frameworks / libraries. However,...

documentation
svelte

Soon. How soon is soon? So, as I'm sure some of you are aware, version 11 of tRPC is due imminently (we're currently looking at version 11-rc.447). However, I'm making...

enhancement

## Describe the bug ## To reproduce So I have deployed a very simple connect-go service to Google Cloud Run, whereby I receive an endpoint. I then run the following...

bug

I'm wondering if it was intentional to ship Preact with the base posthog-js package as a dependency rather than as a peerDependency or as an optionalDependency? Referencing this line here:...