Nic Luciano

Results 18 comments of Nic Luciano

in my branch [here](https://github.com/benwilber/boltstream/compare/master...kn0ll:docker?expand=1) i was able to get the application running in Docker "successfully" (see: a `boltstream.me` homepage with "no live streams" text)... but only with some questionable changes:...

i am seeing same issue, using latest repository. the problem line is https://github.com/stephrdev/django-userprofiles/blob/master/userprofiles/contrib/profiles/views.py#L29 and get_profile_model() is returning null all i've done is enable `userprofiles.contrib.profiles` in `INSTALLED_APPS` and browsed to /profile/change

the error exists because get_profile_model() returns None unless USE_PROFILE = True, which by default is False. i've fixed this by simply adding the following to my settings: ``` AUTH_PROFILE_MODULE =...

i saw similar comments in https://github.com/19majkel94/type-graphql/issues/81- regarding `printSchema`. i think a decent solution might be to expose the `printSchema` example you provided as a command line tool-- except allow it...

i'd be a little reluctant to use a client library that isn't offered officially. why not just provide type definitions through DefinitelyTyped? above, someone worries about type definitions out of...

yes! i've been using audiolet quite a bit, but i've been avoiding UI graph related stuff because it's a pain in the ass. i realized meemoo was right for this-...

@gaearon removing [line 446](https://github.com/gaearon/react-dnd-html5-backend/blob/master/src%2FHTML5Backend.js#L446) and [line 426](https://github.com/gaearon/react-dnd-html5-backend/blob/master/src%2FHTML5Backend.js#L426) all together fixes the issue. furthermore, if we are dragging a native item type, dropEffect is actually already set to none (at least,...

@awinecki are you certain it's not handleTopDragOver as the original filing suggests (and where i found the issue)? and would you be willing to try the fix i suggested? also,...

ok, it actually was some help to convert the UI so i ended up doing that too. :) following that, i also have a branch that has a build script...

i do see now that `mediaStreamDestination` allows no output and is handled right above the code i linked to. so i am thinking that virtual-audio-graph treats no output as an...