Robin Munn

Results 288 comments of Robin Munn

https://github.com/Jermolene/TiddlyWiki5/pull/8007 may fix this once it's been merged into TiddlyWiki. To test that fix before that PR is merged, do the following: - Close any wikis you may have open...

> (We could do with CI on TiddlyDesktop). I've just created https://github.com/TiddlyWiki/TiddlyDesktop/pull/289 as a first attempt at getting some kind of CI set up. It's only a first draft and...

I believe this is fixed in the [v0.0.20 release](https://github.com/TiddlyWiki/TiddlyDesktop/releases/tag/v0.0.20). @Vhou-Atroph can you confirm that v0.0.20 fixes this, then close the issue?

Looks like the `package-lock.json` file is keeping the tiddlywiki version at commit 5c5543815b66c95938862a4db71cf6ea36cfe143, and `npm install` isn't updating the verison of a Git repo dependency the way I'd have expected...

@Vhou-Atroph - Could you test a TiddlyDesktop prerelease to see if it fixes the bug? At https://github.com/TiddlyWiki/TiddlyDesktop/actions/runs/8185198661?pr=296 you should see a bunch of release candidates for v0.0.21. (Due to a...

I finally figured out that the "Add wiki folder" button does not mean "**Create** wiki folder". It does not create a [tiddlywiki.info file](https://tiddlywiki.com/#tiddlywiki.info%20Files) for you. Copy the [tiddlywiki.info file from...

I'd guess this is probably caused by the code not being signed. The `package.sh` script has code that calls `codesign`, and I would assume that this works on @Jermolene's computer...

Another workaround that @Jermolene might be able to do is, after a draft release has been created by the GitHub Actions workflow, run the codesigning process on his computer and...

@Jermolene - You might find https://github.com/toitlang/action-macos-sign-notarize and/or https://github.com/toitlang/action-macos-sign-notarize/blob/main/action.yml helpful to get codesigning set up in GitHub Actions.

> Thanks @rmunn. I've yet to get codesigning working, and certainly hope to do so. > > But it seems there has been a regression from v0.0.18 in terms of...