Armin

Results 6 comments of Armin

Reproduction script: ```bash #!/bin/bash gem install rails --version=4.2.0 --no-ri --no-rdoc rails _4.2.0_ new foo cd foo bundle install bin/rails g scaffold bar echo "gem 'webpacker'" >> Gemfile echo "gem 'react-rails'"...

Thank you for the confirmation ( and for your work on `react-rails` gem ;) My team is just starting to migrate our project to use `react-rails` and `webpacker`, so this...

Interesting, thanks for the explanation! I'm looking forward to it 😊

Interesting, so there has been already a try to use some indicators on the chart data. I'm also not a mathematician or technical trader, so I can't tell which strategies...

I'm also facing the same issue with netbird v0.49.0 and keycloak v26.2.5. I've hacked around it by configuring nginx to proxy-pass the request to the desired location, something like: ```nginx...

Thank you for the fast response ;). I'm using nixos with the netbird module provided by nixpkgs, I'm using the nix option [`services.netbird.server.management.oidcConfigEndpoint`](https://github.com/NixOS/nixpkgs/blob/8e44bd9c6668e9f69593acfae351b24ee25baff7/nixos/modules/services/networking/netbird/management.nix#L84). This value gets successfully written into `/var/lib/netbird-mgmt/management.json`...