Nathan Johnson

Results 8 issues of Nathan Johnson

Unfortunately Firestore doesn't allow one to specify rules at the field level, meaning the metadata fields are publicly accessible. created_at and updated_at aren't too big of a deal, but updated_by...

I have a Spek test running successfully with `./gradlew test`, but it fails when running with the Spek Framework Android Studio plugin. For some reason the Spek plugin isn't picking...

status: triage

Node version: 15.14.0 deep-equal version: 2.0.5 Test: ``` ❯ node Welcome to Node.js v15.14.0. Type ".help" for more information. > const deepEqual = require('deep-equal'); undefined > deepEqual({ a: 123, b:...

When I add a PlantUML diagram to a markdown file the action throws the following error: ``` Error: HttpError: tree.path contains a malformed path component ``` ![image](https://user-images.githubusercontent.com/1972782/147896376-9e0c6d53-58b3-4d34-818c-6d44c536c556.png) Seems to be...

Great little library - thanks for making this! 💯 I am now trying to figure out how to mock the store for testing. In [vue-test-utils docs](https://vue-test-utils.vuejs.org/guides/using-with-vuex.html) it talks about creating...

**Describe the bug** Warning is printed by GHA: > Warning: The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see:...

bug

I would like to set this up in my Firebase project but I don't see any installation instructions. What kind of extension is this and how does one go about...

**Describe the bug** I'm trying to set up a server on .NET Framework 4.7.2 and a client on .NET Core 9.0 and am hitting a JSON deserialization type error with...