Michael Feldman (writer)

Michael Feldman is an American television producer and writer.

Michael Feldman
OccupationProducer, writer
Years active1992–present
Spouse(s)Andrea
ChildrenBen, Zack

Some of his writing credits include The Gregory Hines Show, Everybody Loves Raymond, Temporarily Yours, That's So Raven, Cory in the House as well as producing for Boston Common, Odd Man Out, Yes, Dear and The Weber Show.[1]

Feldman was a head writer and executive producer for the Disney Channel sitcom Sonny with a Chance.[1][2]

Personal life

Feldman currently resides in Los Angeles with his wife, Andrea, and their two sons, Ben and Zach.[1]

gollark: Is trying to move it from multiple coroutines at once a very good idea?
gollark: Please do not do what <@153718115644080128> suggested.
gollark: Basically, it listens for `key_up`/`key` events and tracks if each key is pressed or not pressed.
gollark: This is roughly what potatOS does.
gollark: ```lualocal keys_down = {}local function keyboard_shortcuts() while true do local ev = {coroutine.yield()} if ev[1] == "key" then keys_down[ev[2]] = true if keys_down[keys.leftCtrl] then -- do whatever with new key event end elseif ev[1] == "key_up" then keys_down[ev[2]] = false end endend```

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.