tihmstar

Results 32 comments of tihmstar

The issue is ``` RUN git clone --depth=1 https://github.com/tihmstar/libgeneral /usr/src/libgeneral ``` The versioning is based on the number of commits to the repo. If you clone with depth=1, then your...

Yes, clang is required. > > Okey @hadess i gave a solution for you. Install clang and config project for clang > > Unfortunately it's just a work-around. If building...

I had the same issue. I narrowed it down to this code: https://github.com/Monogramm/taiga-contrib-ldap-auth-ext/blob/7806e5b623b050f77c66e4167dd7377c79433f30/taiga_contrib_ldap_auth_ext/connector.py#L133-L137 Turns out when "mail" and "givenName" are missing, then it fails. Now on my ldap i did...

I think on ubuntu you might need to run the tool as root (sudo).

What if the activation doesn't succeed (because it's already activated), but the device is still in the "connect to itunes" screen? I think unless you wanna debug all the different...

I mean you can do it that way and (potentially) deal with it later in case unexpected issues arise. Unfortunatelly i can't test all the edge cases anymore as the...

Yes, i did write all of that manually. Calling this AI generated is mean 😢

It's an unfortunate effect of having to update legacy code, but honestly i think it's worth it. I think it's reasonable to bump major version for a "big" change like...