Vidar Eldøy
Vidar Eldøy
@niftylettuce Any news on this? Or info on how to train my own? Should I just use something like this? ```js classifier.learn('good email content', 'ham') classifier.learn('bad email content', 'spam') ```...
@niftylettuce All right, thank you!
@georgetye haha lol, you're kidding, right? In case you're not, I'm doing this in my app: ```js const result = await api({ message: { query: {}, fields: { subject: 1...
Use this line in the config: `schemaPath: './studio/schemas/schema.js',` The script is looking for the file where you run `createSchema`, just read the source. This fixed it for me.
@piravp Fikk du fiksa dette noensinne? Jeg får bare 401 uten tekst.
`// @ts-ignore` is your friend.
It works using @jsyang instructions on MacOS Monterey. Had to install `cmake` first: ``` brew install cmake ```
@zuisong Some kind of linter in your editor can tell you that, no need for JSX or Babel or any other garbage like that.
@gilbert Yeah, that makes sense, it's also what TOML has. Agree about the white space, that is what annoys me with backtick strings in Javascript, indent should be visual only.
@gilbert Oh nice, that was quick! I'll check it out. Thanks!