xkcd
Here are 215 public repositories matching this topic...
:hourglass: :tophat: :rabbit2: Two fingers scroll moves through time instead of space
-
Updated
Oct 23, 2019 - JavaScript
The widget is not interactive at all. I was expecting it to open the comic in the app when I tap the widget. Especially since the widget does not display the entire image in Show More mode.
Current XKCD#: 2102
Device details:
iPhone XR
iOS 12.1.3
A d3 layout for creating XKCD style narrative charts
-
Updated
Jan 1, 2020 - JavaScript
Serverless image generator that uses XKCD comic as basis for _all_ excuses!
-
Updated
Jan 9, 2020 - Python
Explain the features
There should be a short, skippable introductory intro after the user opens the app for the first time.
A slidable intro or some material reveal animations would be pretty nice.
Features that may need an explanation:
- long press the comic for an explanation
- heart icon is for favorites, long press to open the favorites page
- the menu button houses the secondary actions like explain, favor
Similar to what happened in #3, the currently available version of @jupyterlab/xkcd-extension yields the following error:
$ jupyter labextension install @jupyterlab/xkcd_extension
> /usr/bin/npm pack @jupyterlab/xkcd_extension
npm ERR! code E404
npm ERR! 404 Not Found: @jupyterlab/xkcd_extension@latest
npm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_
Official repository for Clinet, a Discord bot intended for assistance and control within your guilds.
-
Updated
Dec 26, 2019 - Go
A PowerShell module for accessing the XKCD API to get the details of and (optionally) download the excellent webcomics @ http://xkcd.com
-
Updated
Jan 9, 2020 - PowerShell
Custom Polymer element for displaying random images from XKCD!
-
Updated
Aug 13, 2019 - HTML
I've followed "getting started guide" and got the error:
{
"data": {
"getComicById": null
},
"errors": [
{
"message": "context.getComicById is not a function",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"getComicById"
]
}
]
-
Updated
Oct 28, 2018 - Python
Latest comic
Add a way to access the latest comic.
Maybe this should take the form of a symlink that points to the current one? Or just a separate file that's backed by the same data?
Improve this page
Add a description, image, and links to the xkcd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xkcd topic, visit your repo's landing page and select "manage topics."
Describe the bug
I was tinkering around this library and started the example from the
README.mdfor Line chart and found that , its not plotting the graph without presence of theoptionsconfig. Its plots thexandyaxes but no lines inside those graph, look forscreenshot 1for more detailsBut If i do provide the
options, even with empty object, it plots lines accordingly