Nathan Adhitya

Results 11 comments of Nathan Adhitya

> Hi both, > > Sorry the delay.. 😞 > > > One quality of life suggestion would be the ability to scroll through all of the untagged groups and...

Is there any update to this feature yet? +1 I'd really something similar to this to be implemented. In a scenario where a central album exists which is shared among...

Having the issue on 1.16.41

The newest dev builds seem to work on the newest Bungeecord with 1.19.3 support. Try checking that out as a temporary alternative to the stable builds. https://ci.codecrafter47.de/job/BungeeTabListPlus/ Correction: it doesn't...

As mentioned by hkng, I think a post-logout redirect is needed. Currently, with oauth2-proxy, the sign out button does not work. For the sake of completeness, a mechanism to correctly...

I think a more appropriate / better variable naming for readability's sake would be: ``` OPENSSL_CERT_INCLUDE_DOMAINS="true" OPENSSL_CERT_INCLUDE_IPS="false" OPENSSL_CERT_INCLUDE_LOCALHOST="false" ``` Also, consider checking my message in Discord. Thanks!

Hi, can you specify what version of mongoose are you running, and can you also give a snippet of the model/schema? The code we use casts the string into whatever...

Hi. Apparently, arrays have a different way of querying and were not included in the initial implementation. I only had tests for singular strings, forgetting the use case of string...

Hi, I believe it is okay to have the same behaviour for non-array object types. The problem only exists for array types, as they are incorrectly being cast. According to...

Hi. Unfortunately, for now, document joins on the server are outside of the scope of this project. In such cases, forking and building upon this repository may be desirable. For...