Tieson Trowbridge
Tieson Trowbridge
Depends on what you mean. There are active forks (such as https://github.com/hermanho/postal). Are there features you're after that aren't implemented?
Old issue at this point, but this is likely occurring because the OWIN templates include an `IEmailService` interface, which is **not** the same as the `IEmailService` included in Postal. I...
It doesn't look like a single email can be overridden, but you _can_ override the SMTP client creation: https://github.com/andrewdavey/postal/blob/master/src/Postal/EmailService.cs That would require you to create a new instance of EmailService...
If I'm understanding your question correctly, then the error you're seeing is due to the locales being split into a separate file from the main numeral.js file. You have to...
This has been suggested a few times. If you want a direct fork, you probably want to check out Numbro. See #638, among other similar issues.
For helping to troubleshoot: https://jsfiddle.net/86syrqL3/ Happens even with a exponential value produced by numeral itself. Probably worth doing a diff on the two versions to see what changed.
> no response in over two weeks is not encouraging @rosenbjerg is managing this repo all on their own, so I'd try to cut them some slack. With that out...
Is there a reason you're trying to use both? What version of Bootstrap are you trying to use? The current version of Bootbox is only meant for Bootstrap 3.
Bootbox doesn't have any styles of its own. We create the Bootstrap modal from string templates - everything else (display-wise) is pure Bootstrap. I would assume that patch file is...
@jellybins I am aware of what the various files are used for; I used bootstrap-modal prior to switching to (and eventually becoming a maintainer for) Bootbox, and I still recommend...