clone206

Results 16 comments of clone206

FWIW, I've got TUI Editor working on a customized instance of the latest stable version. Works well overall but with some quirks when it comes to certain kinds of code...

Right now I'm trying to get its wysiwyg code block editor to play nice with the syntaxhighlighting plugin. When in wysiwyg mode, square brackets, pipes, and hyphens automatically get backslash...

@yetanotherchris As a proof of concept, I've cobbled together roadkill and tui-editor in a forked repo. It needs a lot of cleanup, and I'm not adhering to CommonMark, but it's...

@yetanotherchris There is a wrapper for React mentioned on the Tui github page, but we're a .NET/angular shop here, and there's also an npm that provides an angular component for...

@yetanotherchris Ok, I'll work on the jQuery v2 version for now and see if the higher-ups are ok with me working on a react project for v3, in which case...

@yetanotherchris I think I'm at the point where my forked repo's `tui-editor` branch is viable. Do you want me to just submit a pull request and then you can decide...

@jolivem Sure, feel free! Though it may be worth waiting to see if @yetanotherchris wants to pull any of what I've done first. All my work was in the `tui-editor`...

@yetanotherchris Awesome, Markdig looks pretty impressive. I submitted the PR against master (tui-editor --> master).

Using i-sabre-q2m overlay with an i2s reclocker HAT is limited to 192KHz sampling rates on the pi 5. Manual/data sheet for HAT is here: https://github.com/iancanada/DocumentDownload/blob/master/FifoPi/FifoPiQ7/FifoPiQ7Manual.pdf It specifies that you can...

> You say that it is "limited to 192KHz sampling rates on the pi 5" - how does this limit manifest? What happens when you play a 384kHz stream? The...