anicolao
anicolao
I have implemented this and it displays properly in kitty (meaning no anchor text, only link text). The implementation is mostly fixing bugs in the underlying reflow library which doesn't...
The following hack does work around the problem: ``` diff --git a/ansi/margin.go b/ansi/margin.go index e039783..4e1992f 100644 --- a/ansi/margin.go +++ b/ansi/margin.go @@ -29,10 +29,10 @@ func NewMarginWriter(ctx RenderContext, w io.Writer, rules...
It is possible to implement within-page anchor links in some terminals, like kitty.
I believe but am not 100% sure that this was working better a few weeks ago when you responded to me about bluetooth support on the software forum on speedcubing.net...
In the JS console I get an infinite number of these after connecting: ``` gan.ts:111 Uncaught (in promise) TypeError: quat.clone(...).inverse is not a function at PhysicalState.rotQuat (gan.ts:111:38) at GanCube.intervalHandler (gan.ts:367:33)...
Here is a patch that will fix it: ``` diff --git a/src/cubing/bluetooth/smart-puzzle/gan.ts b/src/cubing/bluetooth/smart-puzzle/gan.ts index b53dd60c..8e9d8eda 100644 --- a/src/cubing/bluetooth/smart-puzzle/gan.ts +++ b/src/cubing/bluetooth/smart-puzzle/gan.ts @@ -108,7 +108,7 @@ class PhysicalState { const quat =...
Yes, this works. The problem was introduced when `three.js` dropped support for legacy features in commit [a3c25a5418680e94e8860c29d4832cd24bf5c122](https://github.com/mrdoob/three.js/commit/210552d2c88bfb346b292ffb2c9128f5f3bb6094) and a lot of the quaternion changes that were made in 2020 were...
Sorry that's the wrong (original) commit, the one that drops the feature entirely is https://github.com/mrdoob/three.js/commit/a3c25a5418680e94e8860c29d4832cd24bf5c122
It's even worse than this; the margin and indent code don't understand that the link anchor following the OSC escape doesn't make it to the screen, so they will wrap...
I don't see how this can possibly work in the presence of private messages, or even how you send private messages to someone with it being clear how to encrypt....