-
```
Platform:
Mac or iPhone/Touch
What version of the product are you using? On what operating system?
iChm 1.4.3 on OSX 10.6.8
Please provide any additional information below.
I am teaching with co…
-
With embedded-hal having stabilized, I think it'd be good to do an update that allows wrapping the current GPIO types.
It may well be possible to not have a breaking update here but to support both…
-
I'm attempting to use [shelljs](https://github.com/shelljs/shelljs) for some command-line scripts.
Using the built-ins like `cd` and `ls` work fine. However, attempting to use `exec` throws this st…
-
Hi. I'm not sure if the problem came from your mutagen version, so I'll tell you the full story.
I use archlinux with rhythmbox and the plugin rhythmbox-coverart-browser, which uses your package (na…
-
Hugh McGuire from Rebus Community asked me if we could help finding volunteers for the production of books. He seemed to be specially interested in scientists working in the field of the book, e.g. fo…
-
What you did:
Visit a page that has an iframe embedded. You have to visit it under an HTTPS connection.
What happened:
The content in the iframe does not open.
What you expected to happen:
The conte…
-
Currently the visualization tool needs a local server to host the exported visualization json file, and the user needs to open it in a separate browser tab. We have explored a way to embed the whole v…
-
It seems there's a race condition when you try to use stacked data to debug embedded requests (i.e. iframes).
I can confirm what the doc says about _"using the debug bar storage mechanism to store …
-
I propose adding a new FileSystem type in the std::io module to abstract how files can be accessed and have a default implementation for the operating system file system.
One use case is about serv…
-
So now we have a bunch of variable substitutions we can use in `.vscode/tasks.json`
```
${workspaceFolder} - the path of the folder opened in VS Code
${workspaceFolderBasename} - the name of the …