type-safe
Here are 103 public repositories matching this topic...
-
Updated
Sep 16, 2020 - C++
-
Updated
Oct 17, 2020 - Scala
-
Updated
Oct 21, 2020 - PureScript
-
Updated
Aug 20, 2018 - Haskell
Java configuration functions are mutable.
For example the following setClearAppliedFunctionsOnBoot function is mutable. This function and others should be immutable.
Map<String, Double, PureFunction<String, Double, Apply.Map<Double>>> products =
PersistentMap
.functionsOn(Paths.get("my_dir"), stringSerializer(), doubleSerializer(), Arrays.asList(discount))
.setClear-
Updated
Feb 1, 2019 - TypeScript
Finally getting around to playing with Feliz itself more. Noticed a few things that should/could be changed:
Some properties are too strict. For example if I'm using Material-UI and want to set box-shadow I'm not able to set it through boxShadow as the overloads only accept int and int tuples. MaterialUI theme.shadows is an array of strings and the general usage is like this:
For a long time I thought this was impossible to do without writing toString/fromString functions for your custom types, but I just realized that you can make it work by instead using the list index of the options as the "value", and then in the onChange decoder use that index to retrieve the item from the passed in options list.
Here's a demo: https://ellie-app.com/7253Q8THR2xa1
-
Updated
Oct 21, 2020 - C
-
Updated
Oct 25, 2020 - TypeScript
Allow Different for Strategies to encode the names of Fields, Types, Arguments, Enum Values, etc.
So I was just looking at your movie database demo repo and I saw this line. And I thought, a lot of lines could've been saved there if you could just use Foundation's JSONEncoder.KeyEncodingStrategy to configure the root GraphQLSchema object with.
Okay I guess i
-
Updated
Aug 29, 2020 - C
-
Updated
Oct 27, 2020 - Go
-
Updated
Aug 30, 2020 - Swift
-
Updated
Aug 10, 2020 - C++
-
Updated
Feb 8, 2017 - Swift
-
Updated
Sep 20, 2019 - Scala
-
Updated
Jan 28, 2018 - Swift
-
Updated
May 7, 2018 - C++
-
Updated
Oct 13, 2020 - Java
Improve this page
Add a description, image, and links to the type-safe topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the type-safe topic, visit your repo's landing page and select "manage topics."
to teach users about password strength (https://hackerone.com/reports/997148)