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
This is super weird and I’m not sure what the issue is, but this page has two links for "[email protected]”. These should be mailto links, but they actually go to the root of the web site when clicked. The markdown looks correct, is this a web site generator issue?
the “contact us” link on the sidebar is broken - clicking on it is a mailto link but has an extra // in it. I posted this PR to fix it. However I’m a bit concerned that it won’t work due to the above issue.
The CI in GitHub is broken on that PR with this error:
Package libssl1.0-dev is not available, but is referred to by another package.
34 This may mean that the package is missing, has been obsoleted, or
35 is only available from another source
36
37 Package nodejs-dev is not available, but is referred to by another package.
38 This may mean that the package is missing, has been obsoleted, or
39 is only available from another source
40 However the following packages replace it:
41 libnode-dev
42
43 E: Package 'nodejs-dev' has no installation candidate
44 E: Package 'libssl1.0-dev' has no installation candidate
45
-Chris
The text was updated successfully, but these errors were encountered:
converting @lattner 's email into an issue:
This is super weird and I’m not sure what the issue is, but this page has two links for "[email protected]”. These should be mailto links, but they actually go to the root of the web site when clicked. The markdown looks correct, is this a web site generator issue?
[email protected]
Two other issues I noticed:
the “contact us” link on the sidebar is broken - clicking on it is a mailto link but has an extra // in it. I posted this PR to fix it. However I’m a bit concerned that it won’t work due to the above issue.
The CI in GitHub is broken on that PR with this error:
-Chris
The text was updated successfully, but these errors were encountered: