.

Results 29 comments of .

I have the same probleme than the OP, maybe a more precise error message in the software could be useful.

I've readed the instagram documentation about that : https://www.instagram.com/developer/sandbox/ > Every new app created on the Instagram Platform starts in Sandbox mode. This is a fully functional environment that allows...

Certes, mais cela démontre une limite de limier : il détecte le flux dans `head` mais pas dans une balise secondaire, or les flux présents dans les deux peuvent être...

Hello, feed take in parameter items a list of items. the variable `items` is a type `list`. So you send a list of item surrounded by `[]`. I think it...

Hi @sandrogauci, @0xInfection Woulf you like to merge my pull request or there is something that isn't right ? I would like to implement some other WAF technologies (vmware, datadome,...

Hi @0xInfection, there is a lot of header for Envoy, but they are added on specific configurations : https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_conn_man/headers If we think about other matchers, well... This is a load...

There is 4 elements that are on my actual setup that I need to migrate : - feeds articles - feeds (url, name, metadata) - folders (which correspond to categories...

So for feeds articles and folder, I started by creating a python script for transcription between databases, but I discovered it is really more simple to use OPML format which...

So, for importing feeds, I think I need to do a conversion table for feeds ID like that : ![Image](https://github.com/user-attachments/assets/3d9e1664-5501-4990-a027-4f5e12319fb0) To create this, I've extracted on CSV feeds id and...

Ok, I've made a quick python script to create my conversion table in CSV here : ```python #!/usr/bin/env python3 # -*- coding: utf-8 -*- import argparse, csv if __name__ ==...