Ethan Miller

Results 29 comments of Ethan Miller

R looks like this: ``` > is.vector(c(1:100)) [1] TRUE > c(1:100) [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18...

+1 I was getting the same vague error message: "Unable to locate Clojure's edn files". I ran `clojure` and the error message told me immediately what I needed to know...

@genmeblog just a reminder to take a look at this when you get a chance. :)

@genmeblog: I changed things here so that: * `types` - returns the set concrete types; * `general-types` returns the set of general types; * `typeof` returns the concrete type of...

I am looking for the same thing. So +1. @shaunc: Here is a link to a dialect for the chat system discourse that uses (I think) a fork of markdown-js...

Any movement on this? Would love to to use this library, but my org also uses SSO. Using SSO is I think recommended practice for IT now.

Yes how would you do a delete all with Bookshelf with the current api?

Found one way of doing it in the above #1144, e.g.: ``` User.where('id', '!=', 0).destroy() ```

Also having this problem.