Alexey Yakovlev

yallie ·

zyanfx/Zyan

SRP integration should be updated

srp.net has been updated recently, so Zyan should be updated, too.
This is a test issue for the gitq integration.

GitQLab/gitq.com

Create a topic from a Github issue

feature

It would be great to be able to import a github issue as a new topic.
Copy text, link to the original author, etc — something like that:

GitqImportGithubIssue2.png

PS. It's a counterpart of this feature: https://gitq.com/GitQLab/gitq.com/topics/3/create-issues-from-discussions.

GitQLab/gitq.com

Is there a way to move a topic to another community?

I've created a community for the project under my user account.
What I wanted to do instead is to create a community for the organization.

Can I move the created topics from one community to another?I'd like to delete the first community and use the second...

yallie/Zyan

Using Zyan with Named Pipes

faq

IpcBinaryProtocol uses named pipes on Windows.
Here is a working sample: ipctest.cs

Server-side:

static void RunServer()
{
	var protocol = new IpcBinaryServerProtocolSetup(IpcPortName);

	using (var host = new ZyanComponentHost(ZyanHostName, protocol)...
GitQLab/gitq.com

Can't add Github organizations?

bug

Hi,

gitq looks like a promising solution for the support forum for an OS project :thumbsup:
But I don't seem to be able to create a forum for my organizations.

The «New Organization» feature displays none of my github organizations.I'm only able to crea...