Peter Kaufman
Peter Kaufman
I am not sure if you have taken a look at this befkre, but I use Syncthing and have it sync from my phone to my computer when on the...
Thanks to the discussion here, I was able to fix my issue with using the latest version of vscode-go. But is there a reason why the following `settings.json` caused issues?...
> ``` > "go.toolsEnvVars": { > "gopls.env": { /* This caused an error message very similar to the above one except about objects*/ > "GOFLAGS": "-tags=integration unit" > }, >...
@kankaristo , there is a plugin that is working on the linting and correction of inconsistencies in an Obsidian vault. It is called https://github.com/platers/obsidian-linter. As a disclaimer, I am helping...
Gotcha. That makes sense. It may be something to add in the future would be a setting to allow it to use a yellow underline in a warning mode and...
@SilentVoid13 , I will await your review. I am not sure how we are supposed to run the UTs since I was unable to do so by running any of...
I am having this same problem.
It seems it is disabled on mobile: https://github.com/SilentVoid13/Templater/blob/master/src/core/functions/user_functions/UserFunctions.ts#L29-L34
It looks like all I needed to do was remove the part about only getting user functions for desktop and it worked for me. I am going to make a...
By chance could the suggestion used in https://github.com/moment/moment/issues/5699, be the solution? It looks to me like a setting needs to be added to force ISO-8601. I have not tested the...