Matthew Francis Brunetti

Results 29 issues of Matthew Francis Brunetti

If you're not already familiar with semantic versioning check out http://semver.org/ Since this library is past initial development and has a stable public API, the version should be bumped to...

![image](https://user-images.githubusercontent.com/3198597/37554699-3b883c04-29bb-11e8-95eb-1690dc68b764.png) > external.min.js:79 Mixed Content: The page at 'https://npm.anvaka.com/#/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://npm-cors-proxy.herokuapp.com/registry/_design/scratch/_view/byField?limit=10&reduce=false&startkey=%22zenflow-build-js-lib%22'. This request has been blocked; the content must be served...

What I mean by "authenticated queries" is graphql queries that have an authentication cookie or http header. For a regular client-side SPA, it's easy to authenticate queries by modifying your...

Using Next.js's `getInitalProps` can offer us some advantages over using `getServerSideProps`: - Solves #167 since it is called client-side for client-side navigations - Makes it possible to pass the request-scoped...

### What happened? Sorry for vague title. I have a more specific issue but I think it must be part of a more general issue (which I don't understand). I'll...

kind/bug 🐞
Qv2 🔝
flavour/quasar-cli-webpack
bug/1-repro-available
area/components

**Is your feature request related to a problem? Please describe.** For security reasons, I don't want to enter my GitHub username/password or SSH key into CapRover, giving **full access to...

Is this an nodejs issue we can solve here in userland? https://github.com/nodejs/node/issues/27120 - Use the `/q` flag with `cmd.exe` in `child_process.spawn()` I think it makes sense to add the flag...

Right now, for backwards compatibility, all instance methods are also exposed as static methods, via proxy methods defined here: https://github.com/sweetalert2/sweetalert2/blob/5efb897c3dfece11ffbd105c2fc55298480f4aae/src/SweetAlert.js#L59-L66 We should - drop this block of code - change...

So having things split into modules now after #970 is awesome, but I want to go a step further in organizing the code base and start separating concerns by extracting...

type: refactor

Documentation Is: - [ ] Missing - [ ] Needed - [X] Confusing - [ ] Not Sure? ### Please Explain in Detail... In the README, this is confusing: >...