Joey

Results 68 comments of Joey

Manual again: public Threaded::pop ( void ) : bool The above example will output: int(9)

I'll try to share what I learn as I'm getting things to work but I think it really is an unappreciated problem. It makes the lib hard to design as...

Annotations can be used to extend the language, basically adding new keywords. The obvious case is how people use it for typehinting properties until PHP adds official support for that....

I'm not sure why the socket class is there either. I suspect it's something that could be removed. The examples in the examples folder are a bit more useful than...

To fix this more holistically then I probably want to wipe out the objects altogether / put on another layer and just use type + value with object wrapper being...

I'm not sure if I'm going to finish this. I've stripped Cassandra from my tech stack entirely as it wasn't the appropriate solution to the problem so I'll no longer...

Also... ``` '/^data: ``` A url can contain a data url.

It would also be very useful to have a documented way of formally suppressing the precision loss error and perhaps instead formally being able to check for it and taking...