Results 7 issues of Juraj Chlebec

I understand "standalone" docker is not mentioned for production, but our SRE team use this docker image, (for internal use), on our Kubernetes cluster and there was problem with imports....

enhancement

Hello. Thanks for great gem! I have weird problem in my production app. If i try set value for field url in new or stored model, i always get NoMethodError:...

From issue https://github.com/codeplant/simple-navigation/issues/132 Example (custom renderer): ``` ruby class ContentListRenderer < SimpleNavigation::Renderer::List private def list_content(item_container) item_container.items.map { |item| li_options = item.html_options.except(:link) li_content = tag_for(item) li_content = item.content_before + li_content +...

Hi. Leaflet.heat do good job, but sometimes we need something more flexible. I want share my experience with use alternative heatmap library for job. My wife trying use heatmap with...

enhancement

Hello. 1. It's possible use only hashed queries, without send full query (even of client side error is triggered)? I want prepare and store all hashed query on server myself,...

Hi. We use wicegrid in our site and we have configured filter on created_at field. But for some reason in SQL query there are only date part from filter =>...

Fix apt-key deprecation warning on latest ubuntu 22.04.