Niamtokik
Niamtokik
hey here, at @Erlang-Punch we forked this project and started to update it with new references, more project and more features. If you are interested @fogfish and @expelledboy.
@GPrimola I'm planning to modify in depth this project, so, I don't think I will open PRs in the future. I wanted to do it, but without having the control...
Debian containers are failing for some weird reasons. It works without issues on OpenBSD and Parrot.
> Where does this data should live? In a db? Because the static page should have its content loaded from somewhere. Correct. But before creating it, we need enough example...
We are using mnesia. It's not negociable. Few structures have been created but are probably not correctly designed for the moment. As I previously said in #7 , we can...
One of my first idea was to create one table for each kind of resources. I think it's too complex and not enough flexible at first. The second idea was...
> Also I do not think if it worth having a clear distinction between gitlab and github. Since we look almost for the same thing in the 2 websites. I...
> What would be blocking to use it? Nothing I guess. This is a free and open source project, we can try anything, if it's easy and flexible enough, we...
Before designing something, we should probably start by defining terms we will use, here a small glossary. Here the main one we should start with. - `Url` as `binary()`: An...
> It's impressive to use modules/lambda functions to retrieve resource content. Is the retrieval done as the object enters the database, or after? Lambda functions or module/function pair are an...