type-safe
Here are 145 public repositories matching this topic...
-
Updated
Jun 12, 2022 - TypeScript
-
Updated
Jun 16, 2022 - Scala
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
May 27, 2022 - C++
-
Updated
May 25, 2022 - Scala
-
Updated
May 29, 2021 - C
-
Updated
Mar 9, 2021 - PureScript
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
-
Updated
May 24, 2022 - Go
-
Updated
Mar 5, 2022 - C
-
Updated
Mar 23, 2022 - Kotlin
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 3, 2021 - TypeScript
-
Updated
Jan 18, 2022 - Python
-
Updated
May 13, 2022 - Swift
-
Updated
Aug 10, 2020 - C++
-
Updated
Feb 8, 2017 - Swift
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."
In
ui/, identify uses ofthrottle(delay, wrapped)that wrap networks calls. Replace these withthrottlePromise(finallyDelay(delay, wrapped)).This will ensure that