Enrico
Enrico
Yep, the issue still exists. Everytime I need to download the server giles, I have to switch to http :/
Getting this as well
To fix that I had to fix the pyjwt version on the requirements. Working with `pyjwt==1.7.1`
Hello @ZhiWeiCui, much sorry for the delay. I will be supporting this package again, and will look this up. I haven't encountered this situation, but will try to reproduce and...
Thanks, that really helps. I will take a look.
Thanks for you effort. I was able to reproduce it. Will work on a fix.
@ZhiWeiCui I was able to fix the problem. It was missing latitudes, longitudes and coordinates objects clean-up in the route method. Will open the PR soon. I needed to keep...
Hello @vesavlad, thanks for the PR. I will take a look! Sorry for the delay.
Just to add mode context, modulo A has this table_prefix: ``` module ModuleA def self.table_name_prefix 'modulea.' end end ``` Something like explained here: https://icelandcheng.medium.com/ruby-on-rails-using-table-name-prefix-and-namespace-to-organize-models-a08199deaa69 Also, I have seems this issue...
Alright, I will work on it!