Skip to content
#

erlang

Here are 2,275 public repositories matching this topic...

Stratus3D
Stratus3D commented Feb 10, 2019

Steps to reproduce

Run asdf. In help output a line is printed for the asdf env command:

asdf env <command> [executable]      Prints or runs an executable under a command environment

I would assume <command> is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.

FY

lk-geimfari
lk-geimfari commented Aug 30, 2019

Well, we need to check all the projects and remove outdated ones.

We declare this in the readme:

However, keep in mind that we don't accept mammoth's shit. Only active and interesting projects with good documentation are added. Dead and abandoned projects will be removed.

But, sadly at this moment, this project looks like a mammoth shit itself.

We really need to fix it. I think

matzuba
matzuba commented Aug 28, 2019

Environment

  • OS: RHEL 7.6
  • Erlang/OTP:
  • EMQ: 2.3.11

Description

I am using:

NIGINX --> Docker --> custom image with EMQ installed ( same host, SSL offload on nginx)

EMQ works and clients can connect but i see continous multiple crashes/proxy errors in the error.log

2019-08-27 12:12:31.287 [error] <0.11973.534> CRASH REPORT Process <0.11973.534> with 0 neighbou

janl
janl commented Mar 4, 2020

Summary

CouchDB keeps a list of purge infos to ensure that purges can be applied on a cluster without purged documents being re-introduced by internal replication.

It would be useful to make this list available for replication clients like PouchDB, who then could apply local purges on their own. I know PouchDB doesn’t implement purge just yet, but it’s something that folks will need befor

ejabberd
CharlesOkwuagwu
CharlesOkwuagwu commented May 5, 2020

Please i get this error trying to translate the following to new rustler syntax:

previous:

rustler_export_nifs!(
    "Elixir.Xtdlib.Native",
    [
        ("new", 0, new),
        ("send", 2, send),
        ("execute", 2, execute),
        ("recv", 2, receive, SchedulerFlags::DirtyIo),
    ],
    Some(on_load)
);
error: proc macro panicked
  --> src/lib.rs:91:1
   |
msagent
msagent commented Dec 17, 2019

Hello.
Interested in the possibility of implementing the following functions for ACL MYSQL :

Add to Public and Subscribe ACL rules template variables %t (topic)
To implement the change of topics corrected in the section

example: Topic change on the fly

Public ACL

{

"pattern": "a/#",
....,
....,
....,
"modifiers": {

"topic": "%u/%t",
....,
....,
...

danikp
danikp commented Sep 23, 2015

Currently we have 3 (three!!!!) places for documentation:

  1. wiki
  2. READMEs
  3. API docs (produced from doc-src)
    my proposal is to move everything to wiki. It will be pretty easy for READMEs as they written with markdown too. moving API docs will require much more work, but CB API is not so complicated and everything generated from code can be written once in markdown and changed on demand.

cos a

pollysobeck
pollysobeck commented May 18, 2019

Hello,

After taking a look at poolboy's README, I think this project could benefit from a more detailed introduction and mission statement on what the software accomplishes. This would greatly help with drawing in new contributors or people who may be less familiar with how pooling libraries work.

One thing that would also be helpful in this regard would be including a more detailed descri

j14159
j14159 commented Feb 8, 2017

We need to be able to (eventually) output docs for modules (e.g. javadoc, godoc, etc). I'm fine with something like

The block comment immediately preceding the first definition of a function (or its type specification) is used as the documentation for it. The block comment immediately preceding the module declaration is used as the overall module documentation.

And maybe use markdown for f

wojtekmach
wojtekmach commented Feb 27, 2020

OTP 23.0-rc1 introduces EEP-48 style doc chunks and new functions for accessing documentation in the shell. See erlang/otp#2545 for more information.

I tried building OTP 23.0-rc1 with kerl (via asdf-erlang) but noticed the chunks are not generated, e.g. lib/stdlib-3.12/doc/chunks/array.chunk is not there. Should KERL_BUILD_DOCS=yes build them or there should be anot

SunnyRichards
SunnyRichards commented Apr 13, 2018

Hi,

I am using lager (tag 3.2.1), with the version of ranch (1.2.1 ) I noticed that error_lager_lager_h crashes with a case clause of the form:

error_logger_lager_h exited with reason

{'EXIT',{{case_clause,[Ref,{ack,<0.3770.0>,{error,normal}}]}, -- Ranch CRASH EVENT (2 params)

[{error_logger_lager_h,log_event,2[{file,"/home/ubuntu/transecur/_build/default/lib/lager/src/error_logge

chazex
chazex commented Nov 27, 2019

请教一个问题哈,我这里使用镜像方式,做了个三台机器的集群。
其中有一个队列中的消息体较大,一个可能几k到几十k,导致队列变成了flow状态。同时在服务段出现了一个新的进程,如下,数量很多,有两台机器是各90个,另外一台机器是5个。我想了解下这个进程是做啥的呢,为啥有一台这么少,另外两台那么多,感觉像是有异常,没找到相关的日志。

/opt/erl17.5/lib/erlang/erts-6.4/bin/beam.smp -B -- -root /opt/erl17.5/lib/erlang -progname erl -- -home /var/lib/rabbitmq -- -pa /usr/lib/rabbitmq/lib/rabbitmq_server-3.6.5/ebin -noshell -noinput -hidden -boot start_clean -sasl er

Improve this page

Add a description, image, and links to the erlang topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the erlang topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.