Michael Roberts
Michael Roberts
chore: Updated awesome-trpc.mdx with Vue 3 usetrpc() composables reference.
feat: Added @Setup() decorator for usage with the composition API. Includes associated test suite for expected output. Includes upgrades to the underlying "vue" and "vue-template-compiler" package versions => 2.7.5.
## Overview/summary I'm currently running into some legacy issues when utilise this package with an ES modules build. I'm wondering if we could upgrade node-fetch to version `"node-fetch": "^3.2.4"` to...
Again, amazing library ... It would be extremely useful if we could specify when to do a force refresh on, or flush out data, for an infinite query. For example,...
A composable implementation of CSS container queries with JS. CSS container queries are tantalisingly powerful in what they will achieve. However, the specification is at an early stage and has...
### Clear and concise description of the problem So I have been in need of both having a ticking clock and a relative time interval - so an object which...
### Description I'm hoping this is a rather simple bug, but I can't seem to reference a specific fix for this. I am seeing the following warnings in a stack...
Added a reactive useHash function which can reactive two-way bind the window.location.hash to a hash Vue ref().
This composable returns the scalar distance in pixels to the nearest edge point of an element relative to some mouse position { x, y }. This useful when there is...
### Description Reactive handler for the [Picture-in-Picture API](https://developer.mozilla.org/en-US/docs/Web/API/Picture-in-Picture_API). The Picture-in-Picture API allow websites to create a floating video window always on top of other windows so that users may continue...