Uzo Olisemeka

Results 4 issues of Uzo Olisemeka

Currently uses `setTimeout` to reduce counter tracking how many times citizen was automatically restarted by supervisor. Unfortunately, this creates an async resource that prevents the supervising process from shutting down....

enhancement

Supervisor to Citizen Noticeboard Pipes depend on supervision lifecycle events that have been converted to hooks 1. Disconnect pipes on citizen shutdown depends on removed `citizen-shutdown` notice. https://github.com/Akamaozu/node-supe/blob/334ce465778b9e8b5770bb9b8f9a4231d4161622/lib/modules/supervisor/supervision/process-citizen-noticeboard-requests.js#L52-L61 2. Disconnect...

Problem: `queue.consume` does nothing if called after queue emits ready event Reason: `queue.consume` always waits for ready event before executing, but ready event emits once Solution: store ready event in...

**BACKGROUND** 1. The main JS file always calls `$('.at-color')wpColorPicker()` even if the user never instantiated a color field. 2. The class only enqueues `wp-color-picker` lib only if the user instantiates...