Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Github status check sort
// @namespace https://github.com/
// @version 1.1.2
// @description Sort the status checks on a PR by status and then by name
// @author Skjnldsv
// @match https://github.com/*/*/pull/*
// @icon https://github.githubassets.com/favicons/favicon.svg
// @grant none
// @updateURL https://gist.github.com/skjnldsv/eb7b894ae996affde4a7d0e00e0d80a1/raw/github-status-check-sort.user.js
// ==UserScript==
// @name Github status check sort
// @namespace https://github.com/
// @version 1.1.2
// @description Sort the status checks on a PR by status and then by name
// @author Skjnldsv
// @match https://github.com/*/*/pull/*
// @icon https://github.githubassets.com/favicons/favicon.svg
// @grant none
// @updateURL https://gist.github.com/skjnldsv/eb7b894ae996affde4a7d0e00e0d80a1/raw/github-status-check-sort.user.js
{
"reqId": "Ua2d0rNOq3UB5ESjjJ3v",
"level": 3,
"time": "2020-04-20T07:58:49+02:00",
"remoteAddr": "",
"user": "--",
"app": "updatenotification",
"method": "",
"url": "--",
"message": {
$ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: apps/workflowengine/js/workflowengine.js.map
no changes added to commit (use "git add" and/or "git commit -a")
@nickvergessen
nickvergessen / error-stacktrace.txt
Created February 7, 2019 10:54
Error Stracktrace when searching in PHPStorm 2019.1 EAP
2019-02-06 16:23:42,332 [ 734800] ERROR - llij.ide.plugins.PluginManager - com.jetbrains.php.lang.psi.elements.impl.PhpClassImpl cannot be cast to com.intellij.psi.PsiFile
java.lang.ClassCastException: com.jetbrains.php.lang.psi.elements.impl.PhpClassImpl cannot be cast to com.intellij.psi.PsiFile
at com.intellij.find.impl.FindInProjectTask.findFile(FindInProjectTask.java:446)
at com.intellij.find.impl.FindInProjectTask.lambda$null$5(FindInProjectTask.java:201)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:970)
at com.intellij.openapi.application.ReadAction.compute(ReadAction.java:57)
at com.intellij.find.impl.FindInProjectTask.lambda$searchInFiles$9(FindInProjectTask.java:201)
at com.intellij.psi.impl.search.PsiSearchHelperImpl.lambda$null$3(PsiSearchHelperImpl.java:363)
at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:164)
at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatient
[Backlog]
DynamicBacklogAmount=200
FixedBacklogAmount=500
GlobalUnreadBacklogAdditional=50
GlobalUnreadBacklogLimit=200
PerBufferUnreadBacklogAdditional=50
PerBufferUnreadBacklogLimit=1000
RequesterType=1
<?php
/**
FAILS
*
* Your webserver seems to be not configured to use PHP or PHP is not installed.
* Please contact your administrator or follow our documentation:
* https://docs.nextcloud.com/server/13/admin_manual/installation/source_installation.html
*
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
diff --git a/lib/private/DB/QueryBuilder/QueryBuilder.php b/lib/private/DB/QueryBuilder/QueryBuilder.php
index ebbcdeb087..180b3430e8 100644
--- a/lib/private/DB/QueryBuilder/QueryBuilder.php
+++ b/lib/private/DB/QueryBuilder/QueryBuilder.php
@@ -1071,7 +1071,10 @@ class QueryBuilder implements IQueryBuilder {
*
* @return IParameter the placeholder name used.
*/
- public function createNamedParameter($value, $type = IQueryBuilder::PARAM_STR, $placeHolder = null) {
+ public function createNamedParameter($value, $type = self::PARAM_STR, $placeHolder = null) {

Added

  • Video verification for password protected email shares #1123 #1049
  • Add a file picker to the chat to share files and folders into a chat room #1151 #1050
  • Log the activity of a conversation in the chat (user added/removed, call happened, …) #1067
  • Allow to favor conversations so they are pinned to the top of the list
diff --git a/js/richobjectstringparser.js b/js/richobjectstringparser.js
index 9159c1e..403d5d4 100644
--- a/js/richobjectstringparser.js
+++ b/js/richobjectstringparser.js
@@ -13,7 +13,7 @@
OCA.SpreedMe.RichObjectStringParser = {
- _userLocalTemplate: '<span class="mention-user">@{{name}}</span>',
+ _userLocalTemplate: '<span class="mention-user" data-user="{{id}}">@{{name}}</span>',