Jon Roes

Results 10 comments of Jon Roes

Testing on M1 here. Wasn't able to build from a git clone. Let me know if I should create a separate issue. ``` 🔌 ⚡️ in src/ › git clone...

Also failed with `pip install`, unfortunately: ``` 🔌 ⚡️ in jon/ › pip install --upgrade pip setuptools wheel && pip install scancode-toolkit Collecting pip Downloading pip-22.0.2-py3-none-any.whl (2.1 MB) |████████████████████████████████| 2.1...

:+1: on your thought process there. My main interest is to keep the checklists in a .-prefixed directory to keep it from polluting my homedir. As an example, vim config...

Thank you for sharing your slider ideas! Our mission is to make Streamlit the best way to build data apps, and your thoughts help us focus our roadmap where people...

Would love to see this merged! Can confirm this is resolving some issues on my end.

Is this project still being maintained? This pull request is great and should be merged.

Hadn't seen either of these when I wrote this. Cool to know it wasn't such a crazy idea! :)

I've got no clue, honestly. Looking at how other projects handle it, it seems like we could do one of the following: 1. Put this into an initializer instead. We...

Also seeing this behavior, and not running in Docker. I do have a few different things that are plugging into the logging system that might be interfering. I'm on 0.3.0...

Sorted it out on my end, in my development.rb I had: ``` config.logger = ActiveSupport::TaggedLogging.new(Logger.new(STDOUT)) ``` Removing that fixed things for me. As a minor note in case others are...