Andrew
Andrew
Was just going to suggest something similar but in the form of a hash bang in the go file used as a script .... `#! /usr/bin/env go-script` - checks for...
@alexbozhenko https://github.com/erning/gorun looks like exactly what I was looking for
Should be doable. I think there are several points in MacOS that would need to be addressed 1. MacOS doesn’t use OpenSSL it uses LibreSSL with its SSH server 2....
Command line tool, wrapper libraries for other languages, automation scripts, Apple Shortcuts/Applescript , plugins to other markdown applications. I would be wanting to use an API on self hosted anyway.
Try using the BRAT plugin to load it.
mine is up-to-date as of this minute Personally I do not use the` brew asdf` I have had troubles in the past with it using wrong paths in shims. I...
@anpigon May be an option to support Templater plugin?
A couple of things Not all versions of python officially support Apple Silicon (Mx) `asdf-python` uses `pyenv` which has a plugin called `python-build` its job is to apply patches and...
I just posted an answer to a similar [issue ](https://github.com/asdf-community/asdf-python/issues/176#issuecomment-1793470150)
Normally you do get ``` configure: error: Unexpected output of 'arch' on OSX make: *** No targets specified and no makefile found. Stop. ``` which indicates arch output isn't implemented...