Jason Siefken

Results 45 issues of Jason Siefken

I am working on a new chart layout algorithm that may be slightly controversial, so I wanted to get some feedback before I make a PR. My goal is to...

React 18 and react-redux 8 are out now. It would be great if the peer dependencies list could be updated to include support for these versions :-)

For Javascript, it is important to know what knowl triggers are contained in a given element. At the moment if there is a knowl in math, it is turned into...

There should be a `defer` tag on all Javascript that is not needed right away. I believe MathJax setup code is the only code that needs to be loaded before...

Forgive me if there's already an issue for this... But, it appears that knowl, including ref knowls, cannot be used without Javascript. There doesn't seem to be a good reason...

I notice that the content for an example knowl is placed in a `` outside of the `` that contains the example title/link. This `` also contains another ``. Is...

`quoting.js` seems to modify the DOM of the message iframe directly, which makes it hard to test and revert if an error is thrown. I'm no sure how much DOM...

When viewing a conversations thread in a new tab, the `View > Message Source` menu option is not available. The option is available when selecting messages in the 3 pane...

bug
significant-work

It appears that the photoURI of a contact may reference the absolute path of a file on disk. I haven't tested yet, but I'm guessing the webextension permissions won't let...

The message format returned by `toReactData` is fairly flat and mixes display information (like open states) with model information. I spent some time reorganizing: ```json { "message": { "id": 9,...