If you remove {sync: false}
from
const _mount = () => mount(TestComponent, {sync: false});
in component.test.js
, the test will break. If you keep it, everything is fine.
%% @doc Frequency server that "transmits" errors from server to client | |
-module frequency. | |
-export [test/0]. | |
-export [start/0, allocate/0, deallocate/1]. | |
-export [init/0]. | |
test() -> | |
%% Ensure the server is killed... This is ugly | |
catch exit(whereis(frequency), kill), |
If you remove {sync: false}
from
const _mount = () => mount(TestComponent, {sync: false});
in component.test.js
, the test will break. If you keep it, everything is fine.
defmodule Randomizer do | |
@moduledoc """ | |
Random string generator module. | |
""" | |
@doc """ | |
Generate random string based on the given legth. It is also possible to generate certain type of randomise string using the options below: | |
* :all - generate alphanumeric random string | |
* :alpha - generate nom-numeric random string |
# replace the EXTENSION_UUID with your extension/applet/desklet name | |
# replace the APPLET with other types if you are not working with an applet | |
dbus-send --session --dest=org.Cinnamon.LookingGlass --type=method_call /org/Cinnamon/LookingGlass org.Cinnamon.LookingGlass.ReloadExtension string:'EXTENSION_UUID' string:'APPLET' |
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |