Danny Peck

Results 36 comments of Danny Peck

The last error I'm stuck on is: ``` info => Cleaning outputDir: /storybook-static/src ERR! TypeError: Cannot read properties of undefined (reading 'startsWith') ERR! at /home/runner/work/Box/Box/node_modules/@storybook/core-server/dist/index.js:17:8431 ERR! at Array.map () ERR!...

I was able to bypass that error by removing this addon ``` require("@foo/webpack-config-titan/src/webpack.sass.storybook.main"), ``` But I have one more: ``` R! /home/runner/work/Box/Box/node_modules/fork-ts-checker-webpack-plugin/lib/issue/issue-webpack-error.js:13 ERR! class IssueWebpackError extends webpack_1.default.WebpackError { ERR! ^...

Resolved that error, now have this one: ``` @foo/box-legacy-web: /Users/bar/foo/box/node_modules/webpack/lib/NormalModule.js:761 @foo/box-legacy-web: const error = new ModuleBuildError(err, { @foo/box-legacy-web: ^ @foo/box-legacy-web: ModuleBuildError: Module build failed (from ../../node_modules/@storybook/mdx2-csf/loader.js): @foo/box-legacy-web: Unexpected `VariableDeclaration` in...

Some essentials for me: - `cmd-n`, new note (maybe with a `cmd-t` alias) - `cmd-o`, open existing note (dialog, typeahead, box shows recent notes, sorted by mdate, descending, up/down nav)...

@JRDevo > Downloaded & extracted 1.3 today without issues from Bitdefender. 1.3 of UEVR? The latest is beta 1.03

I'm not quite sure how to reproduce aside from install interpreter 0.2.0 and start with `interpreter --os` on an M1 MBPro running Sonoma. Here's the full output: ``` > Play...

Thank you for the reply @Arrendy 1. Yes installed and up-to-date 2. I have, screenshot attached ![CleanShot 2024-01-18 at 13 37 09](https://github.com/KillianLucas/open-interpreter/assets/55112925/9652b598-5476-4ccb-a5f4-ffdfa0fabc63)

Same issue. ``` undefined method `exists?' for class File (NoMethodError) unless File.exists?(gitdir) ^^^^^^^^ Did you mean? exist? ``` Ruby 3.3.1

@gusgollings When will this be released?

> > @gusgollings When will this be released? > > > > Hi @dep unfortunately I don't have the privileges to merge/release this change. > > > > However, you...