Garfounkel
Garfounkel
Agreed! Would love this feature as well.
I had a different but similar issue, lately GitHubForUnity has been completely acting out for me after upgrading Unity to 2020 LTS (any operation would result in a NullReferenceException). Doing...
No problem! Totally make sense and I understand why it can't be merged in the current state.
One way to do it might be to modify the `htmlAst` during the generation of the toc to add a simple div with the right id in front of each...
On a side note, you can bypass the issue from the Ghost editor by adding the div code in a html embed. Let's say your header is called "My Header",...
Here's a PR #150 to fix this. It patches the html after the page loaded to add divs with the correct `id` right before each header.
> @dkeraudren I had the same issue and I believe the reason is the the new black extension is expecting the output on stdout, which darker doesn't do by default....
Got it, thanks. This gives me a good idea how I could hack my own custom evaluation mechanism directly into the ScoringPreparator. But just to be clear, you're suggesting that...
Forget about the example I gave about needing to compute custom metrics during training. What I'm trying to get at is a more general solution for when you need custom...