Antonio Porcelli

Results 27 comments of Antonio Porcelli

Hi @derwentx , ty for reply Yes, I have used your code, but without success. This is my code: ``` def upload_wp_image2(self, img): wpapi = API( url=self.site_to_sync.url_home, api="wp-json", version='wp/v2', wp_user=self.site_to_sync.username,...

Hi, I have read and used this tutorial to implement JWT, intercept and refresh token logic: https://www.intertech.com/Blog/angular-4-tutorial-handling-refresh-token-with-new-httpinterceptor/ but seem to work only with the HTTP request from '@angular/common/http', not from...

you can specify what function you want to use for extraction: example: `process.extractOne(sentence, choises, scorer=fuzz.partial_ratio)`

Hi I have added this to rules at my css: > .footable-page { display: none !important; } > .footable-page.visible { display: inline !important; }