Denis Tokarev
Denis Tokarev
UX issue
Hey, I don't want to criticize or somehow insult you, but I've noticed an issue with UX when tried to use your website. Why haven't you just made a `Play`...
This PR addresses an [issue with missing support for generating migrations in TypeScript](https://github.com/deluan/contentful-migrate/issues/53) by introducing new options and/or environment variables for customizing the migration template file and generated migration file...
Hi, do you plan to export some TypeScript/Flow definitions for the library?
Hey, please provide the package.json and publish this package and it's dependencies to NPM.
Hello, after installing the package with `npm` I have discovered that the package directory contains a `package.json` file only. What happened?
Hey @fmvilas, if you don't maintain the project, mind letting me maintain it?
Hey guys, maybe let's develop a new version that will be Promise-based? I could help doing some pull requests etc.
In some projects, when you merge a branch, all the commits get squashed into one. It would be nice to detect such cases, and when the previous branch in the...
Hi @steveruizok! Firstly, thanks for your amazing work on the `perfect-freehand` itself and on `tldraw;` – it's been exciting to see and try with all the recent AI features. Just...
Hi! It would be great to have a `@property` decorator which can be used as shorthand for getter/setter declaration: ``` javascript import {property} from 'core-decorators'; class Item { @property name;...