-
yaws.app.src contains a {mod, _} tuple. This causes the rel script to try to start yaws_app when the parent app starts. This is all well and good when yaws has a config file, but causes everything to …
efine updated
12 years ago
-
When running rebar generate on a parent project, I get a crash:
```
{"init terminating in do_boot","Illegal library /tmp/test_yaws_as_dep/deps/yaws/rel/../fake_lib_dir: no such file or directory"}
``…
efine updated
12 years ago
-
I tried to create a yapp with a root appmod:
``` erlang
{application, testapp,
[{description,"testapp"},
{vsn,"0.1"},
{modules,[]},
{registered, []},
{env, [{yapp_appmods,[{"/", testapp_amod…
-
Markup without content do not generate a well formed HTML. For example {img, [{src, "img/foo.png"}]} will be translated to <img src="img/foo.png"></img> instead of <img src="img/foo.png…
Ummon updated
12 years ago
-
Is there any plans to support yaws as a rebar dependency for other projects?
-
In current yaws websocket design, the call back function handle_message/1 doesn't have information about where the message is from. It is not possible to do some security check, like to see whether th…
qiyun updated
12 years ago
-
I'm getting an error when starting up `bin/nitrogen console`. It initially happenined on a project I was putting together, but it also happens with the default nitrogen project.
```
=ERROR REPORT===…
-
I can't find how to make Yaws listen to a IPv6 address and port.
I can have Yaws work with my IPv4 addresses (behind an NAT etc...), but not with a IPv6 address/port. I have asked on Debian mailing …
ajxn updated
12 years ago
-
This issue is introduced after Jan 2 2012 commit. Before that it works fine. But now each rpc, if a little bit data is involved, say, sending 10K data from client to server, the serve will block for …
qiyun updated
12 years ago
-
Hi. After upgrading Erlang from source to R15B yaws 1.91 stops working. I tried the current yaws git version (23.Dec.2011) but autoconf bombs with an error:
# configure.in:219: error: AC_LANG: unknown…