Skip to content
#

card

Here are 648 public repositories matching this topic...

dengue8830
dengue8830 commented Dec 10, 2018

just copied the example swiper provided by the repo and it throws an Warning: Invalid argument supplied to oneOf, expected an instance of array. but the swiper works fine

my package.json

{
  "name": "taxitul",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "android": "react-native run-android",
   
daniel-stoneuk
daniel-stoneuk commented Nov 25, 2018

Difficult to describe this issue clearly. Currently the library generates strings for the items so that DiffUtils can compare and only update items that have visually changed. I got into this habit since I think it's what the DiffUtil documentation uses! As @Robyer mentions in issue #77, this isn't a great way of checking - it would be much more efficient to create equals-like functions.

This o

JayDi85
JayDi85 commented Jan 12, 2020

Current new dialog is overdeveloped and hard to use for new users. It's can be improved by special panel with "quick setup buttons". That buttons can allows to select pre-defined settings for match or tourney.

The main idea is that the user clicks on that button, selects a deck, and can launch the game.

As example:

  • "Commander" button on press can show:
    • x4
    • x2
  • "Constructed" but
geo-rg
geo-rg commented Jan 17, 2017

For a few weeks now, there was a pull request that wanted to change the online documentation since there stood, that the timeout is in multiples of 128ms and timeout=? returns that it is in multiples of 100ms.

The truth is: the Chameleon uses multiples of 128ms. However, this is not a function that is thought to work exactly to the millisecond (it also is not implemented so accurate). The int

Improve this page

Add a description, image, and links to the card 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 card topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.