Camden
Camden
` skype.login(); Text text = Text.rich("I am kat link").withLink("https://www.google.com").withColor(Color.RED).withSize(100).withBlink(); skype.getEventDispatcher().registerListener(new Listener() { ``` @EventHandler public void onMessage(TopicUpdateEvent topicUpdateEvent) throws ConnectionException { topicUpdateEvent.getChat().sendMessage(Message.create().with(text)); } @EventHandler public void onCall(CallReceivedEvent event) throws ConnectionException...
`lspci -v` Logs: https://gist.github.com/camdenorrb/b50de3ad0c0e9aded6367aa948db84e1 `dmesg` Logs: https://gist.github.com/camdenorrb/b65498dbe56f2425a95a8398ac3c2392 Qemu Log (I shutdown at the end, stalls on the audio part): https://gist.github.com/camdenorrb/e1ef0ba840ca0bdb69d7b9c5be02f0a6 Qemu config: https://gist.github.com/camdenorrb/ae83b456a1c75eff3dc4cf81913bf8bc Any help is much appreciated :)
* Honey * https://addons.mozilla.org/en-US/firefox/addon/honey * The popup is currently bleeding eyes white :C
**Browser name:** Firefox **Browser version:** 61.0.1 (64-bit) **OctoLinker version:** 4.19.1 **URL and line number where issue occurs:** All Java and Kotlin based repo's **Expected behavior:** Support for local imports **Actual...
https://arxiv.org/pdf/2103.02282.pdf https://gateway.icloud.com/acsnservice/fetch
Showing Discord what music is playing and what app I'm using to play it?
Add a parameter to `toJsonString` to take in a boolean for whether or not it should pretty print so we don't have to reread the string into a JsonObject and...
## Record class ```Java public record PluginConfig(String catName) {} ``` ## Loading ```Java /** * Loads the current config or copies the default */ private void loadConfig() { final Path...
Got stuck on this for a bit while setting up a new project, would be helpful to list this here