Alecio Furanze (Ale)

Results 5 issues of Alecio Furanze (Ale)

**Info:** Hello, I have been a Flax traveler for a few years now... Then I came across the error in version 1.8 of Linux Mint where I can't open flax...

launcher

```rb # current version Host instance = new Host("127.0.0.1", 8080); Host instance = new Host(...); ``` ```rb # new features required Host instance = new Host("www.alec1o.com:8080"); ``` > ##### Hacks...

enhancement
question
Review

:+1: https://stackoverflow.com/questions/73237486/creating-tcp-connection-and-getting-the-header Protocols like http detect the framing of your data through the stream, and create the framing at the application level, Netly's function is to provide the socket and...

enhancement
question
Review

**Is your feature request related to a problem? Please describe.** the docs of project is manual and maybe can have errors on api. and is hard mantain manual wrote, for...

documentation

I import my House model to Flax and this working fine, but to me modify each part of model like active or disable a model part i Need import as...