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: |