Thiago Souza
Thiago Souza
Hi, After following installation procedure I can not start nodejs. It dies with the following message: ``` node: /usr/local/include/node/node_object_wrap.h:71: void node::ObjectWrap::Wrap(v8::Handle): Assertion `handle->InternalFieldCount() > 0' failed. ``` ubuntu: 12.04 nodejs:...
Hello, There seems to be some image artifacts on the right side of the lockscreen custom background image when bluer effect is enabled. Theses artifacts appears with any custom background...
I cloned the repo and ran: ``` docker compose up --build ``` But got: ``` => ERROR [oasst-backend 3/11] RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt 0.2s ------ > [oasst-backend...
Hello there, Using a binary heap (http://eloquentjavascript.net/appendix2.html) it is possible to send prioritized messages. This helps implementing QoS (i.e. when certain actors are CPU-bound). An actor could contain both type...
Hello, It seems that peer_name is wrong when ip_to_bind is passed. At gossiper.js:35 shouldn't it be? (as there is no address property) ``` this.peer_name = [this.ip_to_bind, this.port.toString()].join(':'); ``` Cheers
Hello, I've got a multi monitor setup in which one monitor is smaller than the other. If vtop is opened in the bigger one and the mouse cursor goes off...
The following does not works: ``` mutate { copy => ["SomeField", "Other%{FieldName}"] } ``` I guess we could fix this by adding the following: ```ruby dest_field = event.sprintf(dest_field) ``` right...