Results 152 comments of manuels

can you give the whole stack trace please? On Di, 2014-05-20 at 07:46 -0700, Simon Gunacker wrote: > When I try to get QtMongo Demo to run, I get the...

Hi, pre.js and post.js are passed to the emscripten compiler and included in the worker script. I think I know what you mean with handling the fs calls but the...

You made my day, Martin! To be honest, I don't exactly know the exact steps to compile but I fixed the minified worker file (not pushed, yet) to use lazy...

In principle I made it work now. However, for the registration of each lazy loaded file the emscripten pseudo-filesystem makes a HEAD request to the server (https://github.com/kripken/emscripten/blob/master/src/library.js#L318). This is a...

Never heard of it. I will take a look at this tomorrow. Got to go and watch the game now (sorry, Dortmund will kick Bayern's ass ;)) Greeting from Vienna!

Hi denstu, Rhe license is GPLv2. What are you planning to do with it? Be warned, I abandoned this project some time ago and in the current state it's likely...

I'm not quite sure what you mean with navigating in a 2d space. Usually a DHT does not help you there. However, I just published the [bulletinboard-dht](https://github.com/manuels/bulletinboard-dht/) which is implemented...

> I use the DHT only to store values in a p2p fashion. The navigating is part of the application I want to develop on top of the DHT. Oh,...

You probably have recompiled the project, right? Then you must use the newly compiled latex.fmt and pdftex.pool. I also experienced some strange issues with caching in Firefox (I think you...

> Can you elaborate on the caching issues? Well, I experienced some strange behavior a while a go: I got this error in Firefox (my default browser) but not in...