Alexey Yakovlev

yallie ·

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.

topic was trashed
Alexey Yakovlev starred community

Create a topic from a Github issue

feature

Cool! @yallie this is a really useful feature, will add it soon. Thank you very much for the suggestion.

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.

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

This feature is not available yet. Although this feature is scheduled to be released in the near feature, including moving posts to other topic,for now, you have to do this manually now.

Using Zyan with Named Pipes

faq

Here is a better location for the Zyan community: https://gitq.com/zyanfx/Zyan
The current one was created under my user's account instead of the zyanfx org account.

I love this forum

test praise

I love this forum, this is the missing feature for GitHub.

Facebook draft.js is cool, how about integrate that?

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...

Alexey Yakovlev created community
Alexey Yakovlev watched community

Can't add Github organizations?

bug

Hi @yallie

Please grant the access to GitQ by going to your organization settings page -> Third-party access:

Screen Shot 2018-04-21 at 10.39.06 PM.png

After the permission is granted, you can back to GitQ to add the organization:

Screen Shot 2018-04-21 at 10.40.22 PM.png

Let me know if this can help.

Can't add Github organizations?

bug

Hi @yallie

Please grant the access to GitQ by going to your organization settings page -> Third-party access:

Screen Shot 2018-04-21 at 10.39.06 PM.png

After the permission is granted, you can back to GitQ to add the organization:

Screen Shot 2018-04-21 at 10.40.22 PM.png

Let me know if this can help.

Can't add Github organizations?

bug

My bad! You're totally right!

I could swear I'd granted access when I first signed up.
Apparently, I was wrong, as seen in my profile.
Now the access is granted, and I can add my organizations.

Thanks for your reply and thanks for the great app :)

Alexey Yakovlev created organization

Using Zyan with Named Pipes

faq

No need to. Try using events for callbacks, something like that:

public interface ISampleService
{
     void Hello();
     event EventHandler Callback;
}

// client-side
var proxy = connection.CreateProxy<ISampleService>();
proxy.Callback += (s, e) => Con...
Alexey Yakovlev starred community

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)...

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...

Alexey Yakovlev watched community