Weslei Juan Novaes Pereira
Weslei Juan Novaes Pereira
Language server for Gleam Programming Language https://github.com/gleam-lang/gleam cc: @lpil
It would be awesome to have different cursor shapes for textinput, like: - blinking block - static block - blinking underscore - static underscore - blinking vertical bar - static...
GitHub Developer API announcement: https://developer.github.com/changes/2020-02-26-new-delete-reactions-endpoints/ These new endpoints need to be supported: - [ ] Delete a commit comment reaction - `DELETE /repos/:owner/:repo/comments/:comment_id/reactions/:reaction_id` - Docs: https://developer.github.com/v3/reactions/#delete-a-commit-comment-reaction - [x] Delete an...
### Changes Below you'll find a checklist. For each item on the list, check one option and delete the other. ### Tests - [x] This PR does not require tests...
If you try to run `Swarm.whereis_name(name)` while `Swarm.register_name(name, Sup....)` didn't finish yet, the application stops to respond. ```elixir defmodule MyDynamicSupervisor do use DynamicSupervisor # Initialization def register(name) do child_spec =...
Output of `awesome --version`: ``` awesome v4.3 (Too long) • Compiled against Lua 5.3.3 (running with Lua 5.3) • D-Bus support: ✔ • execinfo support: ✔ • xcb-randr version: 1.6...

provides a default `404` page and enable custom not found pages. e.g. ```yaml title: my project not_found_page: docs/404.md ```
I'm not sure if it makes sense to include it in the scope of the project, but it could be an optional flag. I've used [VROOM](https://github.com/VROOM-Project/vroom) for some time, and...