Git Product home page Git Product logo

nickel-org.github.io's People

Contributors

bengesoff avatar cburgdorf avatar jefflembeck avatar jolhoeft avatar jupp0r avatar ohsayan avatar ridhoq avatar ryman avatar zsiciarz avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

nickel-org.github.io's Issues

nickel.rs DNS not resolving

Hi there @cburgdorf, @Ryman and @SimonPersson,

I was not sure how to bring visibility about it, but it seems that the DNS for the http://nickel.rs website could be expired or misconfigured.

I've tried connecting and I got a ERR_NAME_NOT_RESOLVED from Chrome on my computer, and IsItUp.org also reported an error.

screen shot 2017-07-16 at 15 06 09

screen shot 2017-07-16 at 15 05 24

I've tried dig and there seems to be no CNAME or A configured for the domain.

dig nickel.rs @8.8.8.8 ; <<>> DiG 9.8.3-P1 <<>> nickel.rs @8.8.8.8 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 7097 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;nickel.rs. IN A

;; AUTHORITY SECTION:
rs. 1799 IN SOA a.nic.rs. hostmaster.nic.rs. 2017071609 3600 1800 2419200 3600

;; Query time: 62 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Sun Jul 16 15:07:17 2017
;; MSG SIZE rcvd: 80

Let me know if there are further tests to help debug it

example for json serialization out of date?

Trying to follow example on nickel-org site for json decoding and it referenced using rustc-serialize. According to the interwebs, rustc-serialize is now deprecated and they recommend using serde (see https://github.com/rust-lang-deprecated/rustc-serialize). Would it be worth updating these docs to use serde as well?

Should be the following changes:

Add two dependencies to Cargo.toml:

serde = { version="0.1.0", features=["derive"] }
serde_json = "1.0"

then in the example, the rust code should use:

use serde::{Deserialize, Serialize};

derive updates to serde's impl:

#[derive(Serialize,Deserialize,Debug)]
struct Person {

and the rest should be the same...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.