Devin Alexander Torres

Results 65 comments of Devin Alexander Torres

I'd like to use the Proper runtime in several projects, and it raises too many questions. For instance, linking Proper into rebar to automatically run Proper tests is already of...

@blt Exactly. I don't use Proper like a command line tool. I hate to admit that Proper being GPL licensed is a such a turn-off but it really is, and...

Is there any chance of this happening?

@kostis Indeed, I was referring to an exception clause to make it clear that library authors using it for tests aren't "infected" by the GPL.

@kostis Another license that puts your needs in clear terms (non-commercial use restricted) and _isn't_ contagious is the simple Creative Commons Attribution-NonCommercial-ShareAlike license: http://creativecommons.org/licenses/by-nc-sa/3.0/

@pguyot In [JSX](https://github.com/talentdeficit/jsx) you can pass a pre_encode and post_decode function to the encoder/decoder for custom behaviour. I imagine similar callbacks could be passed in the list of options to...

Here's what I've got: ```ts declare module 'react-final-form-html5-validation' { import { ComponentType } from 'react'; import { FieldProps } from 'react-final-form'; interface Props { max?: number; maxLength?: number; min?: number;...

Right now we have to do this to test internal methods: ``` js var parser = require('posthtml-parser'); var render = require('posthtml-render'); var walk = require('posthtml/lib/api').walk; function parse(html) { var tree...

Not currently. What do you need it for @mattvonrocketstein? Have a good example?

Considering this for inclusion in 1.6.