Jesse Rosalia

Results 15 comments of Jesse Rosalia

For what it's worth, this pull request was a drop in replacement for the published clj-aws-s3 0.3.10 in my application, and is very similar to how other AWS libraries work...

Another use case would be using on-premises npm proxies like Sonotype Nexus or Artifactory; companies use these to control their software supply chain and prevent against supply chain attacks/npm poisoning....

Sure. I am using Django 1.6.1, gevent 1.0, django_longpolling 0.1.2, and the django-gevent-deploy app (https://github.com/miki725/django-gevent-deploy) with a simple Django app. I add GEVENT_POOL_SIZE=1 to my settings.py file, and add the...

This has been on my list to follow up on for like two years. I finally got around to running this with gunicorn and cannot reproduce the original issue. I...

> Reading this makes my head hurt... Sorry! My wife says I have that affect on people... :) > I don't even understand how your example is supposed to work...

Awesome; sorry for the initial confusion! That is definitely the issue I tried to report originally, but I now think it's actually a bit bigger than that. The first part...

Is it reasonable that the cache would just be bucketed by cwd? It would be safe, at the potential cost of inefficiencies on startup (since you'd have to fill _n_...

It may or may not be related, but I noticed that the cjs/Col.js appears to export its type differently than other components. Specifically, it is missing a `module.exports = exports.default`...

TBH we didn't try; we just added a .default after the require statement i.e. `require(react-bootstrap/Col).default`. I think this implies that adding the line would have resolved our issue, though.

Sorry this is in 2 commits...I had other ideas with the first commit and was under a deadline. The second commit reverts a lot of superfluous changes, and gets just...