Paul Lam

Results 40 comments of Paul Lam

tl;dr; I don't see any problem. Speaking out loud my initial worry that turns out to be moot. My first concern would be potential conflict for dependencies. But this is...

Hi Marcin, Have you initialized JForexContext in onStart()? Paul On 1 June 2011 06:07, qooyend [email protected] wrote: > Hello, > > I just began playing with JForex, have found your...

Could you post the exception stack please? And what's the currency you were trying to add? I haven't added all the currencies into the map. On 1 June 2011 09:41,...

@cap10morgan a separate image sounds good to keep it clean. Otherwise, I haven't used clojurescript for ages so I don't know what toolsets are needed anymore.

Just ran into this. The design choice of assuming that load-config is the one and only entry point seems limiting to me. @tolitius, I like what you did here with...

FYI I'm doing this to enable `load-config` with a config.edn on dev, and fallback to `from-env` without a config.edn on prod. I don't want to use `t/merge-maps` in fear of...

@methylene you can pass in `:strict? false` option into hfs-delimited and your missing field at the end would just be null. Regarding quote, I don't think you can disable it....

@methylene delimited expects an ISO legit delimited file. Your best bet is to just read it in with hfs-textline then parse it manually. Does that answer your question?

Is this test case corresponding to your problem? https://github.com/Quantisan/cascalog/commit/cac0119730b14035162a6e624f7edd4ad73353dc

We sort of talked about this on the forum already. ``` message DateOfBirth { message Date { required int32 year = 1; required int32 month = 2; required int32 day...