digitalnature

Results 15 comments of digitalnature

`/{dynamic}` and `/foo` throw an exception saying that the last one is shadowed. I don't think this is a good idea. The dispatcher should just return a list of matched...

Wouldn't it be better to use dictionaries when multiple encodings return high confidence levels? A dictionary for each encoding with 20-30 most common words in the languages that use it....

Yes, this is a expected behavior and caused by `static $lineInst = array();` I don't think it's necessary to display the same expression multiple times in such cases. But if...

It looks like Kint and var_dump display iterators as arrays after a certain point, while REF always displays them as what they really are - objects. Perhaps another section is...

Can you post some relevant code so I can reproduce this?

Did you check all error logs?

There is a config option that lets you disable methods, `ref::config('showMethods', false);`

Go ahead, I don't mind at all :) I should mention that some of the HTML markup and CSS might change. I'm currently working on a different way to generate...

I see you're including the styles yourself. You should disable internal styles with `ref::config('stylePath', false)` if you do that. Then you can avoid `!important`. Same with the js if you...

The HTML header was sent every time `r()` was called (not sure exactly why). Was this the issue? I've added an `ob_get_length()` check so no HTTP headers and `` headers...