-
MongoDB sender seems to be losing information on the logged error on the way to the database.
### How to reproduce
```js
// /server/index.js
try {
throw new Error('Oops!');
} catch (e) {
…
arggh updated
7 years ago
-
(I'm not running 0.2.0 because of the issues I had, so maybe this is already fixed)
If you have an "live:name" account, you can't login (yes, the user is using "live:name", not the email).
If I coul…
-
```
Some servers screw up cookies. It would be great to be able to set cookie
policy, for example to IGNORE_COOKIES:
HttpGet httpget = new HttpGet("http://www.broken-server.com/");
// Override the…
-
```
Some servers screw up cookies. It would be great to be able to set cookie
policy, for example to IGNORE_COOKIES:
HttpGet httpget = new HttpGet("http://www.broken-server.com/");
// Override the…
-
```
Some servers screw up cookies. It would be great to be able to set cookie
policy, for example to IGNORE_COOKIES:
HttpGet httpget = new HttpGet("http://www.broken-server.com/");
// Override the…
-
When it works app, created acl collections in MongoDb. But , Error occured acl.allow() method. I get errors.
```
var express = require('express');
var path = require('path');
var favicon =…
-
You might've heard about ExpressJS: probably the most popular Node.js framework. You might've also heard the word _middleware_ a whole lot. But what is middleware?
Your standard Express-application…
-
I am using flask application which is deployed on AWS EC2 and using mod_wsgi version 4.9.0 installled via pip.
Pyton version is 3.7.9.
I have daemon processes per flask instances and it is having…
-
### Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob…
-
```
What steps will reproduce the problem?
1. Use firefox 3.5, 3.6, or 4.0
2. Have the flash client execute Execute Facebook.init(_appID,
handleFacebookLogin); after ensuring the FBJS library is fu…