Frank Stein

Results 9 comments of Frank Stein

![happy_guy](https://user-images.githubusercontent.com/16441059/37202996-977602b8-23cf-11e8-9446-255e54cbd133.jpg) The base image created using ImageKit done by github Spec options: `profile_photo_thumbnail = ImageSpecField(source='profile_photo', processors=[ResizeToFill(50, 50)], format='PNG', options={'quality': 100})` _Versions:_ pilkit==2.0 Pillow==4.3.0 Django==1.11.8 Originally created in Mac OS X...

How exactly do we use the fix by @dschep? I've tried `heroku buildpacks:set https://github.com/dschep/heroku-geo-buildpack.git` (as written in the readme), `heroku buildpacks:set https://github.com/TrailStash/heroku-geo-buildpack.git`, as well as `heroku buildpacks:set https://github.com/TrailStash/heroku-geo-buildpack.git#5ae45e57353aab6a9fb2f0443e9ea0974d8b29ba` for good...

per @jodal's comment, I tried it out using only the original heroku/python buildpack, and settings as defined only this page here: https://devcenter.heroku.com/articles/postgis#geodjango-setup. And interestingly, it'll build up to the same...

@dschep Hey, question about your dockerized django proj on Heroku: did you end up needing a heroku.yml? Seems no matter what I do(even copying your Dockerfile), my `heroku run bash`...

Reproduced here as well (macOS 10.13.4) ``` # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fff4ff28a27, pid=12508, tid=515 # # JRE...

> Hi did you solve the problem? I've decided to go with separated vectorstores, passing similarity results over as context to the prompt. Also, FAISS has inbuilt methods for combining...

Would also love to see a scrollable container for all the chat components. I've tried bringing in a bootstrap card via the streamlit `markdown` unsuccessfully.

It is a css issue. Set `custom_css={"#gridToolBar": {"padding-bottom": "0px !important"}}` when building `AgGrid()`