Tieson Trowbridge
Tieson Trowbridge
I assume you've figured this out already, but yes: ```c# options.CheckPermissionAction = context => false; ``` will reject all attempts to access the error pages. As a more complete example,...
> That's all there is to it. Not really. Feel free to fork the repo and merge any changes you're comfortable using, if you really want this or other pull-requests.
CoreUI is built for Bootstrap 5. **This** project has not yet been ported to Bootstrap 5. The last version of CoreUI which supports Bootstrap 4 would be v3.4.0: https://github.com/coreui/coreui/releases/tag/v3.4.0
Possibly relevant, although not a fix: #401
Probably related to #187
There are no official docs beyond the examples shown in the README and in the Examples project (https://github.com/rosenbjerg/FFMpegCore/blob/main/FFMpegCore.Examples/Program.cs). There _are_, however, a lot of unit tests which as a side...
To the best of my knowledge, there isn't a built-in method for merging byte arrays into a video. The closest you get is JoinImageSequence, defined here: https://github.com/rosenbjerg/FFMpegCore/blob/eb221c3e49ce6013b164bad0fc88bf0879da95c3/FFMpegCore/FFMpeg/FFMpeg.cs#L97 You could probably...
I don't see anything in the PdfDocument class, or related bits, that denotes the orientation of the page. I think the only to determine that would be to read the...
Can't promise it's bug-free, but as a starting point, I've updated my fork (https://github.com/tiesont/bootbox) of Bootbox to be both BS3 and BS4 compatible and add a few features. I'm a...
@lddubeau Thank you for the reply. I'll put some thought into creating a wholly separate project based on bootbox. I mostly maintain it simply because I still actively use it...