Felipe Tuyama

Results 8 comments of Felipe Tuyama

# Workaround: ## Change endpoint version On packages.json, use `"endpoints": "^0.6.0"` ## Specify format and store On app/classes/api.js, specify `format` and `store`: ``` format: Endpoints.Format.jsonapi, store: Endpoints.Store.bookshelf, ```

We don't have simple moving average either (issue https://github.com/bukosabino/ta/issues/3), it would be interesting to add these functionalities.

You could not rename `chat.py`, so we can analyse the file diff. Nice changes!

Another option is to have a button to expand the navbar

@yosifkit I tried using `LD_PRELOAD`, but I have no clue why jemalloc isn't being loaded: ```Dockerfile FROM ruby:2.4.2 RUN apt-get update && apt-get install -y libjemalloc-dev libjemalloc1 ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1 ......

Using a docker image where ruby is compiled using jemalloc, jemalloc is actually in `MAINLIBS`: https://hub.docker.com/r/swipesense/ruby-jemalloc ```bash > ruby -r rbconfig -e "puts RbConfig::CONFIG['MAINLIBS']" -lz -lpthread -lrt -lrt -ljemalloc -ldl...

I'm having the exact same issue: > OS: Windows 10 > App type: Standalone > App Version 2.2.30

I'm having the same issue when running the app as admin Version 6.6.11 Windows 10