Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex
Regular expression cheat sheet for Varnish | |
Varnish regular expressions are NOT case sensitive. Varnish uses POSIX | |
regular expressions, for a complete guide, see: "man 7 regex" | |
Basic matching: | |
req.url ~ "searchterm" | |
True if req.url contains "searchterm" anywhere. | |
req.url == "searchterm" |
Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex
import { condensePrismaQuery } from './utils'; | |
// Screenshot of a trace sample: https://i.imgur.com/XuhuQFq.png | |
// Service: https://www.elastic.co/apm | |
// Node module: https://github.com/elastic/apm-agent-nodejs | |
// Prisma: https://www.prisma.io/ | |
// Using "@prisma/client": "dev" | |
// Thanks to https://github.com/prisma/prisma/pull/2902 |