This script detects apps with not yet updated versions of Electron.
Repo: https://github.com/tkafka/detect-electron-apps-on-mac
See:
This script detects apps with not yet updated versions of Electron.
Repo: https://github.com/tkafka/detect-electron-apps-on-mac
See:
I you prefer to have Google Meet links automatically open in the official Google Meet Chrome app on Mac with its own Dock icon instead of in a browser tab, this is the way to go:
Install the official Google Meet Chrome web app by:
meet.google.com| #!/usr/bin/env -S rust-script -t nightly | |
| #![feature(unix_sigpipe)] | |
| use std::cmp::max; | |
| const BASIC_COLORS: &[&str] = &[ | |
| "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", | |
| ]; | |
| fn title(t: &str) { |
Cowboy, the popular Erlang web server, has deprecated middleware and replaced the concept with stream handlers, a more flexible, but more complicated API. This page contains a documented reference implementation of a stream handler, to help others when developing their stream handlers in the future.
_flags()| f(). | |
| Str = fun(X) -> io_lib:format("~p", [X]) end. | |
| Percent = fun | |
| (A, 0) -> "100%"; | |
| (A, B) -> [Str(round(100*A/B)), "%"] | |
| end. | |
| Get = fun |