Jerome Simeon

Results 307 comments of Jerome Simeon

Another useful bit of info: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER So, assuming we want to keep a precision on monetary amounts based on cents, in theory we could stick to doubles between -(2^51 -...

It's most likely a timezone issue, can you run with `cicero --currentTime= "2020-01-23T00:00:00-05:00"` or `cicero --currentTime= "2020-01-23T00:00:00Z"` to see the difference? Currently dates are always interpreted as a Date/Time with...

> Yes, this is a timezone issue. On reflection I think we need a logical Date object that does not include timezone information for this kind of logic. Maybe...what does...

Initial PR is available here #786

@mbtamuli Sorry for the lag, we're in the middle of a release which makes it hard to track everything. This is a great issue to pick! Also a pretty ambitious...

Things we might need to get this working: - a cool application - need an Ergo syntax or API (for calling a foreign function) - a mapping between the two...

Some notes from today's discussion on the WASM backend. ## Plan 1. ImpWasm = Imp over EJson+SumTypes (i.e., do not encode left/right as objects) @jeromesimeon 2. Mini compiler: take imp_ejson...

Todo list, based on latest development in Q\*cert (`wasm` branch) and Ergo (`release-1.0` branch) : 1. [x] Get the `release-1.0` branch of Ergo to build on the `wasm` branch of...

Any emacs lisp expt help would be greatly appreciated. The latest code is in: https://github.com/accordproject/ergo/tree/master/ergo.emacs But it's possible that a rewrite from scratch (or based on another emacs mode than...