Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

Here's what's popular on GitHub today...

ReactiveUI logo
Popular topic
ReactiveUI is a composable, cross-platform model-view-viewmodel framework for all .NET platforms.
nodejs-backend-architecture-typescript
Trending repository

Node.js Backend Architecture Typescript - Learn to build a backend server for Blogging platform like Medium, FreeCodeCamp, MindOrks, AfterAcademy - Learn to write unit and integration tests - Learn to use Docker image - Open-Source Project By AfterAcademy

  • Updated Apr 4, 2020
  • TypeScript
svelte
Trending repository
pushkine
pushkine commented Mar 6, 2020

The compiler reorganizes the order at which lines are run such that reactive statements are only run at the end, that already by itself creates unexpected output such as :

let value = "hi"
$: value = "hello";
console.log(value) // prints "hi"

but then, when you'd expect reactive statements to at least keep the right order between themselves, this happens:

l
Sider screenshot
App recommended by GitHub

Sider

Sider checks code using custom rules based on project specific knowledge and cumulative team experiences. On each pull request, Sider automatically alerts developers on previously documented issues and key information relevant to the changed code.

Trending repository
lemoinem
lemoinem commented Jan 30, 2020

Short description of the issue:

Currently, the recommended way of extending the library is to use Observable.create() (https://github.com/ReactiveX/RxSwift/blob/master/Documentation/GettingStarted.md#custom-operators). However, this is only possible for the simplest cases.
More complex cases, will require us to understand the implementation details and copy Producer and Sink.

It c

Trending repository
Trending repository

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

  • Updated Apr 7, 2020
  • Go
Trending repository
tshirtman
tshirtman commented Jan 4, 2020

Versions

  • Python: 3.6.3
  • OS: linux
  • Kivy: master
  • Kivy installation method: git clone && pip install --editable in virtualenv

Description

when BorderImage's display_size option is used, it overrides the auto_scale parameter, simply because it first computes the value auto_scale would need, and then look if there is a dispaly_border setting, and overrides the values if

netdata
Trending repository
Trending repository
quantSystemDev
quantSystemDev commented Jan 27, 2020

Dear Zipline Maintainers,

Before I tell you about my issue, let me describe my environment:

Environment

  • Operating System: Windows 10 Home, 64-bit
  • Python Version: 3.5
  • Python Bitness: $ python -c 'import math, sys;print(int(math.log(sys.maxsize + 1, 2) + 1))'
  • How did you install Zipline: conda
  • Python packages:
    _nb_ext_conf 0.4.0
Trending repository
azure-quickstart-templates
Trending repository
App recommended by GitHub

Sonatype DepShield

Sonatype DepShield is a GitHub App used by developers to identify and remediate vulnerabilities in their open source dependencies.

You can’t perform that action at this time.