Arjoonn

Results 16 issues of Arjoonn

```python import bottle app = bottle.Bottle() @app.hook('after_request') def fn(): print(dict(bottle.response.headers)) bottle.response.headers['abc'] = 'yes' print(dict(bottle.response.headers)) @app.get('/') def asdf(): return '' app.run() ``` This code runs properly. I'm able to get the...

Bug
Change

Causes `AttributeError: module 'sklearn' has no attribute 'datasets'` when used with sklearn. Can be reproduced with: ```python import recipy import sklearn ``` Archlinux, python 3.5, recipy==0.3.0, scikit-learn==0.18.1

fixed-by-new-patching

- Shouldn't equation 2 have x_i, y_i in the sum instead of x_n and y_n

Now I installed everything from apt-get and Pangolin from source but when I try to build lsdslam, ``` fatal error: pangolin/gl.h: No such file or directory compilation terminated. ``` Any...

I was going through and wanted to try out what they have done. I'm new to seq2seq so wanted to ask where should I start looking in order to implement...

**Abstract** I wanted to talk about what all we might want CI/CD systems to do and how I incrementally added capabilities to jayporeCI. The general flow of the talk would...

It would be nice to be able to pip install this project.

The system needs a home page which describes the judge system and provides answers to common questions. You'll need to add a new html file in the template system and...

good first issue
easy

While bottle provides a simple template system, almost everyone coming to this project has been already exposed to some other template system. This causes the misuse of bottle's own template...