Stephen Hurwitz

Results 7 issues of Stephen Hurwitz

Today I goofed up and I was converting uploaded png files to jpeg. When I upload `filename.png` and passed it through a filter that creates a jpeg, the filename of...

I can't figure out how to clear query strings. If I am at `/resource?foo=1` and I navigate to `resource?bar=1` then `foo` is removed any the routing works as expected. If...

``` sh $ browserify x.js y.js > bundle.js $ browser-unpack < bundle.js | factor-bundle \ x.js -o bundle/x.js \ y.js -o bundle/y.js \ > bundle/common.js ``` `bundle/common.js` is created. Neither...

Be a good person and write some tests.

After Twitter redirects me to the check path, I get a fatal error stating, "Wrong parameters for Exception". Here is the stack trace. **FatalErrorException: Error: Wrong parameters for Exception([string $exception...

### Proposed changes Implemented `crossplane.Scanner` that follows the example of other "scanner" types implemented in the Go stdlib. The existing `Lex` uses concurrency to make tokens available to the caller...

### Is your feature request related to a problem? Please describe There may be cases where a Crossplane user wants to parse and validate a "partial" NGINX configuration. For example,...

enhancement
help wanted