Albert Lai

Results 20 comments of Albert Lai

should be good enough for showing all the use case https://github.com/noprompt/garden/blob/2b5cde3b938c58412cb06415fa503e25d319bc9b/test/garden/compiler_test.cljc#L120

like what Ring is done. https://github.com/ring-clojure/ring/blob/master/SPEC

I longed for the merge of #123 for quite a long time ~ Thanks for your effort!

Hi everyone, may I know the awesome_bot integration would help this project or not?

or you can just use `org.httpkit.sni-client` in `2.4.0-alpha6`

My little thinking about this topic is what make lambdacd better than others? Solving outstanding CI/CD big issue would be a good way to make lambdacd become unique. Something like...

It seems because the `html4` macro set `html-mode` as `:sgml`, which have no handling is defined. The default rendering would render all empty tag with no end tag. Solution 1...

> I have an Amazon Elasticsearch domain with endpoint `https://search-semente-mbk7y7yizywtxbov5s64to2gdm.eu-central-1.es.amazonaws.com/`. I can hit it alright via `curl`: > > ``` > es@bocha:~/src/semente$ curl -i -X GET "https://search-semente-mbk7y7yizywtxbov5s64to2gdm.eu-central-1.es.amazonaws.com/_cat/health?v" > HTTP/1.1 200...

queue/stack is needed, since the interceptor could modify the execution queue to provide dynamic behaviour. e.g. routing interceptor is base on the ability of modifying execution queue.

https://github.com/metosin/reitit/blob/1ab075bd353966636f154ac36ae9b7990efeb008/modules/reitit-http/src/reitit/http.cljc#L99