Josh Lind

Results 37 issues of Josh Lind

When submitting my site to search engines, they report **"Syntax not understood"** for the line in robots.txt generated by this plugin... ``` Host: http://www.example.com ```

The package does not honor the `debugHost` setting (set via UI and checked the `config.cson` file). The console says... ``` Connection attempt 1 to node process on 127.0.0.1:5858 failed. Will...

When trying to create an array field of objects along with references to that same object the schema will not deploy. Doing this works fine in the editor UI. It...

⚛️ GraphQL

#### The init value of `useLocalStorage` is not actually saved to localStorage! ```jsx import { useLocalStorage } from 'use-hooks' export const randomHash = () => Math.random().toString(36).substr(2, 9) const MyComponent =...

Anyone already setup a declaration file?

If the user clicks away from the ProseMirror editor with @mention suggestions open... they can get stuck open. This is particularly bad once the user scrolls and the suggestions remain...

When trying to build via `npm run build`, the `/dist` folder is created, but you get the following error... ``` [!] Error: Invalid format: esm - valid options are amd,...

What is required to return a React element for suggestions? I can't get anything to appear. Is this against ProseMirror norms for decorations perhaps? **Why?** - Avoid DOM creation -...

RGBA CSS doesn't work for the background color... ``

Would be great to add recurring events (`RRULE`) to the API. The google link parameter is... `&recur=RRULE:FREQ%3DDAILY` https://developers.google.com/calendar/api/guides/recurringevents I've been messing with this trying to get it done... https://www.textmagic.com/free-tools/rrule-generator