Florian Rappl
Florian Rappl
# New Feature Proposal For more information, see the `CONTRIBUTING` guide. ## Description Right now the references part of the documentation is - in my opinion - a bit of...
## Description The video for the introduction is outdated and should be made up to date. It should be also accessible to non-technical people to grasp what Piral is about....
Hi @derrickbeining - great project you got here! I've been using React Waterflow earlier on (as a replacement for Redux et al.) and I like what you did. Actually, I...
The v1 release is coming closing (as is the v0.10; the last milestone before v1), which means a full documentation will be required. This has a lot of impact: -...
.NET tasks should be wrapped to MAGES futures, i.e., simple objects with a pre-defined API that allow continuing once the result is available. The reason for this issue is simple:...
One thing that is crucial for any kind of language (however, especially for a scripting language) is to be connected to some kind of package repository. I don't want to...
Right now objects are simple `IDictionary` bags. This won't be changed for sure. However, giving them "special keys" that are associated with meta information would yield several advantages. It would...
Right prototype of instance should probably be `engine.Constructors.X.PrototypeObject` where `X` is the name of the class. Also there are some other subtle issues that should be taken into account. They...
For the version v1 of this project (or partially when AngleSharp.Core reaches v1) some documentation is required. The outline for the scripting project is (roughly): - Introduction - Additions /...
# New Feature Proposal For more information, see the `CONTRIBUTING` guide. ## Description When a pilet is scaffolded it's primary app shell can be selected (or not: new feature #542)....