I hereby claim:
- I am andersonba on github.
- I am andersonba (https://keybase.io/andersonba) on keybase.
- I have a public key ASCNQXYwj7blWwQubgfZfjhoyhpVs-rYY5qcF-KWSP3SGgo
To claim this, I am signing this object:
import { ExecutorContext, readCachedProjectGraph } from '@nrwl/devkit' | |
import runCommandsExecutor from 'nx/src/executors/run-commands/run-commands.impl' | |
import { RunDepsExecutorSchema } from './schema' | |
function getForwardedArgs(): string[] { | |
try { | |
const nxCommandArg = JSON.parse(process.argv[2] || '{}') as { | |
overrides?: { | |
__overrides_unparsed__?: string[] |
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>iframe A</title> | |
<script> | |
window.myDate = new Date(); | |
window.myString = new String('A'); | |
</script> |
@font-face { | |
font-family: "Fira Code Nerd Font"; | |
font-style: normal; | |
font-weight: 200; | |
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Light/complete/Fura%20Code%20Light%20Nerd%20Font%20Complete.ttf') format('truetype'); | |
} | |
@font-face { | |
font-family: "Fira Code Nerd Font"; | |
font-style: normal; | |
font-weight: 400; |
import YveBot from 'yve-bot/core' | |
import { GiftedChat } from 'react-native-gifted-chat' | |
class ChatBot extends Component { | |
constructor(rules) { | |
this.bot = new YveBot(rules) | |
this.bot | |
.on('typing', this.handleTyping) | |
.on('typed', this.handleTyped) | |
.on('talk', this.handleTalk) |
#!/usr/bin/env bash | |
MASTER="master" | |
if [[ "$1" != "" ]]; then | |
BRANCH="$1" | |
else | |
BRANCH=$(git rev-parse --abbrev-ref HEAD) | |
fi |
I hereby claim:
To claim this, I am signing this object:
Instead of taking printscreen or pasting a plain text in your Keynote presentations, follow these steps and make it beautiful.
brew install highlight
highlight -O rtf filename.js |pbcopy
If you use fish shell, you could use the code_to_keynote
function in this gist, see how:
vim ~/.config/fish/functions/code_to_keynote.fish
and paste my function