Jan Dolecek

Results 11 issues of Jan Dolecek

It is possible to register a callback, which gets called every time a request to ElasticSearch is made. It makes possible to create debug tools, such as this _debug bar_...

Download project metadata when added a new one, especially default branch, and also project description (to be displayed in tooltip)

http://help.github.com/post-receive-hooks/

Write a script to crawl the whole documentation and finds broken links (which exists, as shown in #1)

Not 100% finished - one of old tests is failing (one more newline than expected) and also need more user testing. Also would need unit tests, but I've got no...

1-feature
2-latte
2-debugger
3-is-pullrequest

``` {ifAuthorized like! $item->id} Like {/ifAuthorized} ```

1-feature
2-latte
3-is-pullrequest

Make the launcher work with Nette framework's Tracy, which does escaping by default.

Hope that you will like some of them :)

Making it cleaner, more standard compliant and easily embeddable to projects...

[AIP-4110](https://google.aip.dev/auth/4110) specifies where should client libraries load credentials from. It's correctly used by `google.auth.default()`, which loads the **OAuth credentials** (ie credentials with _access token_). In our service, we need the...