Marton Lederer

Results 9 issues of Marton Lederer

I am trying to add "graphql-tag" to the webpack loaders, but the webapck function in the nextjs config is not being called. Here's my `next.config.js`: ```js const withPlugins = require('next-compose-plugins'),...

Supports adding checkboxes to markdown: ``` - [x] Checked - [ ] Not checked ``` - [x] Checked - [ ] Not checked Implements #121. Code modified from [here](https://github.com/jonschlinkert/remarkable/issues/189#issuecomment-590026524).

[Nest.land](https://nest.land) is a growing ecosystem of Deno modules. It is a blockchain based package-registry, so if you publish a module, no one will be able to remove it ever again....

Right now we are using the `/package/:pkgname` route for modules. To align more with the Deno philosophy, we could switch to `/x/:modname` or `/mod/:modname`

Navigating from an instantclick-powered page to another by pressing a link, and than using the back button, returning to the previous page causes scripts with the data-no-instant attribute to get...

With the `useHashLocation` hook, the active route does not sync with the current state/location, once it is updated. The initial location loads the correct route. For example/reproduction: 1. Set up...

unclear

## Details This PR is the implementation of [RFC#524](https://github.com/PlasmoHQ/plasmo/issues/524): chunked messaging. It is only available for ports, because this feature is designed for large data transfers through long lived connections....

### How do you envision this feature/change to look/work like? The new system would automatically split the message data into pieces that wouldn't reach the size limitation of the browser...

enhancement

**Usecase** You have an extension with html files added to `web_accessible_resources` in the manifest. These pages should be allowed to communicate with the background script and other pages, similarly to...