dosomder

Results 7 issues of dosomder

### Version 2.4.0 ### Reproduction link [https://play.nativescript.org/?template=play-vue&id=lFqz9J](https://play.nativescript.org/?template=play-vue&id=lFqz9J) ### Platform and OS info Android 8.0, NativeScript 6.2.0 ### Steps to reproduce Just open the repro ### What is expected? The text...

priority:normal
V2

## PR Checklist - [X] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#commit-messages. - [X] There is an issue for the bug/feature this PR is for. To avoid wasting your time,...

cla: yes

The RufflesTransport allocates a new SocketConfig everytime needed: https://github.com/MidLevel/MLAPI.Transports/blob/master/RufflesTransport/RufflesTransport.cs#L215 There should be a way to modify the SocketConfig from outside the class so that for example packet merging can be...

contributions welcome
type:feature

I think it would be useful to be able to register a channel without it actually existing. My use case is that I want to register a non existing channel...

The filename is only saved if the `FHD_SPLIT_AFTER` flag is set. The next entry must have `FHD_SPLIT_BEFORE` to be considered as a multivolume. I did not add a check that...

We rarely observe the following exception on our servers which crashes the application: From the stacktrace it looks like the StreamNotFoundException (or at least onError) is emitted twice which is...

bug

The summary method removes non breaking space (` `) instead of inserting a simple space or keeping it. Example: ``` Dann haben wir ein unschlagbares Angebot für Sie! ``` gets to ``` DannhabenwireinunschlagbaresAngebotfürSie! ``` Full html file is...