John

Results 12 issues of John

### What problem is this solving When `$binding` to a query that contains `serverTimestamp()` the timestamp property will return null as described here: https://github.com/firebase/firebase-js-sdk/issues/1929#issuecomment-506982593 The solution suggested in the post...

feature request

I'm use flexsearch to do some web client side filtering of some objects. While I appreciate getting the search results broken down by the object field that matches, it is...

Can you please provide an example project that is built using the vue cli with vue 3? I tried using the vue 2 cli as a guide but I was...

I just noticed that 4.7.2 was available but my small project using 4.6.0 is significantly slower when using 4.7.2 and Chrome Version 29.0.1547.76 m 4.6.0 http://jsfiddle.net/Robodude/myrfN/ http://www.youtube.com/watch?v=-hM2cTIJVgA 4.7.2 http://jsfiddle.net/Robodude/JE3m6/ http://www.youtube.com/watch?v=H4NuMXpxYgs...

enhancement
ready

### Make sure that you are familiar with documentation before submitting an issue. https://vuelidate-next.netlify.com/ **Describe the bug** When rules and refs and passed into useVuelidate (without being wrapped in an...

bug
2.0

### Clear and concise description of the problem I often want to verify a particular icon with designers/management. Right now, the easiest way is to search for a potential icon...

enhancement

I'd love to use this library in conjunction with `vi.mock` I use it in this way: ``` import { vi, type Mock } from "vitest"; vi.mock("../../someThingIwantToMock") import { aFunction }...

help wanted

When rendering snapshots, stubbed components are actually being evaluated in order to apply the default props to the element. For example if my component imports and contains the following code:...

enhancement
discussion

### Clear and concise description of the problem I've read https://antfu.me/posts/icons-in-pure-css and I recently watched the @antfu nuxt nation presentation around icon loading strategies and was disappointed to learn I...

enhancement

Using APPSYNC_JS pipeline resolvers can be dangerous because it sets values that are NOT passed to mutations as null ``` function request(ctx) { console.log(ctx.arguments) //includes all fields available on the...