bucweat

Results 6 comments of bucweat

Noticed that 2.4 includes "You can now start browsers by file path: e.g. /Applications/Slack.app." Would it be possible to allow for a script (this is mentioned in at least one...

Just ran into this myself. Turns out Jupyterlab does not include require.js while jupyter does. Jupyterlab folks didn't want developers using require.js to load dependencies, so they left it out...

Some additional info: running from a vbscript using ADODB connection object works: `Set objConn = CreateObject("ADODB.Connection")` `objConn.Open "DRIVER=SQLite3 ODBC Driver;Database=" & dbSqlite3 & ";"` `dim oRs: set oRs = objConn.execute("select...

Gonna throw this out there…if you used markdown it could be rendered to pretty much anything else using Pandoc. I believe this is how other “notebook” apps achieve the various...

MacGPT has an inline feature that uses accessibility to process ChatGPT commands inline in apps. Type the following into a pretty much any app...the `/gpt` is the trigger word to...

In case you don't have pdflatex, `brew install basictex` and then the pdflatex path in settings is `/Library/TeX/texbin/pdflatex`.