type-safe
Here are 124 public repositories matching this topic...
-
Updated
Apr 29, 2021 - C++
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:
-
Updated
Sep 1, 2021 - Scala
-
Updated
Mar 9, 2021 - PureScript
-
Updated
May 29, 2021 - C
There are no external core dependencies other than LZ4 and Snappy which are not used unless compression is configured. So they should be installable.
libraryDependencies += "io.swaydb" %% "lz4" % "version"
//OR
libraryDependencies += "io.swaydb" %% "snappy" % "version"For now we have to exclude
-
Updated
Aug 20, 2018 - Haskell
-
Updated
Feb 1, 2019 - TypeScript
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
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
Feb 21, 2021 - C
-
Updated
Aug 20, 2021 - Go
-
Updated
Aug 3, 2021 - TypeScript
-
Updated
Jul 15, 2021 - Swift
-
Updated
May 16, 2021 - Python
-
Updated
Aug 10, 2020 - C++
-
Updated
Feb 8, 2017 - Swift
-
Updated
May 7, 2018 - C++
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."
UI animations can be annoying. For example this blur animation: