Richard Lopes

Results 5 issues of Richard Lopes

**Describe the bug** When using `fetchPolicy` property on `$apollo` inside a Single File Vue Component, typescript throws the following error on terminal output: ``` ... long error stacktrace ... Types...

pending triage

**Feature:** Show all bookmarks pages when you open a new tab **Description:** When you open a new tab on Chrome, the native favorite bar appears and you choose a favorited...

I'm currently using this library to analyze and detect unused files in my project. I've encountered a challenge when it comes to handling test files. I've tried two strategies: 1....

question

Consider the following input value: `12345` The output would be: `$ 123.45` instead of `$ 1,2345.00`. How to achieve the first output using this library? This is how I am...

Hi! I'm trying to extend a `TableNode` by creating a `CustomTable` following the Lexical way of doing that: ```ts export class CustomTableNode extends TableNode { static getType() { return 'custom-table-node';...