Viewing profile — igorw2
igorw2
HN member- Joined
- Mon, Jul 30, 2012, 7:44 AM UTC
- HN karma
- 76
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About igorw2
Recent public activity
-
comment
Comment #5349402
Negative numbers are supported. But if you want a clean solution, implementing a SubtractionOperator is easy enough. Just implement the OperatorInterface.
-
comment
Comment #5349384
There's a pull request for that now. ;-)
-
comment
Comment #5349382
The library supports adding other numbers than 1 and 1. Your use case of adding 2 to 1 is supported. As are multi-digit numbers. As are negative numbers. As you can see, the librar…
-
comment
Comment #5165938
Let me clarify the reason for this. Many people asked for yaml support in composer, and it was shot down. Here's why: Once you start supporting many formats you lose interoperabili…
-
comment
Comment #4986024
xdebug exposes a gdbp interface which supports breakpoints, stepping, inspecting variables, etc. And you can use it with gdb or any GUI that supports gdbp, such as macgdbp. EDIT: I…
- story
-
comment
Comment #4657958
Does not work in IE6.
-
comment
Comment #4657942
Yeah, the lack of native non-blocking bindings is quite the issue. There have been some attempts at implementing plain-PHP non-blocking drivers. One of the most impressive I've see…
- story
-
comment
Comment #4311314
This is an excellent example of how _not_ to write code. Custom autoloading scheme instead of PSR-0? Classname.inc.php, seriously? Moving on, dynamic variables are a terrible unfea…