-
https://github.com/kelindar/bitmap#boolean-algebra shows a clean and simple lib as well as a data store at https://github.com/kelindar/column which uses the bitmap
I think this is faster than roari…
-
We need to decide how we want to structure the internals, and where we want to take the project as a whole.
-
### Are you requesting a feature, reporting a bug or asking a question?
Question, about the code quality and the openness to external contributions
### What is the current behavior?
A lot of fi…
-
Hi,
quick question, how would you handle collections ? Let's say, a list of ToDoItems. I can't find a nice solution.
Thanks !
theor updated
9 years ago
-
Min 3.6 - 9 Years Hands on experience
.NET Requirement -
Key Skills - C#, .NET Core + Angular + AWS
• Designing, developing, and testing web applications with Microsoft technologies such as C#, …
-
If you approve of this I'd be willing to work on a PR!
Since it's extremely handy to use a React/Redux-style top down approach with lots of `collection.map(item => )` operations during rendering, b…
-
The original library was abandoned. Then, this ABI-stable port got abandoned too? No updates for close to a year now, despite things slowly breaking over time. It is fundamentally compatible with some…
-
For example, `button("text", cx)` could be shorthand for `Button::new("text").build(cx)`, and this could be a standard pattern for simple components.
The question is: would the simple form be usabl…
-
## 参考资料
做一个懒惰高效的Android程序员(8)
- [ ] http://blog.jobbole.com/76361/
- [ ] Android UI开发第四十三篇——使用Property Animation实现墨迹天气3.0引导界面及动画实现 http://blog.csdn.net/xyz_lmn/article/details/38906363
- [ ] 伯乐在线 > …
itang updated
10 years ago
-
## Description
UI and Business code is too tightly integrated. This leads to issues in which one must dig through the UI code to access business code too.
Proper architecture should be implement…