Skip to content
#

frp

Here are 284 public repositories matching this topic...

gm100861
gm100861 commented Sep 11, 2017

你好,我按照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]

mAAdhaTTah
mAAdhaTTah commented Nov 5, 2017

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?

endgame
endgame commented May 16, 2019

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

jappeace
jappeace commented Nov 11, 2019

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

harendra-kumar
harendra-kumar commented Apr 11, 2020

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
fdietze
fdietze commented Dec 30, 2018

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

Proxy是高性能全功能的http代理、https代理、socks5代理、内网穿透、内网穿透p2p、内网穿透代理、内网穿透反向代理、内网穿透服务器、Websocket代理、TCP代理、UDP代理、DNS代理、DNS加密代理,代理API认证,全能跨平台代理服务器。

  • Updated Jul 1, 2020
  • Shell
deklanw
deklanw commented Jun 8, 2019

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

JBetz
JBetz commented Dec 20, 2019

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

garrett-gottlieb
garrett-gottlieb commented Apr 10, 2020

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

Improve this page

Add a description, image, and links to the frp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the frp topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.