Murad
Murad
Server side Angular allows to render on server. If angular `ServerAppModule` and GraphQL server are running in same process, it could be possible to shortcut GraphQL calls without additional HTTP...
When using `moneta` with scala 2.12.3 everything is fine. Attempt to upgrade to 2.12.4 causes: `javax.money.UnknownCurrencyException: Unknown currency code: USD (MonetaryCurrenciesSingletonSpi.java:74)`
Add compiling and linking with basu
Please, add filtering of `NodeBalancers` based on label. All objects are findable using label: ``` client = ... instance = client.linode.instances(Instance.label = 'some-label') ``` However, `NodeBalancer` does not, it has...
This works: ``` client = ... instance = client.load(Instance, 123) instance.tags = ['new-tags'] instance.save() ``` This does nothing: ``` client = ... instance = Instance(client, 123) # from documentation it...
I see, that it looks like obvious issue and reported under #192, raised few times and has explanation. However, today I faced same issue. After a short battle I figured...
**Describe the bug** Currently `metals` gets bootstraped with `coursier` binary. However [precompiled binaries](https://github.com/coursier/launchers) provided by `coursier` are not running under `Guix` due to the nature of distribution and how it...
Creating `macvlan` network with single IP address range works, but attaching container fails. Create network: ``` $ docker network create -d macvlan \ --subnet 192.168.34.0/24 \ -o parent=eth0 \ --ip-range...
Samsung has Dual Messenger feature, where apps that support it may have multiple instances, for instance WhatsApp is one of them. When it is activated, stock launcher and also at...
should be using sudo or alike?... ``` Dec 30 21:58:26 muradm-lws1 gnome-session-binary[1437]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed Dec 30 21:58:27 muradm-lws1 gnome-session[1437]: (gnome-shell:1624): GLib-GObject-WARNING **: /build/glib2.0-7IO_Yw/glib2.0-2.48.1/./gobject/gsignal.c:2635: instance '0x65913a0' has...