Gilbert

Results 30 issues of Gilbert

You know, for converting from React 👀

Hi, I saw [your blog post](https://cdiggins.github.io/blog/linear-logic-and-linear-lisp.html) on linear types and concatenative languages, and how you were investigating whether they were a good fit for each other. Did you find anything...

I'm trying to use the equivalent of `>>` in haskell, which discards the result of the previous call: ``` ruby require 'deterministic' class X extend Deterministic def self.util(message, ctx) Success(message)...

``` elixir def MyConnection do use RethinkDB.Ecto.Connection end ``` Where does the above code go in a Phoenix project? How does it relate to Ecto.Repo, if at all? I'm new...

First of all, great library. It seems like there's nothing mithril-specific about this library, though. Would you consider exporting the `Validator` object, instead of directly attaching it to `m`? You...

Hi all, I wanted to gather your opinions on the [explicit-this proposal](https://github.com/mindeavor/es-explicit-this) since I think it is directly related to this proposal. Personally, it would put me fully on board...

The pattern now allows spaces to accommodate the auto-inserted spaces in between groups of numbers.

The paymentNumber field has `pattern="\d*"`, which causes Chrome not to allow the form to be submitted, due to the spaces inserted in between every four numbers. What's the best solution...