Tony Xiao

Results 116 issues of Tony Xiao

Checking fragment doesn't work at the moment. In particular, the linter breaks for queries and mutations which uses fragments (which is supported by graphql-tag ) ![image](https://user-images.githubusercontent.com/696842/48165406-542ee300-e29a-11e8-920e-7c992c6a536a.png)

help wanted

Adding a lot of fine grained notifications to delegate. This makes it much easier to coordinate application state based on the overall state of meteor rather than trying to cobble...

Otherwise `NSManagedObjectContext` will crash when merging relationship change notifications.

Often it helps to define a programmatic method API for each meteor method defined by the server. However in practice it seems that having the stub be defined in a...

There's customization for tons of options. But the ability to customize name appears to be missing :(

This is probably not a shadcn problem but I could really use some help figuring it out. For some reason my dark mode does not work because the css variables...

```ts { ctx.alertMutation.mutate() // Prevent closing dialog until mutation finishes e.preventDefault() }} variant={'destructive'}> {ctx.alertMutation.isLoading && ( )} {ctx.alertDialogState.confirmText ?? 'Confirm'} ``` The above code won't work, button will show up...

Can we have an example using next.js 13's intercepting route and the sheet and / or dialog component?