MiniApple
MiniApple
actually the font works in sublime text 3
the code ```cpp #include "sleepy_discord/sleepy_discord.h" class MyClientClass : public SleepyDiscord::DiscordClient { public: using SleepyDiscord::DiscordClient::DiscordClient; void onMessage(SleepyDiscord::Message message) override { if (message.startsWith("whcg hello")) sendMessage(message.channelID, "Hello " + message.author.username); } }; int...
`Ecto.Integration.Order` doesn't have `:meta` key in his struct, instead it has `:metadata`. Also changing the version of `ssl_verify_fun` to `1.1.7`
Some fancy function was added but the documentation website wasn't updated
Elixir is a dynamic, functional, fault-torelant language that runs on BEAM, designed for concurrency. https://elixir-lang.org/
## Why need this change? / Root cause: - Implement poll command ## Changes made: - Add poll into dependecies - Fix typo - Add vote limit - Add "vote-limit"...
Continuation of https://github.com/gleam-lang/website/pull/392