Helix icon indicating copy to clipboard operation
Helix copied to clipboard

Results 59 Helix issues
Sort by recently updated
recently updated
newest added

When it comes to erlang/elixir, the best database you can realistically use is Riak, rather than postgres/ecto Since it also has inherent replication and clustering, it'd make more sense from...

http://leaks.hackerexperience.com/ has been down for ages, and we've got no progress updates on Indiegogo or steam in well over a year. You're not answering the email address you provided to...

Receiving a compilation error when running: `MIX_ENV=prod mix do deps.get, compile, release --env=prod` Full error is: `== Compilation error in file lib/software/model/file.ex == ** (CompileError) lib/software/model/file.ex:220: cannot verify size of...

Hee, Is there a new date when hacker experience 2 is going to be released? I didn't get my money back and it looks like this project is stopped. Can...

This will be a rather large PR meant to enhance (but mostly rewrite) the Log service. The biggest improvement is that now logs are structured data with pre-defined types, as...

Kind:Enhancement
Kind:Feature
Kind:Chore

So, Elixir 1.6 is out and has some interesting new features (though none I plan to adopt in the near future, hence the low priority). The main change for us...

Kind:Chore
Priority:Low

## Implement bank channel and related requests and events **Progress:** - [x] Implement bank channel - [x] Create `BankAccount` Request - [x] Transfer Request - [x] Change password Request -...

Elixir version: => 1.5.2 (cant build with = 1.5.2) Erlang version: ? (cant build with 20 and 21) OS: Ubuntu 14.04 / Windows 8 64Bit

Process lifecycles: - `direct` - Process with a clear goal/target/objective, has an ending. The time required for completion is usually shown to the player. Examples: FileTransfer (download/upload), editing a log,...

Kind:Enhancement
Kind:Feature

In the current version of #399 the Bank System, Open a new `BankAccount` is instantly done. However it should create a new process.