Robert Hall

Results 12 issues of Robert Hall

The rpc interface has remained the same for 3 years. JavaScript has come a long way. It should be simpler to write complex app logic and test it. - [...

Feature Request

https://medium.com/@c2c/nodejs-a-quick-optimization-advice-7353b820c92e

Not an issue

[See https://github.com/socketstream/socketstream/issues/513 as a precursor to this.] I've created a `feature/doc-updates` branch. I think it was @RomanMinkin who did a tremendous effort in going through our docs and trying to...

Proposed change
Documentation

I have a case where it's taking me a little while to do something in the .before() request handler. Express.js's method for handling this kind of behavior is to either...

So I just ran into the favicon not updating unless I manually break the cache like so: ```html ``` Without `?v=2` it wasn't picking up my changed icon. I think...

docs

When I have only a portion of the file selected, and run the formatter, it formats the whole file. Example: ![example](http://g.recordit.co/jMa0LLf3eS.gif) Here are my settings: ![image](https://cloud.githubusercontent.com/assets/111424/10981230/846e9c22-83d4-11e5-9710-c7e4ddfb29df.png)

bug
PRs welcome

These characters are common to domain names.

It's unclear where this behavior is stemming from (might be Rollup, might be Sapper, might be Svelte, might be something weird on my computer), but I'm just going to put...

Was getting the following bug when `NODE_ENV` was set to `staging`: ``` $ sapper build > Building... WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that...

bug

I was having the same issue reported in #50 (`buffer_id([#]) is not valid (closed or unsupported file format)`) and hunted down a probable cause of the problem. If you're running...

enhancement