Joseph Coffland
Joseph Coffland
I just checked in a minor change that allowed the following procedure to work for me. In the ``fah-control`` source directory: ``` scons package sudo dpkg -i deb_dist/fahcontrol_7.4.17-1_all.deb sudo apt...
The error is in ``/usr/lib/python2.7/dist-packages/stdeb/util.py`` This is part of your ``stdeb`` install. Looks like it's installed incorrectly. On my system, ``RULES_BINARY_ALL_TARGET`` is defined in ``stdeb/util.py``. I'm not quite sure how...
FYI, a new client is in the works that will solve this.
This is a problem in C!. I may have been fixed recently. https://github.com/CauldronDevelopmentLLC/cbang/commit/641d0cc369d01fe717faae576a894c745d51423f JSON allows for ``\u####`` escape codes but not ``\x##``. This may need more work.
**Comment by @jcoffland on 6 Aug 2010 19:47 UTC** You can manually set the relevant options via "extra slot options". I think making a per slot "advanced" configuration would make...
**Comment by @bb30994 on 1 Mar 2011 23:12 UTC** According to your new definition of what's being reported, I think this is almost fixed. Even in the Advanced mode, the...
**Comment by @PantherX on 2 Mar 2011 04:08 UTC** If the drop down menu is difficult, how about those values are already entered with default values and the user just...
**Comment by @7im- on 7 Oct 2011 17:38 UTC** http://foldingforum.org/viewtopic.php?f=67&t=19764 ''kscott wrote on Oct 07, 2011: Is Standford being lazy with the V7 client? Is it so hard for them...
**Comment by @jcoffland on 9 Feb 2013 23:20 UTC** Right, "lazy" because we are just sitting here twiddling our thumbs with nothing to do.
@prusnak How can you show the contents of a transaction when it could contain arbitrary data and functionality? Solana can run arbitrary programs. It doesn't have just a few types...