Fernando Tricas García
Fernando Tricas García
In order to let us help you better, please fill out the following fields as best you can: ### I am... * [ ] Reporting a bug * [X] Suggesting...
In this way you need to modifiy texts just in one site
I'm testing the delete feature. With the program, the result is: Unexpected error: Unexpected error: Expecting value: line 1 column 1 (char 0) but if I delete the string `.json()`...
When using the `request_process` is used for deleting (`DELETE` method), it won't return a value. So: * It returns `` * the `.text` value from `requests` module is empty. The...
Minor typo
Hello, let us suppose that I want to manage my existing filters with a program which uses sievelib. If I understand correctly, if I wanted to add a new condition...
Gitter API seems to have changed to matrix: From: https://blog.gitter.im/2023/01/16/gitter-is-going-fully-native-matrix-in-feb-2023/ "Because we will be invalidating all access tokens on Gitter, this means that any bots/scripts that use the Gitter API...
Tested with: hacker-news-to-sqlite user hacker-news.db fernand0 Result: ` Traceback (most recent call last): File "/home/ftricas/.pyenv/versions/3.10.6/bin/hacker-news-to-sqlite", line 8, in sys.exit(cli()) File "/home/ftricas/.pyenv/versions/3.10.6/lib/python3.10/site-packages/click/core.py", line 1130, in __call__ return self.main(*args, **kwargs) File "/home/ftricas/.pyenv/versions/3.10.6/lib/python3.10/site-packages/click/core.py",...
Some time ago I used your project to generate a hCalendar formated output to publish the agenda in a web page. It is a very nice project, thanks for the...
I'm using readabilitpy 0.2.0 and I've found what I think is an error. In file Readability.js, in line 1227, there is the line: values[name] = content.trim(); But content can be...