sebbu2

Results 29 comments of sebbu2

#include <stdio.h> int printf(const char *format, ...); namespace perso { void test(); } void perso::test() { printf("test\n"); } int main(void) { perso::test(); return 0; } this code works if i...

# 1 "test2.cpp" # 1 "" # 1 "" # 1 "test2.cpp" # 153 "/usr/include/c++/4.6/x86_64-linux-gnu/bits/c++config.h" 3 namespace std { typedef long unsigned int size_t; typedef long int ptrdiff_t; } this...

``` C++ typedef struct { } __mbstate_t; namespace __gnu_cxx __attribute__ ((__visibility__ ("default"))) { } namespace std __attribute__ ((__visibility__ ("default"))) { template struct __traitor { }; template struct __is_integer { };...

most my novels are in .epub or .pdf format... I remember lots of them were made with [dteviot/WebToEpub](https://github.com/dteviot/WebToEpub) then possibly converted to pdf.

I haven't changed my cert or config. I was only able to reproduce it with curl, not with fopen or file_get_contents. Of course, disabling verification made it work too, not...

I'm still unable, but for a different reason, i got 307 / max redirects (8) now... which shouldn't happen, as both indieauth.com (the website / auth) and indieauth-client-php works

``` C:\Users\sebbu> go version go version go1.20.5 windows/amd64 C:\Users\sebbu>go install github.com/tanaikech/goodls@master go: downloading github.com/tanaikech/goodls v1.2.9-0.20230405014506-a27fe110810e go: github.com/tanaikech/goodls@master: github.com/tanaikech/[email protected]: parsing go.mod: module declares its path as: goodls but was required as:...

The error is due to a change in MangaRock's API, so the extension should be updated for it (IF they kept their database). old endpoint had /web400/ or /web401/ in...