Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,386 contributions in the last year
Contribution activity
May 2020
Created a pull request in caddyserver/caddy that received 9 comments
- caddyauth: Fix hash-password broken terminal state on SIGINT
- httpcaddyfile: Improve error on matcher declared outside site block
- httpcaddyfile: Add `auto_https` global option
- windows newline issue withSplitFrontMatter, fix for #3386
- caddyauth: Add realm support to basicauth Caddyfile directive
- fastcgi: Add new `php_fastcgi` subdirectives to override shortcut behaviour
- v1: Allow empty files to be imported
- httpcaddyfile: Be stricter about `log` syntax
- run: Add the possibility to load an env file
- reverseproxy: Improve error message when using scheme+placeholder
- caddytest: Refactor Caddyfile adapt tests to separate files
- caddyconfig: Add new `handle_path` directive for easier subpath grouping
- docs: link to CEL standard definitions
- httpcaddyfile: allow modules to customize listener wrappers
- caddyhttp: reverse-proxy command add --insecure flag
- httpcaddyfile: Add shorthands for parameterized placeholders
- caddy: Add support for `d` duration unit
- ci: Delete .travis.yml
- httpcaddyfile: Make global options pluggable
- caddyhttp: Fix merging of matchers within a not block
- adding wildcard matching of logger names
- http: Add support in hash-password for reading from terminals/stdin (#3365)
- logging: fix/improve rounding logic for log rolling directives
- caddycmd: check file exists before validate
- ci: Add release tagged event triggers to sister repos
- Some pull request reviews not shown.
- docs: Add many examples for Caddyfile request matchers, move TOC
- Clarify that Caddy has no _runtime_ dependencies
- docs: Cross-link the `root` directive with `file_server`/`php_fastcgi`
- docs: Add Caddyfile syntax highlighting
- docs: Remove brotli from `encode` page
- docs: add instructions for Homebrew
- docs: Update the php_fastcgi expanded form
Created an issue in google/cel-go that received 10 comments
Comparing timestamps?
Hi, sorry for the lame question -- how can I compare timestamps using CEL + this library?
I tried timestamp(0) == timestamp(0) but I get false ever…
10
comments