Skip to content

Instantly share code, notes, and snippets.

View pablocattaneo's full-sized avatar

Pablo Cattaneo pablocattaneo

View GitHub Profile
groups username
# for example
groups pcattaneo
// https://go.dev/tour/moretypes/16
// https://chatgpt.com/share/69304294-58ac-8006-9cde-961288946986
package main
import "fmt"
var pow = []int{1, 2, 4, 8, 16, 32, 64, 128}
func main() {
https://playwright.dev/docs/api/class-page#page-get-by-role-option-role

List of Some Common HTML Elements and Their Implicit ARIA Roles Here are some HTML elements and the implicit ARIA roles they map to (per HTML-AAM spec):

HTML Element Implicit ARIA Role
<a href="…"> link ([W3C][1])
<button> button ([W3C][2])
<input type="checkbox"> checkbox ([W3C][3])
<input type="radio"> radio ([W3C][3])
`` slider (because A
go to settings/environments/staging
Activate branch tracking and set the branch
save it
got to /deployments and deploy it with the name of the branch set