-
Updated
Jul 1, 2020 - Go
frp
Here are 284 public repositories matching this topic...
-
Updated
Jul 1, 2020 - Swift
-
Updated
Jun 30, 2020 - Java
不能登陆
-
Updated
May 12, 2020 - Swift
-
Updated
Jul 3, 2020 - HTML
Adding information on how to test Kefir Observables would be a nice addition to the docs. Wondering if we should put all of that into the main docs site, or have a separate site for testing with chai-kefir, or maybe moving all the docs into a kefirjs.github.io repo & website. Thoughts?
On nixpkgs master (at least as of 395bcc0b27ce0d3c8a9af09737ba076a089a8dd6), I can't get reflex-0.6.1 to build using because it's indirectly depending on two different versions of haskell-src-exts ( https://pastebin.com/BnHagELV ). I am not sure if this is reflex's fault, or how to diagnose this. If you can give me pointers I can go digging, or refile this issue somewhere better.
It would be ve
-
Updated
May 10, 2020 - Swift
I don't get the difference between them as explained in the documentation. Can you maybe give an example use case for each that highlight the differences?
A lot of unit tests from libraries are failing on ghcjs.
I presume that is because they expect file system access in a different format than nodejs provides.
What I do at the moment is:
((import ./reflex) { } ).project ({ pkgs, ... }: {
overrides = self: super: {
relude = pkgs.haskell.lib.dontCheck super.relude; # doesn't do a test right
};
}Can I disable
-
Updated
Sep 12, 2019 - TypeScript
Fix haddock warnings
In general we need to:
- update missing link destinations using full module path
- update ambiguous link destination using full module path
- there are many cases of missing documentation in internal modules because the documentation is available in a higher level module which is exposed. In such cases we can write "See 'xyz'" in the docs. This is also useful for the new readers if they are w
This example is incorrect: https://github.com/HeinrichApfelmus/reactive-banana/blob/ee9d5a3962c2bc48782512f54a3ae14a7a3d5b4b/reactive-banana/src/Reactive/Banana/Combinators.hs#L206-L211
I know it's not exactly a bug, but I did lose like 5 minutes puzzling over it because I couldn't see how the code produced the wanted behavior—in fact, it doesn't! The machine does not vend the juice once there'
Documentation
We need more documentation. I already wrote a lot about the basic concepts, but there is a lot of documentation missing. Here is an incomplete list to have an idea what to work on:
As a general idea, let's link almost all topics to the relevant source-code, so that users have a good introduction to the code and the barrier to contribute gets lower.
- Update source-code references (they c
-
Updated
Jan 2, 2018 - Swift
-
Updated
Jul 1, 2020 - Shell
I can't find any docs for moment And, the difference from lift isn't clear. Over here you explain it kinda,
funkia/turbine#51 (comment) but that should be more promiment
I can't find any docs for accumCombine. I think I see what it does, though.
I'm sure there's more but that's just what I noticed while looking through TodoMVC.
Are these docs
The function below always works on Chrome, but never on Firefox. My guess is that Firefox is stricter in its definition of a user-driven event, which is necessary to execute the copy command, and something is getting interleaved by the ghcjs runtime that violates it. It's possible that this is a ghcjs bug, but putting here for now until we've got an example that can prove it.
Note: Only retur
-
Updated
Dec 5, 2019 - Clojure
Simplify travis file
As a reference see:
https://docs.travis-ci.com/user/languages/haskell/
and
https://github.com/ivanperez-keera/dunai/blob/develop/.travis.yml
That is, use the standard building image for Haskell ("ghc" variable, remove install section, etc.).
I didn't see any install instructions, but have come up with (I think) a minimal stack.yaml configuration:
resolver: lts-7.19
compiler: ghcjs-0.2.1.9007019_ghc-8.0.1
compiler-check: match-exact
setup-info:
ghcjs:
source:
ghcjs-0.2.1.9007019_ghc-8.0.1:
url: http://ghcjs.tolysz.org/ghc-8.0-2017-02-05-lts-7.19-9007019.tar.gz
sha1: d2cfc25f9cda-
Updated
Jul 18, 2019 - C
Hi,
I'd like to start by saying kudos for the AMAZING work with this project and massive improvement over MST. You deserve many pats on the back!
I have a small project so far (~3k LOC on the client) and am wondering how easy it would be to switch from MST. It would be very helpful and reassuring for anyone who is considering the switch to have some sort of migration guide (like a blog post
Also for iPad.
-
Updated
Jan 3, 2020 - Swift
Improve this page
Add a description, image, and links to the frp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the frp topic, visit your repo's landing page and select "manage topics."
你好,我按照Readme配置好了server端,也成功的启动了, 但是登陆成功之后,直接又闪退回登陆界面.想问下是怎么回事. 具体操作我录了一个gif图片 如下.
http://linuxsogood.org/wp-content/uploads/2017/09/proxy.gif
github试了好几次都传不上来图片,所以放我个人博客了.
下面是日志.
`2017-09-11 03:17:54,741 INFO [org.fengfei.lanproxy.server.config.web.routes.RouteConfig] - <handle request for api /login>
2017-09-11 03:27:05,003 INFO [org.fengfei.lanproxy.server.config.web.routes.RouteConfig]