Jesse van der Pluijm
Jesse van der Pluijm
Currently the [build](https://travis-ci.org/automata/awesome-jamstack/builds) is failing. I've tried to resolve some of the issues. Unfortunately, I wasn't able to resolve all of them. [`awesome-lint`](https://github.com/sindresorhus/awesome-lint) seems to be opinionated and expects certain...
I just ran into this issue where all the added data would show up under a single document (with a single `ID`) in MongoDB. After about 30 minutes of tinkering...
I was wondering if there was any way to make the variables in the `.env` file globally available throughout my entire java application. It seems as though configuring and loading...
The package falsely (?) indicates that a server is not reachable if a page returns some HTTP error. I think this might be false-negative for HTTP errors like `404`, in...
## Description Running a fresh install of this sample returns an error, this causes the sample page to be pretty much blank. ``` npm run serve ``` This seems to...
**Describe the bug** For primitive arrays, all validation messages are combined into 1, and the top level validation for the array (is required, min amount of items) seems to duplicate...
In my workflow I like to add tickboxes to PR descriptions to indicate items that need to be completed before a PR can be merged, or even reviewed. I imagine...
If my understanding of the `awesome/headings` rule is correct, it checks to see whether the first line of the readme is a level 1 heading (`#`). Some `awesome-*` repositories use...
Component spec file not found by runner (runner uses full path?) - GET /__cypress/iframes/... 404
### Current behavior When component testing, Cypress does not seem to be able to load the spec file contents. Cypress does list my spec file, but when I click to...
Hey 👋 I'm attempting to set-up Bullet to run in my RSpec tests to detect N+1 queries and whatnot. I've followed the setup outlined in the README ([here](https://github.com/flyerhzm/bullet#run-in-tests)), and set...