-
```
What steps will reproduce the problem?
1. Start one presenter to publish video stream to a server.
2. Start two listeners which receive presenter's video stream from the
FluorineFX server.
3. Limi…
-
```
In the current design, our views need some mechanism to obtain their widget and
add child views. This forces our users to implement a relatively complex
interface in each views, which we make si…
-
**Version**: Pharo 10.
As you can see on above screenshot, there are text presenters (with nothing to scroll) in an SpScrollableLayout and when I try to scroll with the mouse wheel, it does not…
-
### What happened?
Errors occurring in packaged scalars like `Int` return unstructured `error`s making them difficult to identify in an [error presenter](https://gqlgen.com/reference/errors/#the-er…
-
As you observed this morning, there's definitely a bunch of redundancy between this and the changes I've been planning to do to support pull request builds. For both use cases, we want to host new met…
-
Hi,
here's a replacement for AbstractView.createPresenter(), which uses reflection to determine and create the Presenter
```
@Override
public P createPresenter() {
ParameterizedType thisType = …
-
I get exception "An exception of type 'System.ArgumentNullException' occurred in Xamarin.Forms.Platform.UAP.dll but was not handled in user code
Additional information: Value cannot be null." in MainP…
-
Example 1
## Code Snippet
- DebtPresenter.kt
```kotlin
class DebtPresenter(
private val view: DebtContract.View,
private val model: DebtContract.Model
) : DebtContract.Presenter {
…
-
I'm considering reconstruction of code according to Passive View pattern:
https://martinfowler.com/eaaDev/PassiveScreen.html
or, the third pattern in
https://lostechies.com/derekgreer/2008/11/23/mo…
-
Does hasura_connect support the macOS target?