Alien Science

Results 8 issues of Alien Science

Hello, This is a feature request and not a bug. I was recently using Hiccup with Enlive and found that I had to parse Hiccup output into Clojure-XML format. This...

This PR resolves #15. The PR contains two commits: - Replace `Rc` with `Arc` so that the Hasher can be cloned and sent to different threads. - A test to...

Many thanks for writing _sthash_ -- it is a cool library. I would like to use _sthash_ within Rayon to hash small blocks in parallel. I have the problem that...

The lexer and parser are likely to have more bugs in them. It would be good to have a test that throws valid and invalid commands at the lexer/parser and...

help wanted

It would be good to have more documentation on the configuration functions along with an example of how to start the IMAP server. At the moment it is not clear...

enhancement
ready

The new lexer tests have uncovered a problem with the handling of literals: A literal is a sequence of zero or more octets (including CR and LF), prefix-quoted with an...

bug

Because the project contains no pom.xml, jitpack.io cannot build the project: https://jitpack.io/com/github/dhorions/DynamodbToCSV4j/v0.1/build.log This means the project is unavailable as a maven dependency. Would it be possible to include a pom.xml?

I like the simple api of `dnsclient` and would like to use it. However, for my use case I need access to the `CNAME`, `MX` and `PTR` records. Would you...