NemoStein

Results 15 issues of NemoStein

**Is your feature request related to a problem?** Verdaccio registers middleware plugins before registering the `bodyParser.json()` middleware in the express app, making it impossible for middleware plugins to access the...

topic: feature request

#### OS platform / Browser Windows 10, Chrome 105 #### melonJS version v13.0.0 #### Bug description The `NineSliceSprite` internal properties `nss_width` and `nss_height` never gets updated, making it impossible to...

Bug

**Is your feature request related to a problem? Please describe.** Currently there are multiple caveats to create a minimize/close to tray feature. Related to the window, there is no event...

feature-request

This PR addresses the issue #74 It adds a new CLI argument `--extern path` (or `--extern=path`) that can be repeated to serve content from multiple roots. ```shell $ cd ~/project-root...

Consider the following project tree: ``` project-root ├ src │ └ main.js └ static └ index.html ``` Currently, for `index.html` be able to link to `main.js`, servor must run in...

Same as Chocolatey or Homebrew https://scoop.sh/

windows
distribution

Following the issue at https://github.com/davidfig/pixi-scrollbox/issues/18 Is it considered to push this project into a CDN like CDNJS?

Is it considered to push this project into a CDN like CDNJS?

I'd like to pass parameters to my function `tapFunction`, like this: ```javascript gulp.src(glob).pipe(tap(tapFunction, 'param')); ``` I know I can do this setting variables outside the tap scope, but that doesn't...

enhancement