Philipp Fehre

Results 9 issues of Philipp Fehre

Currently the documentation lives in the readme, which is not ideal, maybe consider moving it to something like readthedocs.org for better viewablity and access. What would be involved in doing...

new contributors
documentation

If canned is used to stub out requests for a server it can be useful to proxy requests for unknown routes. The idea is to instead of serving a `404`...

future ideas

Currently canned resolves the routes on request, which is great since they can be modified while canned is running without any problems, adding new files/folders/etc. One thing missing so is...

future ideas

Scanning through the directory to explore the API is nice but it would be great if it would be possible to output a simple HTML page which just lists the...

future ideas

Not sure what we need todo here but it would be nice if it could be easily integrated with express during testing / development. Something like ``` javascript var app...

enhancement
future ideas

@mulderp pointed out rightfully that the getting started is located rather awkward at the middle if the docs. I think to move it to the top would be great as...

new contributors
documentation

[com.sideshowcoder.jpgcompressor-iphone-0.5.4.zip](https://github.com/sideshowcoder/jpgcompressor/files/71747/com.sideshowcoder.jpgcompressor-iphone-0.5.4.zip) The attached version should build with new SDKs without error.

Sadly the talk is no longer available on the jsconf.eu page, but it is on the youtube channel.

CONTRIBUTING.md mentions to use docker compose to run flagd from the testbed, but there is no `docker-compose.yml` file present. This PR add it such that it uses the testbed flagd...