-
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…
-
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…
-
I followed frontend tutorial graphql with react https://hasura.io/learn/graphql/react/introduction/.
And I get authentication error with token I get with useAccessToken.
Base code I used is https:…
-
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…
-
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..…
-
**Issue by [rzumer](https://github.com/rzumer)**
_Friday Sep 20, 2019 at 17:05 GMT_
_Originally opened as https://github.com/clap-rs/clap/issues/1549_
----
### Affected Version of clap
2.33.0
…
epage updated
2 years ago
-
### Describe your motivation
Related issue: https://github.com/vaadin/hilla/issues/2788
In order to call Hilla endpoint methods, a CSRF token is needed. Currently, the CSRF token is available eith…
-
### 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…