iMoses

Results 8 issues of iMoses

**TL;DR** This proposal changes the API but keeps most of the original hueristics completely intact. Tests were added and adopted, but with the exception of deprecated methods (e.g. `util` methods),...

feature-request

I made a very optimized headless hook version of your library to use in my projects and I wanted to check if you'd like to use the code (or work...

Code: ``` var gaze = require('gaze'); console.log('script loaded'); gaze(__dirname + '/../public/assets/javascripts/**/*', {maxListeners: 999}, function(err, watcher) { console.log('gaze function called'); this.on('all', function(event, filepath) { console.log(filepath + ' was ' + event);...

according to this: https://helm.sh/docs/topics/chart_repository/ all you need to do is have an updated `index.yaml` file with all releases defined in it, and t can be anywhere from a static server...

Fixes #904 (and possibly #1043) Solution is based on this documentation: https://nodejs.org/api/packages.html#approach-1-use-an-es-module-wrapper It properly configures the package entry point for both CommonJS and ESM, which is currently not the case...

I have a use case in which I'm using React and Keypress together. I want Keypress to catch all special keys, such as backspace and tab, prevent their default and...

enhancement

I have a default configuration for aws providers which looks like this: ``` config.vm.provider "aws" do |aws, override| aws.instance_type = "c3.xlarge" aws.block_device_mapping = [{ 'DeviceName' => '/dev/sda1', 'Ebs.VolumeSize' => 30,...