Benjamin_Loison opened issue Benjamin_Loison/linux#37 2024-10-29 19:52:01 +01:00
Rename users to benjamin_loison across my devices
Benjamin_Loison commented on issue Benjamin_Loison/PlayStore#6 2024-10-27 15:33:34 +01:00
*You haven't set up purchase verification*

Above trick does not seem to work on Samsung Galaxy A53.

Benjamin_Loison commented on issue Benjamin_Loison/PlayStore#6 2024-10-24 21:56:33 +02:00
*You haven't set up purchase verification*

Use biometrics requires in addition to define a fingerprint on Redmi Note 9 to define a face.

If do not know the Google password, test an incorrect one, then click ok to hide Use password

Benjamin_Loison pushed to master at Benjamin_Loison/BNP_PDF_statement_parser 2024-10-16 20:09:16 +02:00
307a4b0330 Complete previous commit
Benjamin_Loison pushed to master at Benjamin_Loison/BNP_PDF_statement_parser 2024-10-16 20:03:28 +02:00
4969025722 Replace re.match with re.fullmatch
91fb433258 Add and use isTransactionFromOwnAccounts
db18d88f35 Correctly make all transactions match current balance
e19132c33f Fix #2: Use amount sign to precise if it's a debit or a credit
e0c99bc068 Parse all relevés
Compare 22 commits »
Benjamin_Loison commented on issue Benjamin_Loison/codeberg#7 2024-10-16 19:53:43 +02:00
*Edit*ing an issue comment results in *Internal server error*

Do not face the issue anymore.

Benjamin_Loison commented on issue Benjamin_Loison/codeberg#7 2024-10-16 18:45:08 +02:00
*Edit*ing an issue comment results in *Internal server error*

Like appending:

Source: [the Stack Overflow answer 2232490](https://stackoverflow.com/a/2232490)

to [Benjamin_Loison/git/issues/84#issuecomment-2383963](https://codeberg.org

Benjamin_Loison opened issue Benjamin_Loison/codeberg#7 2024-10-16 18:44:29 +02:00
*Edit*ing an issue comment results in *Internal server error*
02ee625cc7 Replace re.match with re.fullmatch
Benjamin_Loison commented on issue Benjamin_Loison/Linguee_webscraper#4 2024-10-14 11:31:40 +02:00
Ease leveraging downloaded dataset

Would also be interested in ope -source Android apps but otherwise a Termux command line or small web interface would be enough.

Benjamin_Loison commented on issue Benjamin_Loison/certbot#4 2024-10-14 01:34:45 +02:00
How to proceed without domain name?
openssl list -public-key-algorithms 
Benjamin_Loison closed issue Benjamin_Loison/curl#3 2024-10-14 01:12:15 +02:00
Enforce HTTPS public key used
Benjamin_Loison commented on issue Benjamin_Loison/curl#3 2024-10-14 01:12:14 +02:00
Enforce HTTPS public key used
curl --cacert XXX.XXX.XXX.XXX.pem https://XXX.XXX.XXX.XXX

works fine.

Benjamin_Loison commented on issue Benjamin_Loison/curl#3 2024-10-14 01:07:09 +02:00
Enforce HTTPS public key used
IPV4_ADDRESS=XXX.XXX.XXX.XXX
curl --cacert $IPV4_ADDRESS.pem https://$IPV4_ADDRESS
curl: (60) SSL: no alternative certificate subject name matches target host name 'IPV4_ADDRES…
Benjamin_Loison reopened issue Benjamin_Loison/curl#3 2024-10-14 01:07:09 +02:00
Enforce HTTPS public key used