typesafe
Here are 133 public repositories matching this topic...
I think it would be handy if Undux used React.forwardRef() to make sure that any refs attached to components created using withStore got attached to the wrapped component instead of the wrapper itself. Thoughts?
Similar to the Email validator.
-
Updated
Oct 2, 2020 - Go
-
Updated
Apr 30, 2019 - Swift
-
Updated
Jul 30, 2020 - TypeScript
-
Updated
Sep 22, 2020 - TypeScript
-
Updated
Sep 8, 2020 - TypeScript
-
Updated
Oct 10, 2020 - C
-
Updated
Nov 27, 2018 - TypeScript
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Jul 30, 2020 - Haskell
-
Updated
Sep 13, 2020 - Scala
The implementation seems to think that fragments are operations:
Operation name is required for queries with multiple operations.
But this query should be fine:
{
search {
__typename
...TodoFrag
...UserFrag
}
}
fragment TodoFrag on Todo {
id
title
}
fragment UserFrag on User {
id
name
}-
Updated
Jun 23, 2020 - Kotlin
Allow trembita integration with grafana and prometheus for monitoring pipeline performance and visualisation of pipeline itself
-
Updated
Apr 24, 2020 - Haskell
-
Updated
Sep 4, 2020 - TypeScript
Implement more methods of the ArangoDB's REST API marked for milestone 2 (M.2).
The rincon_client crate does not implement all methods of ArangoDB's REST API. The current status is documented in docs/arangodb_rest_api_methods.md. Methods that are planned to be implemented are marked with a milestone.
-
Updated
Jun 17, 2020 - Scala
-
Updated
Oct 10, 2020 - TypeScript
-
Updated
Nov 11, 2019 - Go
-
Updated
Oct 25, 2017 - Swift
Improve this page
Add a description, image, and links to the typesafe topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the typesafe topic, visit your repo's landing page and select "manage topics."
Hi, when implementing http4k/http4k#435 I noticed the codebase does not have a linter set up - e.g. some files end with new lines and some don't.
I am not sure whether this is desired, I would be happy to participate if wanted.