David Grudl
David Grudl
I think the problem is the missing implementation of `NativeWrapper::stream_cast()`. But I have no idea how to implement it. And I couldn't find any documentation.
I can confirm that this is happening, but I have no idea why.
Resolving this issue is not easy because the parser must now distinguish when `readonly` is used with a class, when with a property with visibility, and when with a property...
Related to #78
I didn't get it at all :) What does it mean that something is not url safe?
Did you name the it as StreamLogger that it doesn't clash with FileLogger (when both logs to a file)? Because I want to put this modification in Tracy 3, there...
I'm a complete idiot, I thought there is a FileLogger in Tracy 🤦♂️ Ok, so it would probably be a good idea to remove the current Logger completely and replace...
Yeah, BlueScreenLogger looks like another logger that should be there. The question is how to pass that the html filename from BlueScreenLogger to the other loggers when using a MultiLogger?
Unfortunately, these releases were messed up. Please write me why you need them specifically so we can sort it out.
In this case, the `loadDefinitionsFromConfig()` method should be used rather than `loadConfig()`. There was also a problem with expanding parameters, but it's fixed in 3.2-dev ```php class DIExtension extends CompilerExtension...