-
#### Description :octocat:
Alchemist key-bindings are not available in the Elixir major mode menu (SPC-m or ,).
First analysis shows that alchemist-mode is not loaded automatically when elixir-mod…
-
`Error in private config: modules/spacemacs/+spacemacs.el, (void-function bind-map)`
-
#### Description :octocat:
Layouts Transient State is buggy on the latest develop branch.
#### Reproduction guide :beetle:
- Start Emacs
- Add some layouts
- Open Layouts Transient State wi…
-
Crystal 0.26.1 (2018-09-27)
LLVM: 6.0.1
Default target: x86_64-pc-linux-gnu
I am running Antergos (Arch Linux).
I have the following code:
```crystal
require "sdl"
class Grid
@rand = R…
ghost updated
5 years ago
-
Hi,
First of all thank you for this great library!
Why `crypto_secretstream_chacha20poly1305` or `crypto_secretstream_chacha20poly1305_ietf` are not available?
It could be useful if someone w…
-
https://github.com/facebook/zstd
-
# What are you trying to do?
I try to compile my program using your gpg bindings using crystal 0.30.1
# What's wrong?
It won't compile and errors out with a message that I believe is linked to th…
-
hello again, here's another `Lib` usage:
``` crystal
def handler(event, data)
puts event.value.type
end
LibGdk.event_handler_set ->handler, nil, nil
```
you can add this to the gdk_window sample,…
-
LLVM 6.0 was branched, we may start investigating what got broken, and more importantly: what got added to the C API (surprise).
-
While running `Benchmark.measure` on some code to see how much CPU time it consumes, I noticed it only reports with a granularity of 0.01 seconds. Because this code does I/O, this requires running it …