Callum Macdonald
Callum Macdonald
## Failing module - **GitHub**: https://github.com/paulmillr/readdirp - **npm**: https://www.npmjs.com/package/readdirp ```js xport { default as readdirp } from "https://esm.sh/[email protected]"; ``` ## Error message After running `deno run` I got this: ```...
I'd love to have a link cleaner which runs on links I can copy & paste, and isn't linked to a specific browser. For example, it could be a "share...
I only track expenses when I break a note. So almost all expenses are in denominations of €5. I have lots of "lunch" in my history. Trouble is, no way...
Steps to reproduce: 1) Start typing the name of a repeated expense (one that's in the history) 2) Choose one from the dropdown list 3) Click the delayed option Now...
https://klaussinani.github.io/tusk redirects to https://klaussinani.tech/tusk DNS is down for this domain, see here: https://networking.ringofsaturn.com/Tools/dig.php?domain=ANY+klaussinani.tech
On the docs page, the anchor tags are missing, for example, this URL links to the top of the page, not to the Overview heading: https://lancedikson.github.io/bowser/docs/#overview Also, the contents contains...
Firstly, thanks for sharing an awesome theme. The colours are fantastic. Forgive me, I don't really understand how syntax highlighting in Sublime Text 3 works. Without the Better CoffeeScript plugin,...
We've started using literate coffeescript with the `.coffee.md` file extension. It's #awesome! I'm using this plugin and the Better CoffeeScript plugin, but trying to select Colorcoder / CoffeeScript with a...
I have a directory setup like so: - `foo/` - git repo - `foo/bar/` - git repo - `foo/baz/` - git repo I'm running commands like `git multi` in `foo/`,...
I think the issue is that `window` is undefined. I tried to find a solution [here](https://github.com/GenerousLabs/use-persisted-state/tree/no-window) but I was getting an error about max depth updates. Some kind of circular...