Ville Saukkonen
Ville Saukkonen
### Duplicates - [X] I have searched the existing issues ### Steps to reproduce 🕹 1. write a goal that requires browsing internet 2. AI tries to spawn chrome like...
### Duplicates - [X] I have searched the existing issues ### Steps to reproduce 🕹 1. write a prompt that requires to write stuff to file 2. following command is...
### Duplicates - [X] I have searched the existing issues ### Steps to reproduce 🕹 1. come up with prompt that writes to a file 2. it suggest following: ```...
AST explorer is (most?) often used when building jscodeshift codemods. Would be great if the tool supported something like this: input: `a => b` output: ``` j.arrowFunctionExpression( [j.identifier('a')], j.identifier('b') )...
Some times you might have removed a package, or updated without knowing it is in ignores. Would be good if the audit-ci command would fail if such package still exists...
### Summary Now the documentation only lists what extensions are possible: https://remirror.io/docs/advanced/creating-extensions It would make sense to have a step by step guide to create a simple extension too. It...
### Summary shook.digital is not linkified by LinkExtension. However, the latest `extract-domain` that LinkExtension uses seems to support it. I believe the culprit is outdated `extract-domain`. Maybe update it to...
### Summary Looks like there's a massive API surface, but very minimal documentation. All the components and hooks are listed, but there's not much information about them. For example the...
### Summary Looks like documentation around styling and theming is pretty minimal: https://remirror.io/docs/concepts/styling/ Would be great to see styling and theming examples for remirror. Now there's very minimal information scattered...
The docs indicates that append should have some sort of callback: https://www.archiverjs.com/docs/archiver#moduleprototypeappend However, the syntax is not valid javascript and it's not clear how the callback should be defined and...