Daniel Abrecht

Results 14 comments of Daniel Abrecht

As far as I know, there is no standardized way to get the start and the end of the data section, and the change could therefore not make the API...

>> Also, I don't like the idea to search for the datas and eventually getting wrong datas, even if it is really unlikely. > Actually, the correct way to tackle...

Just for fun, I wrote a library which reacts to errors when the browser tries to load a resource, allows to register custom protocol handlers, and falls back to them...

No, I didn't actually try to do that. What I mentioned in #466 refered to my Port of Ronnie Sahlbergs' fuse-nfs program: https://github.com/Daniel-Abrecht/fuse-nfs-crossbuild-scripts/ I used the dokany-fuse wrapper to port...

I just noticed this shortcoming today too. I think using URL.createObjectURL(response) would be really neat to have, everything can take urls, and the functionallity seams to already exists in browsers...

[I need this too](https://github.com/mastodon/mastodon/issues/3796#issuecomment-451274118) I want to use mastodon, but I don't want to lock myself into a specific instance. I already made an account on one instance once, and...

I don't think domain squatting or getting lots of domains has to be impossible or is even possible to prevent, just make it meaningless instead: * A rate limit per...

Thanks for the detailed report. I'm quiet busy right now, so it will probably not get to analyze this further any time soon. There are a lot of things that...

This seams related to something I've been thinking about a while ago. I wondered if I could use the llvm wasm backend + lld without emscripten to cross compile any...

> Wasm currently doesn't have anything like a .so. Dynamic libraries are a way off, and don't have many use-cases? There are a lot of use-cases for shared libraries. The...