Adam Goldman
Adam Goldman
Not sure this is supported, I'm trying to do this: ``` zdApi.users.listWithFilter("role", ["admin", "agent"]) ``` and getting empty response. this however works: ``` zdApi.users.listWithFilter("role", "admin") ``` happy to submit a...
To reproduce: 1. write in a test `cy.matchImageSnapshot()` 1. run `$ node_modules/.bin/cypress run` 1. run again `$ node_modules/.bin/cypress run` - test passes 1. run `$ node_modules/.bin/cypress open` 1. click on...
I've setup everything and it works fine. What do I do from here? Maybe do a quick screen cap vid showing how you improve the performance of a n app?...
would be awesome to cover allowed origins, i.e.: ``` // app.js app.get('/', cors({ origin: "http://allowed.com" }), (req, res) => { res.sendStatus(200) }) // app.spec.js const resp = await supertest(app).post('/').origin('http://allowed.com') expect(resp.status).toStrictEqual(200)...
I read #484 and my case is a bit different I have 12 passing tests, but the one below keeps throwing `connect ECONNREFUSED 127.0.0.1:80` It's the only one that uses...
# 🐛 bug report ``` // index.js import * as classes from './index.module.css' ``` results in ``` Error: Bundles must have unique names ``` ## 🎛 Configuration (.babelrc, package.json, cli...
## Is this a bug report or a feature request? Bug report If this is a bug report, please provide as much info as possible I'm using latest CRA with...
**Describe the bug** Everything seems to work out of the box except for deleting resource. It prompts with a confirmation dialog to delete, and then confirming doesn't do anything, not...
I've reinstalled chrome and all my data is lost. nothing happens when I try to import the json from dropbox:  Here's the output of the console, in...
putting the dropdown above the stack navigator doesn't render anything