Stephan
Stephan
The Chinese character ':' looks like a colon + a space, but isn't. When our user, for example, types `Firstname:[email protected]` linkify incorrectly detects `Firstname:` as part of the email I...
Looking at the [source](https://github.com/notifico/notifico/blob/27e4e13c1c2ed905b49b43c5ac6b303ca69ca407/notifico/services/hooks/bitbucket.py) for the bitbucket hook, it seems that it is expecting a diffrent [format than that which is sent](https://confluence.atlassian.com/bitbucket/event-payloads-740262817.html#EventPayloads-Push), and is just silently failing.
Hi, would it be possible to build and publish this to the docker repos with armhf support? Would love to be able to run this on my raspberry pi zero....
I want to run this in k8s, as that's all infrastructure I have at home. I'd need to loadbalance the correct ports, but not sure which they are? Are they...
Running this query: ```cs public static readonly ICompiledQuery GetAllCommitsForRepo = new Query() .Repository(Var("repoName"), Var("repoOwner")) .DefaultBranchRef .Target .Cast() .History(first: 100, after: Var("after")) .Select(connection => new GQLPagedResponse { HasNextPage = connection.PageInfo.HasNextPage, EndCursor...
Is it possible to put the event response (yes/no/maybe) in the attributes? Or even better, have the choice to filter them out? eg. from Google Calendar
I want to serve data generated by another server, using the mounts system of pterodactyl, but mounts cannot include `/home/container` in the path