-
#### **Overview of the issue**
Today's Angular directory structure is quite flat and it starts to bring a few challenges. We could use this issue to note the improvements that could be done.
```…
-
This proposal is based on a working implementation at:
https://github.com/yortus/TypeScript/tree/granular-targeting
To try it out, clone it or install it with `npm install yortus-typescript`
## Proble…
-
Currently laravel `Validation` class in my opinion is too monolithic structure.
This makes it hard to extend/replace single validation rule without replacing `Validator` and `ValidationServiceProvid…
-
Hi guys!
I want to suggest a few additional methods for the Ractive's core which are very useful in SSR and isomorphic (universal) approach.
## Wait:
```javascript
/**
* Add asynchronous …
-
This is likely to be a newb problem that needs some documentation, but I have an interface that is referenced in another interface within the same namespace (in separate files):
IBusinessLayer.ts:
…
lukos updated
7 years ago
-
Let's say we have an event-sourced online-shop and we want to provide a plugin-system like in magento. From the admin interface you can select plugins and install them to your shop with a mouse-click.…
-
##### **Overview of the issue**
Currently, when a developer wants to use Spring cloud the default choice Apache Kafka as message broker. By default, Spring Cloud provides 2 binders: Kafka a…
-
The current watch mode for webpack is fairly good at caching load results and general workload between file changes as long as you keep the same webpack process running. The initial build for some pro…
-
Javas comparator interface is very anaemic, and even worse has this unfortunate logic based on int return types. Could we have an interface extending `Comparator` with the following properties:
- T…
-
Number of features is growing and some of the features are quite independent of others. Lets assume I would like to use single feature e.g. Flush Rules only, I have to install the whole package. Would…