This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.android/avd/<NAME_OF_AVD>/config.ini | |
PlayStore.enabled = no | |
abi.type = x86_64 | |
avd.id = <build> | |
avd.ini.encoding = UTF-8 | |
avd.name = <build> | |
disk.cachePartition = yes | |
disk.cachePartition.size = 66MB | |
disk.dataPartition.path = <temp> |
- After 3,000 protests and countless death threats, here’s what this activist wants you to know about fighting for justice
- Climate change is about how we treat each other
- Why the world can get worse by constantly saying it’s getting better
- 10 questions that explain the European Union’s migration policy
- [What is deadly dull and can save the world? (Hint: you probably hate it)](https://thecorrespondent.com/319/what-is-deadly-dull-and-can-save-the-world-hint-you-probably-hate-it/3269570403-9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Envelope": { | |
"encodingStyle": "http://schemas.xmlsoap.org/soap/encoding/", | |
"Body": { | |
"Fault": { | |
"faultcode": "soap:Server", | |
"faultstring": "Execution of ServiceCallout SCO-AddURLVault failed. Reason: ResponseCode 409 is treated as error", | |
"faultactor": {}, | |
"detail": { | |
"source": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. | |
# Initialization code that may require console input (password prompts, [y/n] | |
# confirmations, etc.) must go above this block; everything else may go below. | |
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then | |
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" | |
fi | |
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require('dotenv').config(); | |
const { Keystone } = require('@keystonejs/keystone'); | |
const { GraphQLApp } = require('@keystonejs/app-graphql'); | |
const { AdminUIApp } = require('@keystonejs/app-admin-ui'); | |
const { KnexAdapter: Adapter } = require('@keystonejs/adapter-knex'); | |
const { PasswordAuthStrategy } = require('@keystonejs/auth-password'); | |
const MagicLinkStrategy = require('passport-magic-link').Strategy; | |
const passport = require('passport'); | |
const session = require('express-session'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.2' | |
services: | |
nc: | |
image: nextcloud | |
volumes: | |
- ./nextcloud:/var/www/html | |
ports: | |
- 8080:80 | |
depends_on: |
Basically you need to get familiar with the react ecosystem. Here's some that you would be widely using
- React: Some important concepts here are
- State and Lifecycle
- Lists and keys - this is important in understanding how rendering works.
- Higher order components
- I wouldn't say hooks is necessary to learn but it's something you will come across in a lot of examples. It's ok to not use them IMO.
- Redux: I am assuming you already know about this
- Redux Saga: for async api comms
- React Native: Pretty much uses the same react, redux stuff except for some new interfaces. Some important things to learn here are
Is this article related to a climate event?
Metrics:
- How will I know if an article covers climate event?
- What do we consider as climate event?
Output: label: Climate event
NewerOlder