Ricardo J. Méndez

Results 19 issues of Ricardo J. Méndez

Running a test on posgres 9.3.5 using: ``` clojure :dependencies [[org.clojure/clojure "1.6.0"] [postgresql "9.3-1102.jdbc41"] [lobos "1.0.0-beta3"] ]) ``` Created a table with: ``` clojure user=> (create #_=> (table :customers #_=>...

1. __Can you describe the problem and bug in more detail?__ Memex doesn't seem to realize that a tab's URL has changed in some cases (likely Javascript). 2. __How can...

If reporting a bug: 1. __Can you describe the problem and bug in more detail?__ Deleting a highlight from the sidebar doesn't remove it until you refresh the page. 2....

Hi, It doesn't look like Github supports PRs for the Wiki, and Frostybot's is closed. There is a small bug on this page: https://github.com/CryptoMF/frostybot-js/wiki/Using-the-CLI On the list of `myftxalgosub` examples,...

After running a series of experiments on the REPL, it would be really useful to be able to export to a file or copy to the clipboard the entire history...

REPL

There's unexpected behavior when mixing numbers and characters on an identifier which is not demonstrated on any of the tests. This makes sense: ``` (->kebab-case-keyword :user_id) => :user-id (->kebab-case-keyword :user_1)...

As a suggestion, having pull requests open for years that have neither been merged nor closed gives the impression that the project might be abandoned, and could discourage future pull...

DynamoDB's Document API provides support for functionality that isn't on their base API, like requesting a maxResultSize on queries or scans. Are there any plans to support it? You can...

Hi, I've just noticed that marked is not rendering the image tags on my posts. For example: It seems to be happening across all posts. I had recently updated to...

Commit 0435283 added a `package.json`. However, when one runs `lein test` it now barfs with: > Your project already has a package.json file. Please remove it.