Alwx

Results 6 issues of Alwx

There are countries that tries to block telegram. I created PR #19 that add basic proxy support, but there are several issues with that.

enhancement

There are several questions left 1) Style guide. I'm not sure that I filled help text and placeholder properly 2) For using proxy there should be requests[socks] requirement. I'm not...

Thanks for the great library. Is there an api to generate a model instance with several relations (OneToOne, ManyToOne, ManyToMany)? Like so: ```python user = mixer.blend(User) .with(Profile, 1) # one...

In my project we prepare several different transactions before executing and committing them ```go func MultipleTx() { db, _ := sql.Open("postgres", "dsn") txs := make([]*sql.Tx, 0) for _ = range...

I've got strange issue when trying to validate large number (more than 100) of large xml files (20-130mb). It looks like this ``` unexpected fault address 0xc0068c3000 fatal error: fault...

I've got the following snippet ```python from django.db import models class PhoneField(models.CharField): """Phone field based on CharField with validation.""" def __init__(self, *args, **kwargs) -> None: """Init.""" options = { "max_length":...