Philip Giuliani

Results 31 issues of Philip Giuliani

The most reported error of my AndroidTV app is the following. I hope you/somebody can fix this bug! ``` Fatal Exception: java.lang.NullPointerException at com.sgottard.sofa.BrowseFragment$9.onItemSelected(BrowseFragment.java:821) at android.support.v17.leanback.widget.RowPresenter.dispatchItemSelectedListener(RowPresenter.java:470) at android.support.v17.leanback.widget.ListRowPresenter.dispatchItemSelectedListener(ListRowPresenter.java:441) at android.support.v17.leanback.widget.RowPresenter.createRowViewHolder(RowPresenter.java:481)...

Hi, i have extended RowsFragment for the BrowseFragment, everytime when i select the view in the navigation (left side) the `onCreate, onCreateView, onViewCreated` methods of the fragment are called again,...

I got the following crash when adding another node to the cluster: ``` protocol String.Chars not implemented for {:livechat, "room_name"} of type Tuple. This protocol is implemented for the following...

After using nanobox for some weeks and migrating some projects, I noticed that I have to look up the boxfile of my old projects and on the nanobox-quickstarts on github...

enhancement
low

### Description If the liveWindow is below the trackingThreshold when the livestream has just started, it will never enable the Live UI and start tracking, even if the liveWindow is...

bug
needs: triage

When i hover the handle, i get the `grabbing` cursor style, but when I hold the item, it switches back to the default cursor. Its also reproducible in the following...

help wanted

Hi, I had a crash last which caused all my dynamic processes to die. I was able to find the same Exception in the following merge request: https://github.com/derekkraan/horde/pull/174 . From...

This would be great as soon as you're done with the basic implementation! :) That's the only thing all expense apps are currently missing :)

suggestion

Hi! I am using the Local Storage in dev mode, and S3 in production. But the `.url` does not return a full URL, but only the absolute path. I am...

For debugging purposes, I have currently added the following subscriptions: ```javascript subscription.addEventListener("mute", console.debug); subscription.addEventListener("unmute", console.debug); subscription.stream.getAudioTracks().forEach((t) => { t.addEventListener("mute", console.debug); t.addEventListener("unmute", console.debug); }) subscription.stream.getVideoTracks().forEach((t) => { t.addEventListener("mute", console.debug); t.addEventListener("unmute", console.debug);...