Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

2,204

Downloads of v 0.0.1.23-alpha:

323

Last Update:

14 Nov 2016

Package Maintainer(s):

Software Author(s):

  • Sergey Ivasenko

Tags:

actors framework kino rendezvous

kino.Rendezvous

This is a prerelease version of kino.Rendezvous.

  • 1
  • 2
  • 3

0.0.1.23-alpha | Updated: 14 Nov 2016

Downloads:

2,204

Downloads of v 0.0.1.23-alpha:

323

Maintainer(s):

Software Author(s):

  • Sergey Ivasenko

kino.Rendezvous 0.0.1.23-alpha

This is a prerelease version of kino.Rendezvous.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install kino.Rendezvous, run the following command from the command line or from PowerShell:

>

To upgrade kino.Rendezvous, run the following command from the command line or from PowerShell:

>

To uninstall kino.Rendezvous, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade kino.rendezvous -y --source="'INTERNAL REPO URL'" --version="'0.0.1.23-alpha'" --prerelease [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade kino.rendezvous -y --source="'INTERNAL REPO URL'" --version="'0.0.1.23-alpha'" --prerelease
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install kino.rendezvous
  win_chocolatey:
    name: kino.rendezvous
    version: '0.0.1.23-alpha'
    source: INTERNAL REPO URL
    state: present
    allow_prerelease: yes

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'kino.rendezvous' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.0.1.23-alpha'
  options  '--prerelease'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller kino.rendezvous
{
    Name        = "kino.rendezvous"
    Version     = "0.0.1.23-alpha"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'kino.rendezvous':
  ensure          => '0.0.1.23-alpha',
  install_options => ['--prerelease'],
  provider        => 'chocolatey',
  source          => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

WARNING

This package is exempt from moderation. While it is likely safe for you, there is more risk involved.

Description

Rendezvous service for kino networks


AsyncIO.dll
md5: B2792F73E2AE56711D8A9609150B680B | sha1: F4E8ECCCCC92F11A5A46A1D603882397403B536E | sha256: CE336909941800B36C92EA665444E4FCD41CA84D2B270B2FD4025C96C13187B3 | sha512: A55A854311ED136D359631F7B1726101C84BD07B52FE3065410E4CEF1905276BF888BB810CDEFFCA13B4214F161C30B878646FBC990246CDA0DBF1F4A249C7A3
NLog.dll
md5: 617E856F82E68E873EE111C1A21CF3EE | sha1: A060907310C576ED14224E9EE59748C68F094B95 | sha256: 659572D0888327EC459FA8778842A7F0346FC5725BB5349CA66AE9990D23E869 | sha512: E6E4AEB6BC416937F5715237B8F77F0BFA19CE37FE86E27B8C1EFCA0E2A35086751D98D6D785FF5513998AF1B1C6E8C05064D84BD2F97D32EF7D11D280CC859A
protobuf-net.dll
md5: 0328D67FC2071670F11CE17970B8ECDA | sha1: 13625BDE59A49EE4A32DEB2AE73B4A34C7C408AB | sha256: 0EDF2382691A7706CFA740D95DA85830560AD006D038D7F70CDA6D745C872F85 | sha512: D706AE13C38E05A1680079375ABC9FDB20CBB400529F414A0A60669DF05E1ED2164214E59C2DAAD5445D1F43539614D0BCC082B632F01750779E792390D497F8
System.Reactive.Core.dll
md5: A6FEEFB6BF43AC5ABB3E27D3260E21B6 | sha1: A32ED30953EF63A1546FEECD64CF758C1D274587 | sha256: 278760905A22A8506CF1A5DB79EE5DFFF2FEC73B52B4C99145270E449514B14E | sha512: C9AF4A1F0061821E39EA6752022B53449FD3CB9AF1B341565C3A881861BB4C2824EAFFF1D507D6EE38556E65FC5B24FFF1F52ACD89946422914FC21F69B1EAA8
System.Reactive.Interfaces.dll
md5: 69C9F5D9EB009BDB5B5AE68DFFFBC8D7 | sha1: 274FC9095527A3DB88D74A74209E6539116E5741 | sha256: 7DEB1755DCDE7BB6CD4B33A5D9365ACD8FC1621AE57BE65BF62F93561B658203 | sha512: B19187ACCEF401669A868727CBEF1D5AE758E35DE9565EA58FDEC6BDD5BA4D1C0713B4E7A6474B544D468DBA6A401EDC1A12E1F449185E40171C6AA46DDA6C43
System.Reactive.Linq.dll
md5: FFF1D4B0867EEEE2F384CDAF034AFF17 | sha1: F8A70E21822E77EA82BB61FDAF33C31AA3E655A3 | sha256: C0F8EA1EB7C2C47AFF8A1581D0A57D731BD8677B5810748EF62BBB86D6DC3A62 | sha512: BEBFC38E552555C1C6E453700A59DEC0A7683A0F0DB3EE1CFDE70F349437BAA3693F1778B05C7FD740C89C1ABF9C2C389E4298309316D7B9370CB299DED7CD7A
TypedConfigProvider.dll
md5: 3CBC833E3717A2FAB3F647A22C3A2F7E | sha1: 888DFF5D39D1FFFB08BF40B57EA7724C558D3EAC | sha256: FF4001ADE25D059E3C7F0FE24930E65ADC4C1D1C9273CF51D2B51E80314F6B76 | sha512: 43C008763F13652747B88EE25A34C4F70F045CDBCB2701886D0B7EE21DA829CA058E8BA38FF2BDE7B9B8EA269620A599EC78BBBBB926B8C60CBFFD4A669C22EC
WindowsServiceHost.dll
md5: 650AEC2762FB3E185E00796168ED9E0B | sha1: F7516BF9DAA33D9BC795EEFE39F400DAADC260DF | sha256: B4D7B092236692EEF84C48CDE8D77D958C68CA6C26641A6DB55C1B6F9FE7EB5C | sha512: E920E4ACE65A458F910492611D5D157068DFCBB7C393D9F8C72B2CD9F8F5A12D6C3C4D91EF2E6FFD6763C2B67F611F27D35C372647DD2BC5AAB7A6A149C57C75
Newtonsoft.Json.dll
md5: C53737821B861D454D5248034C3C097C | sha1: 6B0DA75617A2269493DC1A685D7A0B07F2E48C75 | sha256: 575E30F98E4EA42C9E516EDC8BBB29AD8B50B173A3E6B36B5BA39E133CCE9406 | sha512: 289543F5EEA472E9027030E24011BEA1E49E91059241FE6EB732E78F51822313E47D1E4769FA1C9C7D6139F6A97DCFEF2946836B3383E8643988BF8908162FB9
NetMQ.dll
md5: 2A0DD5EB1B248C3FA40B944756E39937 | sha1: 4FEF0997E0A5FA4746C9A6F8DAEDC293D718485E | sha256: DDC84BAC73746DDB3577B41AFF0C294ACDCAFF2F437FA5C253E913CF75E201A9 | sha512: 4429BB10206733115C03815950A91E475BC7A119BD3B6236EEA56C1E51F8CD91A5F813675A3B228208ED89D7803F0F8DC71ED0C98CC951823B17DCFF18FDCE75
kino.Security.dll
md5: 0BFC893AF0E961FECEF09927D6B41ACD | sha1: 5E1BDBBFC098625DBC6A911E4ED88BF850649B14 | sha256: 44B7901B76583ABA4B299F8E846147216BBD43B426BF26B1E0B763DF663D35B6 | sha512: 5211875575A33A3F730392D6428DA63770EB109861B66CB8FD998C464F1C7EFC585478B9709A0ACDA1724F315FA1E1CAB497A31B1D0082C4CEB04C7F84D9046D
kino.Routing.dll
md5: 032B19F6863649EA1D6E34015D3170EE | sha1: D20D9CB8060B86A011B99414E462EEFF68A380A5 | sha256: CEE1CC115106EA9470E75D4837AA70F38714137EFF83F2B762640D1221577466 | sha512: CD53A474B52EB25CE9642EE92184E40BECF7A8413111183A05E7916AFE878CC418311F0A92A1E08FD2933C7C8DED537792AD0CACBC9733536572A4CDF21D962D
kino.Rendezvous.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <configSections>
        <section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
    </configSections>
    <appSettings>
        <add key="JsonConfig.EnvironmentSequence" value="DEV" />
    </appSettings>
    <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <include file="${basedir}/config/NLog.config" />
    </nlog>
    <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
            <dependentAssembly>
                <assemblyIdentity name="AsyncIO" publicKeyToken="44a94435bd6f33f8" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-0.1.20.0" newVersion="0.1.20.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="protobuf-net" publicKeyToken="257b51d87d2e4d67" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-2.1.0.0" newVersion="2.1.0.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="System.Security.Cryptography.X509Certificates" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.Win32.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
            </dependentAssembly>
        </assemblyBinding>
    </runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /></startup></configuration>
kino.Rendezvous.exe
md5: D74369C6F7E9791971DF26FE41FD202D | sha1: ED0DF1ADBE3FB2ECDC3D90956689270C0A933D99 | sha256: 46C2FD4DB5CD44AAA1C657B27605CA278A52079048A158754EE0B04BC5510F02 | sha512: 5A79F691F33A2D09F3D13B3CA24C22C8653360C7FA9B1E7450E59F0546CDF796532A47FA17995C4DCB56EFECE3A389DCE4CF4932F0387CAA7E1EFB6A6EBB5A85
kino.Messaging.dll
md5: C2227F6F61C7F5FB013C08F20383D179 | sha1: 1F18BEDD760D9F97B3287631993009F3AE66DBA2 | sha256: B21D9AD96D6DAFD5264A82B3D903185F5B642CD736850C5A7D75532158F2E683 | sha512: 77594874CE7E5B6ABE3551418BA46544D611205947D85415506A9D2B36876AF28AC5EF972F5AC0E3D56BD7310579AEBEF974792E5DFA2C7AEE664B46D4D36138
kino.dll
md5: 042FA9BF8EEB8A48CD5B96F08851D19A | sha1: 923BEAE835B507784DD77E684DB94F9D227B75E7 | sha256: B2FDB927E067AE9F647F479E99F4B7695BDA2E4641433FDBDE40D05B6CB76DE3 | sha512: CC744CD0EACBFEAC683B7738408B86897150E19155CC8F8B51B94E094118CD849AE56AE0DFE568F0EC9ECD9521799684CCE5CD04F11F96504EDADDDC6ED590EE
kino.Core.dll
md5: 1074331FC6BF98DF8863D728DD5BF745 | sha1: B7B96D8B0DAE67F70A35AD2AB935B8FA9043FE74 | sha256: B70A0EF2BB501677DF71BD8ECD56799C5835D192112EC5CC8EB32D362D17530A | sha512: 1D993D3426FC2A3B7E02DAC1373B7997B1284871AD47B5C640990A13B41937166F8E862383AC3B32F4A216F7FD5FBF5F5368FE007F902932E87E0C333A02B2D1
kino.Consensus.dll
md5: 30A6B122970D027A089F6C2865BC5F87 | sha1: D882C5C8F9072B39EFD955B3ACA9459188CCB198 | sha256: A77F2F5F272D84B676F985142E5BFA19A90B4462D4DB8D878D36323E919D090C | sha512: 38A7153148C501BF1346E81FCF3C162E80D8BEB28D4BA008841657A9D14C9FCF8F60C5F36E904D50292E720EDC1E35D683DD3985B81D2CD9D0E4743C74F8E086
kino.Connectivity.dll
md5: 169119CF96E1E6F9481B359CE7B107B5 | sha1: 15D3E376974C93D03D853226B927D021736856B3 | sha256: E150CECC1ACCE376D9DEFD732B200E6B7501C1C49DE6CDB83E5ABA5F5BF79795 | sha512: 56660BC16B5C55EFB86DE996A7F80C9B5CFF7C9F3BD0E2173C3DAED15D160ACEB25C68ED2804D2B50ECC8EFC8AD50D731F30518DAFB35DFF8D86073EA0DEBA4C
kino.Cluster.dll
md5: 8611A614C053D64C3C97EDD167BDA5ED | sha1: DC5B9AC3CB951CF36DDAE7D61B4076584B089443 | sha256: 720ADEC207426BF3388BD3E159E1C88D50AC149693DE94217F2AF9BF45CEC360 | sha512: 5E3726495D3AAC0C732388E7DD38074C1D33D76270C9977B42D8AD4AC1E2302FE97E98ABBCFC02B2D4CA07709E82E306CD09C50FE7AEFB7DD6F5C1688733DCDF
kino.Client.dll
md5: 41660935A96EB7184926BB97FDCDF760 | sha1: 4A8D39A2DD4B4FB4925F44029FE38A268816EF46 | sha256: 969D53FD1D324AF1DA66376A08BD3DECAF5FFEF3BE09AB3A1A448EEAFE892237 | sha512: CC514CB2E80700C3CC9C9E01318B5717972FD87057D098768B6DF8DF7B30250B9D9679EB2FB6D884B7453D77CBC400B86155D21369C9B557C4C64647D6673084
kino.Actors.dll
md5: C8F43FC72F4A34D8554E1A6FB7940FB2 | sha1: 4E536A7F424719EF4DB65345DF0B68DDC1CAE301 | sha256: 3A300DE23E74C5FC52DEF3BC35895E257D438E0CF8F2A676C66BD4ABAE1A48A7 | sha512: 1193EC3AA7DB890D8F3C59BF44783F5A7284BD67C1C2CE559DB481267577289CA0ABA717758BF7C6B90684D5B4AAFA90E3B1816582B80A1CBF7CD7A41809033F
config\NLog.config
<?xml version="1.0" encoding="utf-8"?>

<!--layout="${longdate} [${level:uppercase=true}] ${message}"-->
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <targets async="true">
        <target xsi:type="File"
                name="file"
                fileName="${basedir}/logs/${shortdate}.log"
                layout="${message}" />
        <target xsi:type="EventLog"
                name="eventLog"
                layout="${longdate} [${level:uppercase=true}] ${message}"
                source="kino" />
        <target xsi:type="ColoredConsole"
                name="console"
                layout="${longdate} [${level:uppercase=true}] ${message}"
                useDefaultRowHighlightingRules="true">
        </target>
    </targets>

    <rules>
        <logger name="default" minlevel="Trace" writeTo="console, eventLog" />
    </rules>
</nlog>
config\Application.config.json
{
    "dev": {
        "rendezvous": {
            "broadcastUri": "tcp://127.0.0.8:8001",
            "unicastUri": "tcp://127.0.0.8:8011",
            "heartBeatInterval": "00:00:05"
        },
        "synod": {
            "localNode": "tcp://127.0.0.71:7000",
            "members": [
                "tcp://127.0.0.71:7000",
                "tcp://127.0.0.72:7000",
                "tcp://127.0.0.73:7000"
            ]

        },
        "lease": {
            "maxLeaseTimeSpan": "00:00:03",
            "clockDrift": "00:00:00.100",
            "messageRoundtrip": "00:00:00.400",
            "nodeResponseTimeout": "00:00:00.200"
        }
    }
}
C5.dll
md5: 14D41EDE5DE0BEDD59066B673BEAC0E9 | sha1: 26570AFDF5E0F59592B5E0F4EBFEFBC1633B6302 | sha256: 4FF6ABC9A31866C6F79250AD52F82163E3BF84BAC3088FA7775E409E6A98C8AC | sha512: F7BA0012AFD0F0873A8BA493995056D3B02121FF5F1E389ECD7CAA5E5A8A2EF91D96E92B02F2AC66EF42BD59EB6309266E34F6558AEEBEF50A7E7E6024B35464
Autofac.kino.dll
md5: 4F2DD255C49763AD6D1244E3E3828765 | sha1: 33E6434214314C9BD17E84A9960162E7FBAB0EC0 | sha256: 8B39BA9944C9B8DC2E7B7F15E79E5629439C4E4168CE166BE844FE7F6B8983A5 | sha512: 1B3DA11ADAD6C3C79D98A947B27CC051C0B369EC86628887081BA2498BBB0DD56CFDB1C94DE77462345C21356CB1AAEF104CB61EB67024EE4D77A044B026ED67
Autofac.dll
md5: 8C235B40FFEFFDB8DC78CD3882B9442B | sha1: B00796E8A8C1A2D4EFDDF0473787DAFF70EFACD9 | sha256: B10F4D37E2C583192774CC35E86EA5BCD093CC49C68E2025A2111A4B1A0EC065 | sha512: D42F94E8D41A7AC1764038CC9CAB22BADA42792EBC9A787714B67C29153D8CE55109C86A2B2399609010BC31879A61620A653C3539A1398001D6EEF4455C1711

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
kino.Rendezvous 0.0.1.25-alpha 440 Saturday, December 17, 2016 Exempted
kino.Rendezvous 0.0.1.24-alpha 328 Friday, December 16, 2016 Exempted
kino.Rendezvous 0.0.1.23-alpha 323 Monday, November 14, 2016 Exempted
kino.Rendezvous 0.0.1.21-alpha 363 Saturday, November 12, 2016 Exempted
kino.Rendezvous 0.0.1.20-alpha 395 Tuesday, September 6, 2016 Exempted
kino.Rendezvous 0.0.1.18-beta 355 Sunday, June 5, 2016 Exempted

This package has no dependencies.

Discussion for the kino.Rendezvous Package

Ground Rules:

  • This discussion is only about kino.Rendezvous and the kino.Rendezvous package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or kino.Rendezvous, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus