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

IPFS logo
Popular topic
IPFS is a peer-to-peer protocol for content-addressed sharing of data via a distributed file system.
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

AccessLint

AccessLint brings automated web accessibility testing into your development workflow. When a pull request is opened, AccessLint reviews the changes and comments with any new accessibility issues, giving you quick, timely, and targeted feedback, before code goes live.

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

Hound

Hound reviews your code then comments directly in Pull Requests, helping your team maintain consistent coding style and high code quality.

You can’t perform that action at this time.