hoa
Here are 72 public repositories matching this topic...
See http://discourse.hoa-project.net/t/hoa-websocket-hack-book-hoa/100/13 for more information.
The documentation mentions 3 arguments for the close method. This is wrong. We must fix that.
Hello,
the goal of this improvement it's to force the user to select in the list of choice, and the user should be not authorised to select an other choice.
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27762307-autocompleter-default-choice-selected?utm_campaign=plugin&utm_content=tracker%2F459935&utm_medium=issues&utm_sour
This is a feature request.
Input:
$data = [
'hair' => [
'blond',
'black'
],
'eyes' => [
'blue',
'green',
]
];Expected output:
Array
(
[0] => Array
(
[hair] => blond
[eyes] => blue
)
[1] => Array
(
[hair] => blond
[eyes] => As of #29 mentioned, the usage of flex entity will break some static analyzer. It might be a good idea to add hoa\devtools to suggest package.
-
Updated
Jan 23, 2018 - PHP
Hello fellow @hoaproject/hoackers and users!
Introduction
Actual commit messages in Hoa are really great. They are detailed, meaningful, reviewed, and comprehensive. The commit title is always: scope: title. However, when generating the CHANGELOG.md file, this is hard to see what is a bug fix or a new feature.
Goal
Import the concept of “commit type” from the [Angular commit m
-
Updated
Feb 20, 2019 - PHP
-
Updated
Jul 1, 2019 - PHP
-
Updated
Jan 10, 2017 - PHP
https://github.com/hoaproject/Mail/pull/27/files#diff-b518b20b529a6cf4ff44c6fba63eee4fR273
In this code, we use a lot a hard coded value which represent smtp return code and other stuff. This is not so explicit it could be better to have a constant related.
What do you think?
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/2
Improve this page
Add a description, image, and links to the hoa topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hoa topic, visit your repo's landing page and select "manage topics."
When I read the following topics http://discourse.hoa-project.net/t/hoa-compiler-keyword-identifier-clash/252 I can understand that namespace permit to avoid collision between namespace but also to isolate each namespace (correct?).
So it could be intresting to add a section in the namespace documentation about that, on the why using namespace and they purpose with a good example ;)
<bountys