Vladimir Sekissov
Vladimir Sekissov
add forms for multiple choice selection and elements for it. Unfortunately this use case couldn't be done without extending Form.Internal.Field
Is it possible to allow history table to be partitioned? Function `add_system_versioning` doesn't allow me to do so, probably here: https://github.com/xocolatl/periods/blob/d7b2081dd65514bbb8e96d8de4904d9357fa30c9/periods--1.2.sql#L2601 But if I create history table as normal and...
In hope to free you a little from routine tasks I rewrote TodoJS presentation code with virtual-dom of ocharles https://github.com/ocharles/virtual-dom.git : https://github.com/eryx67/auto-examples.git
Add support for GHCJS using pull request to api-builder: https://github.com/intolerable/api-builder/pull/4 At least examples from README work correctly.
Added support for GHCJS and appropriate example. The main diffrerence with GHC version is usage of strict ByteStrings instead of lazy ones. Also no support for multipart bodies yet. Code...
Major changes: 1. I didn't try to fix Results module. It was replaced with Either from Swiftz. 2. With latest Deferred socket object could be garbage collected when read/writes were...
Changes: - keep lists order on translation - add support for EEP18 record format {[...]}, default behaviour is preserved - ignore unknown JSON fields - allow user to specify records...