Boris Rybalkin
Boris Rybalkin
Could you add test coverage support? Go test has -cover flag. TeamCity has a set of coverage (CodeCoverage*) metrics you can send using service messages :https://www.jetbrains.com/help/teamcity/custom-chart.html
I would like to get your feedback on this. Keep in mind this is my first rust experience. At the moment my web fork sends plain text two headers username...
I would like to add an LDAP authentication. Few questions: 1. Is auth key currently hashed on client side (react)? If true do you plan to replace it with plaintext...
Could you please implement java_multiple_files for csharp files? We have a generated proto with 7k messages. It generates 7k java classes (java_multiple_files = true) but only one csharp file (65MB)....
lcCopy
I wanted to maintain UID the same as can, so I rested this function as seem to be no way to do it.
```` Traceback (most recent call last): File "/snap/users/x1/python/bin/ldapcherryd", line 11, in load_entry_point('ldapcherry==1.1.1', 'console_scripts', 'ldapcherryd')() File "/snap/users/x1/python/lib/python2.7/site-packages/pkg_resources/__init__.py", line 487, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/snap/users/x1/python/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2728, in load_entry_point return...
Hello, Is there a reason why self modify for admin users is limited to specific fields while admin can find itself and modify all fields? Should admin self modify use...
I guess there was an attempt to make this app responsive to fit different screen sizes. 1. Top menu links ideally become icons. 2. Result rows should also at least...
Is it possible to not show fields (like uid, uidNumber, gidNumber) on UI but still save values to ldap server (auto-increment)? I am not sure if it is Ldap server...
Should this work on arm agent?