Taichiro Suzuki

Results 73 comments of Taichiro Suzuki

Cool! I dont know I could fix it quickly but will take a look at.

Cool. Let's brush up it together!

Agreed. Will create an wiki page about it.

Ok nice idea! I thought about it when I started to build this. Using database (postgresql is only supported currently) to manage nodes makes it harder to join our network....

Yeah I like Chord algo especially! Can we accomplish it without passing through packets to any nodes except the nodes included in the route? I mean, as my understanding, node...

I did change the milestone of this issue from 0.1.1 to 0.1.2 since the feature is not so important.

Currently, Topaz doesn't have `def to_json` and `def from_json`. (Just have `def self.to_json` and `def self.from_json` via JSON.mapping) But it is a really necessary feature to be implemented...

What I thought is somehing like this. ```crystal class JsonSample < Topaz::Model columns(name: String) end JsonSample.create(name: "OK") json_sample = JsonSample.find(1) # The name of this is "OK" json_sample.update(%({"name": "NG"})) puts...

I've invited you as Topaz collaborator. If you are OK, please commit and maintain this repository:+1:

It seems that you are not logged in. Did you create your account first? If so, did you login to the system? Also, you can confirm your account existence on...