Adrian Preuß

Results 38 comments of Adrian Preuß

Nope, it will create an Exception: `ReferenceError: TextEncoder is not defined`. Same with Decoder.

You can use the `Stylesheet` value `inherit` or the `100%` value :) Sample: ``` ```

**Note:** I think, the problem is, that the `player.soldier` is not presentet anymore after `Player:Killed`.

The best way is, to install **mod_ssl** as default by Sentora with their own configuration file. If you install **mod_ssl** after Sentora already has been installed and created an VHost...

It's only an connecting problem for `HTTPS`. By default, `file_get_contents` won't redirect if a `301 Status` or `Location` header is presented. Mostly (if you're using `HTTPS`), you has an simple...

I can implement these and make some Pull-Requests, but i've seen, that the development of Sentora is freezed and has no activity. Thats the point, why i've don't spend some...

Misunderstanding your Issue. Du you mean `List` or `List` for sample? Then, write it correctly and **use** code-tags!

How to **import** the `Pane` component? @jaotors had ask these question, but no answers was given.

@jaotors i've found the solution! You can impot the `Pane` component as follow: `import Pane from 'react-split-pane/lib/Pane';`

By me, a selfsigned-cert breaks up with following error: ![image](https://github.com/fabiobento512/FRequest/assets/1371300/35e7bcad-0fdc-4d99-bdf7-e6a36bbe8562) The cert was created by `openssl`: ``` openssl req -x509 -sha256 -days 356 -noenc -newkey rsa:2048 -subj "/CN=example1.fruit/O=fruithost/[email protected]" -keyout /ssl/example2.fruit.key...