You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
After tracking this issue down I discovered that tsd install d3 --commit 1e6796 cannot be found, because tsd query d3 --history reads only the most recent commits (basically the first page). As consequence the commit 1e6796 cannot be queried anymore.
There are the following options to solve this problem:
Change the tsd source code to query longer history --> does not work since tsd is deprecated
Clone the commit 1e6796 into separate repository and use it here
Fix ts compile errors in Caleydo code to support the most recent version of the d3.tsd.ts
Running
./manage.sh resolve_dev
(re-)installs the typings of all plugins.Since a couple of days we get this output:
Installing d3.tsd.ts typings has
>> zero results
. In following the compilation of the tsd files usinggrunt tsd:dist
fails with the following output:The text was updated successfully, but these errors were encountered: