Bram Adams

Results 11 issues of Bram Adams

Occurs when extracting component to a new file in a NextJS project.

On the [Installation section of the README](https://github.com/textlint/textlint#installation), the installation command is: ``` $ npm install textlint --global ``` However, a few lines below, the library recommends: > We recommend installing...

Type: Documentation

### Expected Behavior Tasks successfully load into a markdown note using the correct syntax e.g. ```tasks not done heading includes todo/scratchpad ``` ### Current behaviour ### Steps to reproduce Query:...

type: bug

### Describe the bug When attempting to click a ribbon item, the buttons in the ribbon will switch positions by themselves. ### Relevant errors (if available) _No response_ ### Steps...

Error: ``` NoteTweet: (ERROR) failed attempt to post selected. [object Object] ``` Example Text Used (following README format): ``` THREAD START When one of the horsemen entered and saw that...

The automatic tag append function seems to not work for the options: `Post Tweet` and `Post Selected as Tweet` ![Screen Shot 2022-02-09 at 8 14 25 PM](https://user-images.githubusercontent.com/3282661/153324116-71037a08-80bb-4c2b-8b3a-bbcdf1495feb.png)

Running Jest on the original Hono works fine ```ts import { Hono } from "hono"; const app = new Hono(); ``` results in an expected failure (endpoint not setup): ![Screenshot...