Vinicius Dias

Results 24 issues of Vinicius Dias

I was able to reproduce the following error in several Windows machines: when trying to read a text file using `ReadableResourceStream` I receive _RuntimeException: Unable to set stream resource to...

Linux speakers (`spd-say` and `espeak`) accept a language parameter that makes the accent a bit weaker. The classes should be able to accept a language code and pass it to...

enhancement

`CommonProxy` class probably does the job, but it needs to be tested for this specific proxy.

hacktoberfest

Some code examples lack of namespace. The `TransactionalSession` interface, for instance... In the book, I don't recall seeing its definition with namespace, so I got a bit confused about where...

URL being validated or code to reproduce error: ```html December 28th ``` ``` Error: Attribute pubdate not allowed on element [time](https://html.spec.whatwg.org/multipage/#the-time-element) at this point. ``` According to the [W3 specification](https://www.w3.org/TR/2011/WD-html5-author-20110809/the-time-element.html#attr-time-pubdate),...

Adding a PHP wrapper example using FFI. Instead of using stdin, I chose to have a default markdown just to be more simple to execute the test. But that can...

The bootstrap parameter doesn't seem to be being handled correctly. If you use composer's autoload file, for example, you will receive **every** parameter in your closure as if it was...

While looking into Symfony Runtime, I was thinking about FingersCrossedHandler. I assume it's always going to hit the buffer limit and I thought about writing an event listener for the...

Support

Adding a PHP wrapper example using FFI. Instead of using stdin, I chose to have a default markdown just to be more simple to execute the test. But that can...

Please answer these questions before submitting your issue. 1. What did you do? If possible, provide a simple script for reproducing the error. I have a small pet project and...