Derek Chiang

Results 28 comments of Derek Chiang

I see. Thank you! Date: Tue, 26 Mar 2013 01:20:52 -0700 From: [email protected] To: [email protected] CC: [email protected] Subject: Re: [hood] Sqlite3 Support? (#56) No, sqlite3.go lags behind ands is not...

Running into the same issue here. @ShrykeWindgrace did you ever figure out how to resolve this?

I think they should, for reasons you described (i.e. so that external programs can recognize upspin content). I think Upspin tools should still accept bare paths though (e.g. `[email protected]/Access`), as...

Yeah the hub is following both A and B, since they both accepted the hub's invites. However, I've found that after I restart A and B, they start receiving messages...

@jzelinskie I think the second approach is just conceptually related to overlayfs; the actual implementation would not have to depend on overlayfs at all. @klizhentas Agreed. But it's not just...

Seems like it doesn't matter which module I use... whether it's `io:`, `lists:`, or `timer:`, the same huge list of functions are shown, but functions that are actually in that...

By the way I'm aware that this project may no longer be maintained and I'm fully down to investigate the issue myself. I was just wondering if you could provide...

Hi @madvas, thanks for the prompt reply. As you can see in the compiled ABI, I have already added `payable` to my constructor.

Here's a minimal example that can be used to reproduce this issue: ```solidity pragma solidity ^0.4.18; contract MyContract { function MyContract(uint whatever) public payable { } } ``` Curiously, I...

Yeah, I do in my real code. The snippet I pasted was simplified; though when I originally opened the issue I did not realize that this error only happens when...