Vinnie Pergola
Vinnie Pergola (born December 9, 1989) is an American actor. Credits to date include That's So Raven, Huff, Complete Savages, The Bernie Mac Show, Still Standing, and Miss Behave.
Vinnie Pergola | |
---|---|
Born | Tarzana, California, U.S. | December 9, 1989
Occupation | Actor, Musician, DJ |
Years active | 2004–present |
Music career
Since 2013, Pergola has been one half of the EDM duo Phantoms the other half being Kyle Kaplan. Their self titled debut album was released in March 2017.
Phantoms are best known for their collab with Vanessa Hudgens for the song Lay With Me released in 2018. Vinnie's band has also released songs such as, but not limited to, Just A Feeling, Broken Halo, Won't Be Here Forever, and Are You Up. Phantoms released their second album, Designs For You in the summer of 2019.
gollark: ```pythonCORO_CODE = """async def repl_coroutine(): import asyncio import aiohttp import discord from discord.ext import commands"""async def async_exec(code, loc, glob): user_code = ast.parse(code, mode='exec') wrapper = ast.parse(CORO_CODE, mode='exec') funcdef = wrapper.body[-1] funcdef.body.extend(user_code.body) last_expr = funcdef.body[-1] if isinstance(last_expr, ast.Expr): funcdef.body.pop() funcdef.body.append(ast.Return(last_expr.value)) ast.fix_missing_locations(wrapper) exec(compile(wrapper, "<repl>", "exec"), loc, glob) return await (loc.get("repl_coroutine") or glob.get("repl_coroutine"))()```
gollark: <@319753218592866315> What?
gollark: AutoBotRobot actually has to do a bunch of AST hackery to make asynchronousness work.
gollark: &sys exec await ctx.send("APIOID")
gollark: I don't know how.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.