Michael Heuberger

Results 199 issues of Michael Heuberger

Because of your dependency to bufferstream which hasn't been updated for ages.

I manually closed the express server with `server.close()`, yet the proxy throws an error. I guess the proxy is not listening to the server's shutdown process? ``` Error: connect ECONNREFUSED...

Hello there Would be cool if I could pass on two json files to the constructor instead of one. Because in my project I have a default.json and a secret.json...

Hello again Any chance this plugin could respect any existing package.json if there are any? This instead of creating a temporary one.

Hello guys With this plugin `npm install` is invoked when calling `lein deps`. How can I add a `npm prune` before `npm install`? Is there a hook for that I...

Currently when you do a direct `npm install`, it sorts the dependencies by name in the package.json. Do you think you could do the same here? That would be great....

```js getFPS: function(){ return this.deltaTime > 0 ? 1000 / this.deltaTime : 0; if(this.deltaTime){ //

Hi there This is a great package, helps me cracking cyclic dependencies between multiple subscribers. Do you think you also can wrap the `createStructuredSelector` and maybe other remaining public imports...

Another interesting log line I've found: ``` Feb 4 13:30:08 M1 gnome-shell[68840]: libinput error: event6 - Logitech MX Keys: client bug: event processing lagging behind by 39ms, your system is...

question

It is me again. Just spotted these error log lines on my syslog on latest Ubuntu (booted into Wayland mode): ``` Feb 4 13:29:30 M1 [email protected][68840]: Kinto, does not support...

question