John Lindquist

Results 219 comments of John Lindquist

@yangkennyk I'm pushing out a build later today that will revert the changes. Sorry for the inconvenience.

This should be fixed in today's build. (Apologies for not pinging you about the preview builds)

`md()` applies its own set of classes. The second argument of `md` overrides those classes (like you already figured out). I'm not sure it makes sense to have the `div`...

I'll fix the internals in the next build like so: ``` let text = ''; if (typeof value === 'number') { text = value.toString(); } if (typeof value !== 'string')...

@scottfwalter @iliyang 0. Check the setup/`main.log`: Please share this file, it contains what happened during install: ~/Library/Logs/Kit/main.log 1. Check if `~/.kit` looks correct: During the setup process, the app downloads...

@deerdear I'm pushing a new build out tonight which will help with some errors not being surfaced. I'll ping you here when it's ready, it that doesn't help, we can...

Could you give this build a try and see if any information surfaces? https://github.com/johnlindquist/kitapp/releases/tag/v1.74.2

Have you tried the old-fashioned "add a bunch more console.log statements to see how far it makes it"? In a terminal, you can: tail -f ~/.kenv/logs/meet.log To get a live...

@deerdear Hmm, other scripts work ok? Are the "googleapis" and "google-auth-library" installed in your `~/.kenv/node_modules` dir?

@xenoxsis Can you check your logs at: ``` ~/Library/Logs/Kit.app/main.log ``` The clipboard error is misleading because it's trying to copy the error from the logs to the clipboard.