Kotaro Hiba

Results 5 comments of Kotaro Hiba

![image](https://user-images.githubusercontent.com/62483809/201767044-45079ad6-590e-40d3-929b-7e333d22e24a.png) is dark theme in ubuntu 22.04 I'm install last package from snapcraft ![image](https://user-images.githubusercontent.com/62483809/201767464-5b0b236f-ee7e-46ce-9eea-96f56e18bf85.png)

For Windows users who didn’t understand the scripts — Here’s a ready-made manifest.json. Just replace the existing one in the downloaded archive with this file. Then go to about:debugging#/runtime/this-firefox and...

Guys, if you need any help with the extension to publish it to the store, please let us know — we're really looking forward to it :)

I have the same problem, I have this code. ```ts import { createServer, Model } from 'miragejs'; import { ModelDefinition } from 'miragejs/-types'; interface MessageA { content: string; } //...