Marcin Lewandowski

Results 17 issues of Marcin Lewandowski

Hi, I've added EventMachine loop support so right now it is easier to integrate DBus client/server with any other service that is based on EM.

Currently elements can add some metadata. We should add mechanism of traits that allow to store "history of a buffer", so e.g. if MP3 frame comes from HTTP source it...

enhancement
question

We need to have a developer documentation that explain: - [ ] what are all these controllers, dispatchers and loggers, - [ ] what is the process architecture being used...

enhancement
docs

I need to use Jansson from the [Vala](http://live.gnome.org/Vala) programming language. This requires to create thin binding layer called VAPI that tells Vala compiler how to translate its code into corresponding...

When I am using toniq 1.2.0 with elixir 1.3.4, the following warning appears during compilation: ``` remote: warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter...

Using toniq 1.2.0 ``` 2017-01-06T10:20:29.226317+00:00 app[web.1]: 10:20:29.215 [error] GenServer Toniq.JobImporter terminating 2017-01-06T10:20:29.226331+00:00 app[web.1]: ** (UndefinedFunctionError) function Toniq.JobImporter.terminate/2 is undefined or private 2017-01-06T10:20:29.226333+00:00 app[web.1]: (toniq) Toniq.JobImporter.terminate({:timeout, {:gen_server, :call, [#PID, {:request, [["*",...

When I am using toniq 1.2.0 with elixir 1.3.4, the following warning appears during compilation: ``` remote: warning: the variable "v1" is unsafe as it has been set inside a...

I am using JACKD with the same version as shipped with Ubuntu 16.04 (1ed50c9) with patch mentioned here: https://github.com/jackaudio/jack2/issues/212 I am setting max clients to 2000 and I have increased...

I am trying to use 0.3.1 with integer arrays. I am trying to enable integer arrays with the following cargo entry ``` atomic-array = { version = "0.3.1", features =...

Jumbo should have a pluggable persistency backend. Now job persistency has to be handled in the application's code, which is perfectly doable, however not too convenient in most cases.

enhancement
help wanted