Endel Dreyer

Results 152 issues of Endel Dreyer

Does Phalanger already supports traits? I'm trying to build this simple example from [PHP documentation](http://php.net/manual/en/language.oop5.traits.php): ``` php

There is a plan to support more PDO's fetch methods? I've seen [here](https://github.com/DEVSENSE/Phalanger/blob/30c5c37ba26e72edc82e362162f36a0bb9da64f3/Source/Extensions/PDO/PDOStatement.cs#L75-L83) that the only supported fetch methods by Phalanger are `PDO_FETCH_ASSOC`, `PDO_FETCH_NUM` and `PDO_FETCH_BOTH`. PHP Documentation: http://php.net/manual/pt_BR/pdostatement.fetch.php It...

Code example: [Doctrine/DBAL using errorInfo setter](https://github.com/doctrine/dbal/blob/89d4f06fb4ff6e7b8f3c29a7307bf66203e09922/lib/Doctrine/DBAL/Driver/PDOException.php#L55)

Hi there, I hope this is the right place to ask a question about this project. :) Is there a way to create the `haxelib.json` file without having to create...

enhancement

## Request for position on an emerging web specification ### Information about the spec * Spec Title: WebTransport * Spec URL: https://www.w3.org/TR/webtransport/ * GitHub repository: https://github.com/w3c/webtransport * Issue Tracker: https://github.com/w3c/webtransport/issues...

topic: networking
topic: web apis
topic: http
venue: W3C Web Transport WG
from: Google
from: Microsoft

Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp

Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date

As reported by @gpolyn here http://stackoverflow.com/questions/37194082/consolidate-three-js-sprite-draw-calls-into-one

enhancement
help wanted

Thanks for your efforts making this library @jirihybek. I've made an alternative to this, highly based on yours, using `System.Net.WebSockets` instead of `WebSocketSharp`. **It is available here:** https://github.com/endel/UnityWebSockets I hope...

Due to how new connections receive the full state through `.encodeAll()`, and incoming patches through `.encode()` right after, it is a known issue that `onAdd` is going to be called...

bug