Terence Marks
Terence Marks
Any news on release? Currently using `2.8.x-dev` as workaround.
Ok, this is still broken and I've worked out why. `Barryvdh\LaravelIdeHelper\Console\MetaCommand` registers a throw against the autoloader, and then tries to unregister it by assuming it is the last closure...
Found that internally the consumer is using `Amp\Reactor` which is generated as a singleton via `Amp\reactor()` method. This provides a couple of options: * Schedule a callback to `->stop()` the...
Thanks, think I've got a work around so I'll close this ticket
Doesn't seem to be fixed on my end. Here's the full test snippet I'm using: ```php
Take note of the class definitions for `NestedClass` and `SomeClass` (I'm guessing you created empty class stubs which pass the tests).
Any status on `static` return type support?
@mdevils hey, webpack keeps complaining it can't find the .ts files for me from the source map in 2.5.0. Tried the latest `@types/html-entities` with no luck: ``` WARNING in ./node_modules/html-entities/lib/index.js...
I was encountering: ``` Error in plugin hardhat-ignition: IGN403: You have sent transactions from 0xblah and they interfere with Hardhat Ignition. Please wait until they get 5 confirmations before running...