-
# Pie de Página
## :sparkles: **Branch:** footer
## Introducción
En este paso, vamos a aprender cómo crear un componente que comúnmente se considera poco importante, pero que es fundamental para d…
-
Hi there. In the process of testing out some credit cards, we tried one of the sandbox Diners Club numbers. However, we get an exception when trying to grab the billing info for that account, and I be…
-
* screenshot of putty for the ssh episode
* diagram of two computers, for ssh episde
* diagram of cluster (head node + worker nodes) for cluster episode
-
Need to add Mercat a la Planxa to the CHI JSON file.
Mercat a la Planxa
Mercat a la Planxa serves a creative Catalan-inspired tapas and inventive cocktails in a swanky setting overlooking Grant …
-
This icon represents Maestro debt card (sub. of Mastercard, thats why it looks so similar) and on web and in apps is used as payment method icon along with other credit cards such as AmEx, Mastercard,…
-
I can't call for **getReactInstanceManager()** and **getCurrentReactContext()** inside my MainActivity.java file:
### Environment
Expo CLI 2.3.8 environment info:
System:
OS: macOS 10.…
-
# Footer
## :sparkles: **Branch:** footer
## Introduction
In this step, we will learn how to create a component that is commonly seen as unimportant, but which is critical to providing a good user …
-
# Footer
## :sparkles: **Branch:** footer
## Introduction
In this step, we will learn how to create a component that is commonly seen as unimportant, but which is critical to providing a good user …
-
# Footer
## :sparkles: **Branch:** footer
## Introduction
In this step, we will learn how to create a component that is commonly seen as unimportant, but which is critical to providing a good user …
-
https://github.com/samuelcolvin/pydantic/blob/master/pydantic/types.py#L669
```python
if card_number.brand is (PaymentCardBrand.visa or PaymentCardBrand.mastercard)
```
Assuming brand was reduce…