Riël Smit
Riël Smit
See https://github.com/wikitree/wikitree-dynamic-tree/pull/198
You might know this already, but there is a close() method on View() that you can implement in your derived View class to then abort your API call using javascript's...
What is the possibility that we could get a gender-neutral version of the gender placeholder gifs? Even if it is the male one with , say, a greenish background?
There is code in my (now old branch) of the dynamic tree that reworked the name construction to some degree to fix some of these issues and improve the display,...
I have created a PR that (hopefully) addresses this issue: https://github.com/wikitree/wikitree-dynamic-tree/pull/68
The reason for what we see above might be related to what is described under "Parallel update problem" in https://javascript.info/indexeddb, namely > The problem is that a database is shared...
https://github.com/wikitree/wikitree-browser-extension/commit/d7c91cebc2e055e0fa704d94ac37848d21ae050d added a `oversionchange` event handler for future db upgrades while the new `onblocked` event handler will give users some idea of what to do to resolve the described issue....
As the saying goes: There are 2 hard problems in computer science: cache invalidation, naming things, and off-by-1 errors, so what's new? :). With hindsight the correct name should probably...
As far as I am aware, you will not get the parents of an unlisted profile. Their id in the API data is negative and they are just not listed...
> my unlisted uncles show as no parents at CC3, but will have parents at CC4. Did you check that? :) > I'm only planning on automatically checking the box...