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...

Ember logo
Popular topic
Ember is a framework for creating web applications.
Trending repository
Folyd
Folyd commented Mar 17, 2020

Thank this awesome project that has made cross-platform UI development an easier way in the Rust world.

I know iced is just at a very early stage, we don't have enough good docs yet. We can get started through a set of examples. However, after insight a lot of examples, I still can't get a clear concept and relationship of every single component, such as the Application's lifecycle, when and

App recommended by GitHub

CodeScene

CodeScene identifies and prioritizes technical debt based on how the organization works with the code.

  • Prioritize development hotspots and get a Code Health measure on the hotspots.
  • Integrates with GitHub checks to supervise hotspots in pull requests.
  • Explore the efficiency of your organization with respect to Conway’s Law.
  • Detect sub-systems with low team autonomy that become productivity bottlenecks.
  • Measure the off-boarding risk when a key developer leaves the project.
covid19india-react
Trending repository
Trending repository
AyushBherwani1998
AyushBherwani1998 commented Mar 25, 2020

Description

The basic animation section in the app has two new examples, AnimatedPositioned and AnimatedSwitcher which hasn't been updated in the README.md.

Trending repository
Volker-Weissmann
Volker-Weissmann commented Mar 21, 2020

In the documentation it says:

Turns positive integers (indexes) into dense vectors of fixed size. eg. [[4], [20]] -> [[0.25, 0.1], [0.6, -0.2]]

Neither this explanation nor this example is very clear. I would suggest replacing this with

Turns positive integers (indexes) into dense vectors of fixed size. eg. [[4], [20]] -> [[0.25, 0.1], [0.6, -0.2]]

Trending repository
Reconcyl
Reconcyl commented Mar 25, 2020

The following code causes an ICE:

fn main() {
    print!("\r¡{}");
}

As far as I can tell:

  • Any number of characters can be inserted between \r and ¡ and the error will still happen.
  • ¡ can be replaced with any unicode character and the error will still happen.
  • No escape sequences other than \r cause the error.

The error is reproducible on the stable or nightl

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
Trending repository
Trending repository
villain-bryan
villain-bryan commented Mar 16, 2018

Issue details

While in a LibGDX environment if you press down a key and then switch to any window outside of LibGDX's scope and release that key, the LibGDX environment does not detect that release event.

Upon re-entry to the LibGDX environment, there should probably be some re-polling evaluation of the keys LibGDX thinks are pressed keys to determine if they are still pressed or not.

Trending repository
njacharya
njacharya commented Aug 16, 2019

A description is incomplete. It should mention:

These patterns are not competing, but complementing each other. To achieve availability, one needs both fail-over and replication.

right after

"There are two main patterns to support high availability: fail-over and replication. "

Nim
Trending repository
hugo
Trending repository
carlmjohnson
carlmjohnson commented Jan 23, 2020

#5470 is great, but AFAICT it's not documented anywhere. I was writing a partial and thinking "I thought there was some way of getting a global site function?" and I only found it by just experimenting and trying {{ site }}. Maybe I saw it in a Regis blog post at some point or something. Anyway, it should be in the list of Functions, if nothing else.

App recommended by GitHub

Renovate

Multi-language Dependency Automation

  • Automatically update dependencies using convenient Pull Requests
  • Supports a multitude of languages including JavaScript, Java, Ruby, PHP, Python, Go, Cargo, Elixir, Docker, etc.
  • Extensive configurability. WhiteSource Renovate will fit in with your workflow, including custom grouping and schedules
  • Supports shared presets as code, similar to eslint shared configs

View WhiteSource Renovate website

You can’t perform that action at this time.