-
Updated
Aug 18, 2021 - JavaScript
functional-programming
Here are 6,040 public repositories matching this topic...
-
Updated
Jan 16, 2021 - JavaScript
-
Updated
Jan 13, 2021
-
Updated
Sep 11, 2021 - Scala
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Apr 12, 2021 - TeX
-
Updated
Feb 25, 2020 - Ruby
-
Updated
Sep 10, 2021 - Swift
看了fish-redux的todoList demo,发现里面连接全局状态的方法是使用visitor
visitor: (String path, Page<Object, dynamic> page) {
/// 只有特定的范围的 Page 才需要建立和 AppStore 的连接关系
/// 满足 Page<T> ,T 是 GlobalBaseState 的子类
if (page.isTypeof<GlobalBaseState>()) {
/// 建立 AppStore 驱动 PageStore 的单向数据连接
/// 1. 参数1 AppStore
/// 2. 参数2 当 AppStore.state 变化时, PageStore.state 该如何变化
Animated List
-
Updated
Sep 8, 2021 - TypeScript
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Sep 10, 2021 - Kotlin
-
Updated
Sep 11, 2021 - Shell
-
Updated
Sep 12, 2021 - C++
-
Updated
Jul 26, 2021 - CSS
Show[Throwable]
I just came across the fact that a Show[Throwable]
exists.
- It is not wired up into
import Scalaz._
, one needs toimport scalaz.std.java.throwable._
- It discards the stack trace entirely.
What's going on with this? :D
Is it OK if I fix both of these (for 7.2 and 7.3)?
-
Updated
Jul 16, 2021 - Java
-
Updated
Sep 11, 2021 - Kotlin
-
Updated
Sep 10, 2021 - Java
-
Updated
Sep 12, 2021 - TeX
-
Updated
Sep 8, 2021 - Haskell
-
Updated
Sep 11, 2021 - C#
-
Updated
Aug 3, 2021 - Kotlin
Should suppress --strict
warnings.
add microsite?
-
Updated
Jan 11, 2021 - Haskell
It would be nice to have some "developer mode" metrics reporting when users are working with ZIO directly without using any metrics backend. This would likely be extremely minimal since we do not want to have any dependencies in ZIO (the existing developer mode server would not be in zio
).
Possibly this could just consist of taking a snapshot of all the metrics recorded in the application at
-
Updated
Sep 12, 2021 - F#
Improve this page
Add a description, image, and links to the functional-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the functional-programming topic, visit your repo's landing page and select "manage topics."
UI animations can be annoying. For example this blur animation: