typesafe
Here are 123 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
Jun 28, 2020 - Go
Looking to understand how the layout should be initialized to use the collection view and suggest adding this to the documentation.
-
Updated
Jul 1, 2020 - TypeScript
-
Updated
Mar 16, 2020 - TypeScript
-
Updated
May 28, 2020 - TypeScript
-
Updated
Nov 27, 2018 - TypeScript
Installing from source on MacOS Catalina (other versions untested) seems to require that you manually add Homebrew's version of bison and flex to your path, and the appropriate LDFLAGS/CPPFLAGS etc, otherwise make fails. The XCode toolchain's version of bison fails with:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bison: invalid option -- W
Coul
-
Updated
Apr 4, 2020 - TypeScript
-
Updated
Jul 1, 2020 - Haskell
Size-in-bytes conversion should be explicitly (not optionally) specified by user using size | <size>. Unless this is explicitly specified, tscfg should assume it is a string by default; no implicit conversion should be done. (This is also the default behaviour of Typesafe Config.)
Example:
In each of the following cases, tscfg currently generates a variable memory of type Long,
proper tscfg library
-
Updated
Jun 9, 2020 - PureScript
-
Updated
Jun 23, 2020 - Kotlin
-
Updated
Apr 24, 2020 - Haskell
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
Mar 15, 2020 - TypeScript
-
Updated
Jun 17, 2020 - Scala
A library shouldn't mess with default source in the rand package. Changing the seed can cause unexpected problems in the main program if it depends on it.
-
Updated
Oct 25, 2017 - Swift
-
Updated
Jul 2, 2020 - TypeScript
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."
Pretty much as the title says - doesn't look like it's supported:
https://github.com/http4k/http4k/blob/59c9814cae8203857e30138501e979366f797817/http4k-testing-webdriver/src/main/kotlin/org/http4k/webdriver/JSoupWebElement.kt#L83
I'm taking a look and seeing if I can put together a PR