Christian Budde

Results 61 comments of Christian Budde

Seems to be working as intended now

According to [caniuse.com](https://caniuse.com/#search=border-image) even the unprefixed border-image works on nearly all major browsers. I wonder what needs to be done to support it. Given the fact that background-image work, it...

I have created a few tools for automatic transcription based on the IPA representation on Wikitionary. However, either these are not perfectly correct, or the espeak-ng kirshenbaum dialect is too...

A few more problematic words, I just found: Lebensgröße Desaster Espresso Mallorca Gnocci Ciabatta Regisseur Bruschetta Inbusschlüssel Serviette Koryphäe Bredouille Akquise Dekolleté Charisma essentiell Voigt Lache Maloche Wuchs Gemälde Pipi...

Yes, I have tried both. No success. The PR is on its way. I'm currently testing it.

It just happened again. Proposal: Rewrite: ``` if (data[1] === 'disconnect') { self.call[data[2]].disconnect = data[0]; self.call[data[2]].duration = parseInt(data[3], 10); var call = self.call[data[2]]; delete(self.call[data[2]]); self.emit('disconnected', call); return; ``` to something...

Eventually I was running the same script twice in parallel. This might have been the reason for the crash, but I'm not deep into the code to judge it.

I have now applied your fix. However, I did not (yet) fix oclGetFirstDev.

Yes, it happens here as well. However, I undefined GL_INTEROP to make it at least work again. It's not a permanent solution, but a quick workaround.

Sorry for the confusion, I should have splitted my changes in several commits. In fact the compatibility changes were just little. In fact I should have forward only these changes...