Taiyib Ashraf
Taiyib Ashraf
This is what I've done for D.I. (excuse the formatting, I copied and pasted from Github which messed it up): ```javascript JobManager.JobStart += JobManager_JobStart; JobManager.JobEnd += JobManager_JobEnd; JobManager.JobException += JobManager_JobException;...
@phoenixcoded20 - You can run in parallel when it's DI. This is just something we do because pretty much every one of our jobs uses our database and do not...
@zenoamaro - Can you merge this?
Any update on this issue?
Here is a solution for custom fonts using Typescript: Interface iFont.ts: ``` /** * This interface is used by the WYSIWYG ToolbarFontFamilyDropdown */ interface IFont { /** * The font...
> Any solution or update? See this PR: https://github.com/zenoamaro/react-quill/pull/967