I hereby claim:
- I am benji1304 on github.
- I am benji1304 (https://keybase.io/benji1304) on keybase.
- I have a public key ASBZJcTS7D20ESvdhlFHwm8w0RvwSemRPhcWFJXk0AuJNgo
To claim this, I am signing this object:
# Spring 25 Release note highlights | |
- Permissions | |
- View All renamed to View all Records | |
- Modify All renamed to Modify All Records | |
- New permission View all Fields | |
- does not give data access | |
- includes fields added later | |
- Flow |
I hereby claim:
To claim this, I am signing this object:
.container { | |
width: 50%; | |
height: 200px; | |
overflow: hidden; | |
} | |
.container img { | |
max-width: 100%; | |
height: auto; | |
display: block; |
#!/bin/sh | |
# Alot of these configs have been taken from the various places | |
# on the web, most from here | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# Set the colours you can use | |
black='\033[0;30m' | |
white='\033[0;37m' | |
red='\033[0;31m' |