Jonathan Gamble

Results 148 comments of Jonathan Gamble

To be clear, we need update-after auth before Field Level Auth could even work, but they are two different things, unless you guys decide to combine them somehow. This was...

Hi @darrellwarde - I don't have any expectations, I just personally don't use neo4j for the moment because I don't want to host my own GraphQL server (Vercel, for example,...

Anyone looking at this?

It is returning `undefined` here https://github.com/CSFrequency/react-firebase-hooks/blob/master/firestore/useDocument.ts#L98 and same thing with collections https://github.com/CSFrequency/react-firebase-hooks/blob/master/firestore/useCollection.ts#L80 Someone needs to debug this perhaps and submit a pull request. J

Is this still not a priority? I'm not sure why such an important feature is at the bottom of this list for a database? J

I think it is very important to talk about what we are translating here. A lot of internal and external functions in frameworks have similar features that overlap, so let's...

This is same problem in all browsers: Chromium, Mozilla, etc. Any workarounds? I was able to get the X button aligned upon regular view, but not when the media query...

I put both css files in my header, then on my page I added this: ```typescript ``` where $darkMode is my boolean svelte store. J

Here is a simple example: ```js import { browser } from '$app/environment'; import { auth } from '$lib/database'; import { get } from 'svelte/store'; import type { PageLoad } from...

I don't think you need just Vercel to do this. Someone wrote a package for Angular that does this by in-memory caching: [ngx-isr](https://github.com/eneajaho/ngx-isr#readme). Basically, the build routes would have to...