Paul Lam
Paul Lam
For example, if `router.go` of `main` uses `trie` package in a subdir, I tried `gopkg.in/GlassyMedia/go-json-rest/trie.v1` but it doesn't seem to work. Is this feature available? I can send in a...
We (@ozjongwon) developed a macro in-house to satisfy our need for creating classes from Malli Schemas. ala `plumatic.schema/defrecord`. I'm wondering would there be interest in merging that upstream to Malli...
Any interest in making this portable for both clj and cljs with [cljx](https://github.com/lynaghk/cljx)? Don't know how it might work yet, but if it does, this might save some duplicate efforts,...
I'm trying [the load balancer example](http://www.vulcanproxy.com/library.html#quickstart) to reach https://www.google.com (i.e. single upstream node) from localhost. Such that when I do, ``` curl localhost:8000 ``` It should return the page from...
I'm trying to send a GET request something like `http://example.com/articleUrl/http%3A%2F%2Fwww.wiscnews.com%2Fsports%2Farticle_c8b5102a-c30a-5906-86a1-2ffef91f858f.html/` but the actual request sent keeps getting decoded somehow. Any pointer as to where to unit test this in cljs-http...
re-did this. and updated pom. does not break API.
What's a recommended way to build a login wall to a Secretary routed app? Currently I'm doing this up top on my routes namespace. ``` (defn enforce-login [] "Check authentication...
``` > devtools::install_github("cartodb-r", "Vizzuality") Installing github repo(s) cartodb-r/master from Vizzuality Downloading cartodb-r.zip from https://github.com/Vizzuality/cartodb-r/archive/master.zip Installing package from /var/folders/kn/g1j7z4g96cnfbn3tn9s7gyf40000gn/T//RtmpADfqCb/cartodb-r.zip Error: Does not appear to be an R package (no DESCRIPTION) ```
Flow states like Wait, [Fail](https://github.com/Motiva-AI/stepwise/issues/16#issuecomment-1292696583), Choice, Parallel. And non-trivial use cases like [nested state machines](https://github.com/Motiva-AI/stepwise/issues/16#issuecomment-1292696583).