-
hello,
Today I have started to learn and play with Erlang on Rasperry Pi B 1G RAM (http://www.raspberrypi.org/products/raspberry-pi-2-model-b/).
I have installed the latest erlang-mini, than I clone…
-
Is there a plan for server side encryption support?
http://aws.typepad.com/aws/2011/10/new-amazon-s3-server-side-encryption.html
http://googlecloudplatform.blogspot.jp/2013/08/google-cloud-storage-now…
-
After upgrading from 0.7.3 to 0.7.4 I am seeing:
```
Generating Sct.Cldr for 4 locales named [:en, :"en-GB", :es, :und] with a default locale named :en
10:32:38.739 [warning] The on_load functi…
-
Original reporter: `oshanz`
Affected version: `Not Specified`
Component: `Not Specified`
Migrated from: https://bugs.erlang.org/browse/ERL-985
---
```
Would Erlang be able to benefit from leveragin…
-
```
erlc -o examples/bullet_engine examples/bullet_engine/*.erl
cd examples/bullet_engine && ./start.sh
Erlang/OTP 17 [erts-6.0] [source-07b8f44] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-p…
-
Hi!
Parsing a document incrementally, feeding the decoder chunks as they arrive as TCP packets over the socket, could speed up the total handling of a request.
We're receiving ~2MB JSON requests…
-
Hello! would you be willing to give this up so we can take over the package name in Hex.pm and make it more robust? there is an erlang NIF that is better but the name collide and would be nice to be a…
-
```
rj@RJ3000 ~/src/countess
$ DEBUG=1 rebar3 run
===> Verifying dependencies...
===> Compiling countess
===> erl_opts [debug_info,debug_info]
===> Files to compile first: []
===> Starting relx build …
-
In a simple websocket streams consumer app (ten workers under one supervisor), one of the vm schedulers occasionally (but not rarely) gets blocked in a nif called from crypto module. That in turn lead…
-
```
import gleeunit
import gleam/bit_builder
pub fn main() {
gleeunit.main()
}
pub fn bit_string_size_test() {
|> bit_builder.from_bit_string()
|> bit_builder.byte_size()
}
```…