Gabriel Llamas

Results 9 issues of Gabriel Llamas

Instead of this: ``` paths: '["apps/*", "libs/*", "angular.json", "nx.json", "package.json"]' ``` You could do this: ``` paths: > apps/* libs/* angular.json nx.json package.json ``` Or: ``` paths: apps/* libs/* angular.json...

enhancement

How can I pass in the base and head refs to allow calculating the diff from 2 arbitrary commits? I'm using a [slash-dispatch-command](https://github.com/peter-evans/slash-command-dispatch) action and I receive the abse and...

documentation

Make `--dir` to monitor all the markdown files inside the tree structure, not only the first level.

This is by far the best tool for writing markdown files but it needs a new functionality to achieve perfection. Right now when a file changes on save, the content...

1) Add an option to let the user set the number of spaces to indent objects and arrays: `eyes.defaults`: ``` javascript spaces: 4 ``` In `stringifyArray()` and `stringifyObject()` change the...

Angular 13 introduced a change and now tries to load dependencies in ESM format. This lib is incompatible and is a huge major blocker for migrating to Angular 13. As...

You may be interested in including this image somewhere in your book. It shows the prototype chain: http://mollypages.org/misc/js.mp

Currently, when you set a workflow that runs automatically based on a schedule event, the username that appears in the notification is the one from the user that commited this...

Hi, Is it possible to add another example showing how to emit events from the c++ land? [Here's](https://github.com/bnoordhuis/node-event-emitter) an example done by bnoordhuis 2 years ago. Maybe you could rewrite...