Results 18 issues of Roy Keene

When I save a story, it only downloads a limited number or depth of comments. I want to fetch all the comments at Save time.

In github-releases-notes v0.16.0, when using --data-source=milestones with "gren changelog --generate", only the issues closed by that milestone are included. Sample GitHub.com repository milestone: https://github.com/nanocurrency/raiblocks/milestone/11?closed=1 Command: gren changelog --generate --username nanocurrency...

bug
good first issue

Follow up to #212: Logging was removed from contract.go in f0d65c0a70bf65576eb0b16ec2cafa02f8ed5274. Maybe that logging can be re-introduced ?

enhancement

Enables auto-updating for Wavelet binaries.

bug

This will help simplify access control. Currently our images are on DockerHub (docker.io), moving to GitHub Repositories (Beta) will allow us to verify access controls and 2FA settings in a...

devops

Recently we added a restart mechanism (#204). This restart is not very graceful. In particular, transactions which we have adding locally but not gossiped out may be lost. If possible,...

enhancement

We want to support the use case where a user with no balance may call a smartcontract that is so defined, alternatively put that a user's balance is not considered...

enhancement
question

Added support for specifying that the VNC port should be shared the webserver. This requires some cooperation from the webserver to proxy websocket requests for the VNC/SPICE data to the...

Status: Pending
Category: Sunstone

Building from the 1.6 release tarball is a mess. It requires setting up a bunch of symlinks to various things to get the Makefile to build the target and the...

in progress

SHA3 is becoming more popular and supported by NodeJS, support for it should be added here as well. The popular package "jsSHA" supports this in a relatively easy to wrap...