Dragonium

Results 10 comments of Dragonium

> That makes way more sense now, thanks for clearing that up 👍🏻. So I guess the solution is to turn that option off since IP manipulation is already handled...

Its not as easy as you make it sound like, currently the server lookup is done in an easy way because its always an exact match. But depening on the...

do you have any valid server config(s) in the config folder?

im also a collaborator of infrared yes, but the config you sent me is the general config of ultraviolet, it also requires separated files for server configs. check https://github.com/realDragonium/Ultraviolet/blob/main/examples/server-example.json as...

Also got it when I installed for the first time, then i found this issue #693 (and similar issues on other forms). It worked fine after disabling (or changing to...

I experienced the same issues, the `subprocess.CalledProcessError: Command` error, in my main terminal application, but in some other terminals it worked for some reason. After a bit of digging, it...

Glad to see this issue being reopened! If i run my test WITH the env var, the subcommand being ran logs the following: ``` initdb: could not find suitable text...

> okay, but the first is only in logs and the whole test suite runs fine, right? Yes it does > Would you be able to modify your copy of...

Perhaps we should splits it up in a multiple modules which can have more specific names? Like 'serialization' and 'validation'? imo something like, would have more clarity for me ```python...

> I think all functions should either take a type or an instance of model or dataclass. My concern with naming it `methods` is: would it be obvious enough for...