Jason Dusek

Results 20 comments of Jason Dusek

Thanks for making this change. I'm not sure we can use this method -- `-a ...` is a Bash-ism -- but I'm sure we can do something. It sounds like...

I will forgive you if you do not accept my patch. Ralph Giles schrieb am Mo. 3. Apr. 2017 um 17:42: > This is the same as #49 > ....

For the most part, WCWidth relies on the native `wcwidth` implementation, from `wchar.h`. On Linux, Mac OS, FreeBSD, &c, the `WCWidthHaskell` implementation is simply not used. Reading over @ruifengx's post,...

@MichaelTJones That is definitely not the point of this repo. It may be a use for it, but it's definitely not the point of it. Many people who contribute are...

Why must it not be written in Go?

* "designed for unsophisticated programmers" * "heavy bias towards less capable programmers with little provision for advanced programmers"

@ryukinix You are in the right. The “simplicity” justification is often used as an excuse for other aspects of Go, though — we don’t have generics, we don’t have a...

It makes sense what you're saying -- it can be moved into an extension package.

Let `note` be a JSON column, selected into as follows: ``` javascript note { tags, author { first, last { prefix, suffix } } } ``` Here is a first...

The full generality of `CHECK` would obviously make it very difficult to simultaneously support it and also support non-SQL databases and the generation of validation code for APIs, &c. What...