-
It may make sense to use pydantic for our Reader classes - could clean up boilerplate code and allow for data validation when reading raw data files.
Additionally, it could be used to generate Read…
-
Currently we use the [flutter_local_notification](https://pub.dev/packages/flutter_local_notifications) plugin to set contest notifications. We can improve upon the efficiency and reduce the weight of…
-
### Summary
When trying to install the logstash-output-loki plugin, I get the following error message:
`FAILED! => {"changed": false, "msg": "Using bundled JDK: /usr/share/logstash/jdk\nValidating l…
-
Hi, I have seen some of your code in Kotlin. There is some boilerplate that you don't have to use if you use Kotlin, such as the way you initialize view, data class. Kotlin's extension can make it mor…
-
Currently when implement a GraphStage in Java require many boilerplate code.
eg:
![image](https://github.com/akka/akka/assets/501740/551df2ff-a5da-4b8e-9475-3c21220a461a)
I see there is a `Simple…
-
### Description
Currently each function calls `runFunction` with a callback. It does a lot of useful things and reduces the boilerplate (ie. argument validation) so it's natural that most implement…
-
Flow is working for me, but I noticed it sometimes is slow. In the output I see the follow:
```
[2017-04-25T13:02:38.227Z] [ERROR] flow - Unknown return code from Flow: 10
[2017-04-25T13:02:38.227Z…
-
### 🔖 Feature description
Extend the functionality of: Database List Documents (get a list of all the user's documents in a given collection.)
Suggestions:
List Documents(X) Get a list of all …
-
When adding messages to an actor, I noticed that it very often follows some specific pattern, that involves a bit of boilerplate code:
- Create the method that does something on the `impl MyActor`
…
-
Hi. I would like to add a `run` method to start the router. This pattern (of defining the routes and then starting the router) typically exist in all the routers I know of, in Java, React, Node, etc..…