James Tindal

Results 65 comments of James Tindal

You can do that with this Obsidian plugin. https://github.com/verocloud/obsidian-mindmap-nextgen

LinkedIn changed the behaviour of the notifications page. Posts now link to `linkedin.com/feed?highlightUpdateUrn=...` That page shows the post at the top followed by the usual feed. Two possible solutions: Detect...

Here's a userscript to fix this problem: Click here ```js // ==UserScript== // @name Fix LinkedIn notifications page // @description Fix notification links so they go to the post or...

Any solution is likely to conflict with https://github.com/Expensify/react-native-onyx/pull/523

Babel adds strict mode to the compiled output. 'this' doesn't refer to the window in global scope in strict mode. You need to change the last word in each file,...

I think the only other solution is to submit a pull request to fix the issue. http://stackoverflow.com/questions/32012589/umd-javascript-module-which-also-works-in-strict-mode. Or not have 'strict mode' anywhere in your global scope before rangy.

Babel without strict mode? https://www.npmjs.com/package/babel-preset-es2015-loose

Same problem using rollup. callbag-from-function is broken too, since it imports callbag-share. The modules are not packaged for esm/commonjs interoperability.

Actually, it appears they are, so why this is happening is a mystery.