Daniel Ennis
Daniel Ennis
These methods are event oriented and should not have been using promises. A promise is intended to only be resolved once, however this library is expecting to resolve them multiple...
Can you please reduce ajv to 4.11.2? either 3 or 4 introduces an annoying warning for webpack, and this plugin requiring .4 is preventing me from using 4.11.2
``` UNCAUGHT ERROR: Error: Failed to find a flow-bin dependency in package.json. Please install flow-bin: `npm install --save-dev flow-bin ``` I do not have flow-bin in my package.json as flow...
An alternative to .execute(), that returns a future that is resolved with the last returned value (if the last is generic/doesnt return, Object is used and null) If .executeFuture is...
Desire to allow user to supply their own queue to Bukkit/Sponge implementations. Major Issue: Right now, a factory is expected to be 1 to 1 relation to its queue. if...
Provide an API that can take a queue, and provide a queue processor. Sync option: parameters to configure # of elements of the queue to process per run, and how...
any data wrapper based method should be able to return a DataWrappedChain. There should be a chain for 2-6 of each data class. The chains should provide extra methods so...
When TPS catchup kicks in from a large spikes, mobs run at super speed. see if we can mark the tick as hasnt had a delay, and run mobs as...