-
Updated
Apr 7, 2021 - JavaScript
subscription
Here are 416 public repositories matching this topic...
Right now query in the nodejs api is just a string. we should support gql-parsed strings too, so that if they are exported elsewhere, it can be used directly.
import gql from 'graphql-tag';
export const GRAPHQL_QUERY=gql`
query {
something {
anotherthing
}
}
`;-
Updated
Apr 18, 2021 - JavaScript
-
Updated
May 6, 2021 - PHP
-
Updated
May 5, 2021 - CSS
-
Updated
Mar 23, 2021 - JavaScript
-
Updated
May 5, 2021 - Ruby
-
Updated
Apr 26, 2021 - JavaScript
-
Updated
May 5, 2021 - Swift
Hi, currently runguard is using libcgroup to manipulate cgroup creation and controller settings. But some distributions are moving to cgroup v2:
Fedora https://www.redhat.com/sysadmin/fedora-31-control-group-v2
RHEL https://www.redhat.com/ja/blog/world-domination-cgroups-rhel-8-welcome-cgroups-v2
Archlinux https://wiki.archlinux.org/index.php/cgroups#Enable_cgroup_v1
It will be nice if we h
-
Updated
Apr 21, 2021 - PHP
-
Updated
Mar 17, 2021 - C
-
Updated
Mar 20, 2021 - JavaScript
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
May 6, 2021 - JavaScript
-
Updated
Jan 5, 2021 - JavaScript
-
Updated
Mar 1, 2021 - PHP
-
Updated
May 5, 2021 - Dart
-
Updated
Oct 5, 2020 - PHP
-
Updated
Jul 7, 2017 - JavaScript
-
Updated
Apr 30, 2021 - PHP
-
Updated
Mar 5, 2021
In case there is no patch we don't need to send anything over the wire!
-
Updated
Apr 29, 2021 - Swift
any ideas?
-
Updated
Apr 14, 2021 - Java
Improve this page
Add a description, image, and links to the subscription topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the subscription topic, visit your repo's landing page and select "manage topics."
Unistore will go very well with web components. It can have bindings for LitElement and others.
I am interested to work on this if it will accepted.