Felix Becker
Felix Becker
_From @GeraldNDA on March 14, 2017 17:57_ It'd be great if I could go to the trait definitions or see the definition of methods defined by traits. Also parent seeing...
_From @razvanphp on November 4, 2016 18:54_ Not sure how I can explain better, but this would be very useful, especially for private variables in classes. Thank you for this...
## Description When using `record` mode, gifs show up for me normally (using Puppeteer). But in `replay` mode, gifs are always corrupted. This is reproducable on any page with gifs,...
I'd love to use this package in the browser, but currently it uses Node-style CommonJS. Would it be possible to support ESM through package.json fields?
Other input tag components allow the user to focus tags with the arrow keys and delete the focused one with Delete/Backspace. Examples: - https://dev.office.com/fabric#/components/pickers - https://material.angularjs.org/latest/demo/chips This is very important...
## Feature Request Tools like Webpack and Gulp allow the config file to be named .ts and be written in TypeScript if `ts-node` is installed. This makes it possible to...
This cheatsheet is great. If GitHub pages were enabled, one could directly view it in the browser in an accessible way (as opposed to the image which doesn't work with...
Let's say I have three models Genre, Book and Author: ``` js const Genre = seq.define('Genre', { id: {type: Sequelize.INTEGER, primaryKey: true, autoIncrement: true}, name: Sequelize.STRING }) const Book =...