opticyclic

Results 66 issues of opticyclic

What do you actually mean by _system dump_? e.g. am I using `dd` to copy the system partition to an image or am I just recursively copying the whole of...

Windows 64. When I scroll the editor the preview doesn't stay in sync.

enhancement

It would be useful to have the option to display a toolbar that could apply formatting for those of us that can't always remember the markup.

enhancement

It would be helpful if I could have two windows (or tabs) open, select a node in one, right-click to copy the node then right-click to paste the node in...

Sometime I have a big file and only want the top 5 rows. Can you add something like `Select TOP 5` or `Where ROWNUM>5` to limit the number of rows...

I would like to be able to export a short summary of the time spent even if it is just a text file. Something basic like this would be a...

wishlist

According to https://docs.corda.net/permissioning.html In development mode (i.e. when devMode = true, see Node configuration for more information), pre-configured keystores are used if the required keystores do not exist. `deployNodes` is...

`deployNodes` is just for local testing so it would make things easier if it defaulted to `ALL` in the rpc permissions rather than a blank array.

My state defines the participants via PublicKey. data class MyState( val id: String, val partyA: PublicKey, val partyB: PublicKey, val status: Status, override val linearId: UniqueIdentifier = UniqueIdentifier() ) :...

enhancement

Its not clear which versions of Corda are supported The README says: ``` buildscript { ext { corda_release_version = '4.3-RC01' accounts_release_version = '1.0-RC04' accounts_release_group = 'com.r3.corda.lib.accounts' confidential_id_release_group = "com.r3.corda.lib.ci" confidential_id_release_version...