John Lindquist
John Lindquist
@uniphonic What version of Mac are you on? That error is probably due to trying to convert an icon, but the Stocks.app doesn't have something configured in its list. (This...
Also, feel free to use your terminal to clone private repos in your ~/.kenv/kenvs The Kit workflow uses a built-in JS "git" implementation that can't read your private/ssh credentials
@engineforce LangChain updated their lib, I had to refactor the script. I'm pushing it to the main kit-examples tonight: ```js /* # Chat with ChatGPT ## 👉 Note: LangChain is...
I'm changing the behavior of the dock icon to only appear when using prompts (like editor/drop) you may want to alt+tab back to. I'll add a "never dock" option too....
@nbbaier Did you delete the `// Name:` portion of the snippet? The way it's currently set up, it's required or else it can't infer the filename from the snippet.
@BeSpunky I can do a "scrollToItem" based on these 'start', 'center', 'end', 'smart' options: https://react-window.vercel.app/#/examples/list/scroll-to-item Considering the fact that most lists will shrink/change/etc based on user input/filtering, remembering the scroll...
I'll add it to my backlog to send the current scroll position in an onScroll handler, then allow the user to set a starting scrollPosition. That way if the script...
Thanks @ryanomackey . I'm working on a new custom window type for Script Kit that can better handle window focus/spaces/etc. Hopefully I can tackle this as well.
Can you see if "re-linking" fixes it? ``` cd ~/.kenv && ~/.knode/bin/npm i ~/.kit ```
Hmm, could you try this? This may be an issue related to using `npx @johnlindquist/install-kit` prior to the app download: 