This file contains hidden or 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
import type { ZodType } from 'zod' | |
import { z } from 'zod' | |
const API_BASE_URL = 'https://api.pipecat.daily.co/v1' | |
// Schemas | |
const AutoScalingConfigSchema = z.object({ | |
minAgents: z.number().optional(), | |
maxAgents: z.number().optional(), | |
}) |
This file contains hidden or 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
import {assertString} from 'plugins/assert' | |
type TemplateContext = { | |
input: string | |
customPrompt?: string | |
} | |
type Template = (context: TemplateContext) => string | |
type ServerPredictionPrompt = { |
This file contains hidden or 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
.marquee { | |
@apply flex-1 flex overflow-hidden; | |
} | |
.marquee .marquee-inner { | |
@apply truncate flex-1; | |
} | |
.marquee.marquee-active .marquee-inner { | |
@apply flex-none; |
This file contains hidden or 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
import { RefObject, useMemo, useLayoutEffect, useRef, useState } from 'react' | |
type DOMRectRef = [rect: DOMRect, ref: RefObject<HTMLDivElement>] | |
export const useDimensions = ():DOMRectRef => { | |
const ref = useRef<HTMLDivElement>(null) | |
const [rect, setRect] = useState<DOMRect>(DOMRect.fromRect()) | |
const resizeObserver = useMemo(() => { |
This file contains hidden or 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
import React, { Component } from 'react'; | |
export default class DefaultImage extends Component { | |
state = { | |
error: null | |
} | |
onError = (error) => { | |
this.setState({error}); | |
} |
You'd be an integral part of a small, but experienced, sales team and would be responsible on day 1 for closing deals, creating & implementing growth strategy, having a keen eye for product and market opportunity, and ensuring customers are successful. Competitive base & variable comp.
- 2-4 yrs experience in customer facing role (ex. sales, sales engineering, account management), preferably at B2B startup. If in sales, has been in closing role before. If not previously in sales, has desire to get into sales role.
- Work out of SF office everyday.|
I hereby claim:
- I am maccman on github.
- I am maccman (https://keybase.io/maccman) on keybase.
- I have a public key ASBW2l7Vjcl9iw1Q8voOYhUKRsWGM0BrfIbpwr7uGaFIkQo
To claim this, I am signing this object:
This file contains hidden or 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
drift.on('ready',function(api, payload) { | |
api.showWelcomeOrAwayMessage(<%== @options.to_json %>); | |
}); |
To install Clearbit Connect for Google Inbox, follow the instructions below:
- Install the Chrome extension
- Navigate to https://inbox.google.com
- Paste the following into the URL bar. Note that Chrome may remove the
javascript:
prefix when pasting - make sure to add it back in.
javascript:(localStorage.CB_INBOXBETA = true) && location.reload()
It should look like this:
NewerOlder