stiff

Results 6 issues of stiff

Sorry guys I missed the existing #8 pull request, but anyway think some bits maybe useful. This should be backward-compatible: previously to_xyz/to_lab returned hash now its LAB and XYZ classes,...

feature

With recent additions in C++20 it is possible to write type-level compile-time routes that will accept only parameters of valid type, like this: ``` using AllPosts = Route< Slug, Slug...

For example, here: https://github.com/finnsson/pagerjs/blob/c54c799c3d29ef0a3af90c3395e9960c2a094ce5/pager.js#L1052 . I think this might cause issues in rare cases with multiple versions or jQuery loaded with amd, and `$` should be used for purity?

Hi. Are there any plans to update this extensions to be compatible with latest radiant extensions changes to be installed as a gem with bundler? Thanks.

Currently `[]` is used to support dynamic properties, with simple extension like this: ```javascript const obj = { ['a', 'b' ]: 5}; ``` we can enable full support for dynamic...

Similar to `update` but in more compact form for several keys: https://ramdajs.com/docs/#evolve