Rebeca Saraí
Rebeca Saraí
Hi! This is happening to me right now
Now also doing `Buffer.from(users[i].LASTNAME, 'base64').toString('utf-8')` And what it does is that it doesn't show the **special character Ñ**. So for example, the last name "Nuñez" will show as "Nuez". How...
Hi @jsumners ldapjs is returning incorrect strings when there are special characters in it. Only when there is a special character, it transforms it to Base64 automatically.  Here in...
> I have been working with Weaviate and have been using in our product. I can help in this issue I'm also interested in using open-source & free alternatives! If...
Hi, is there any solution for this? It's happening to me too. When there is any .mov file inserted in the presentation, it returns an error: `BadZipFile: Bad CRC-32 for...
I'm literally just trying to open the presentation with the constructor: `Presentation(path)` And it returns: ``` --------------------------------------------------------------------------- BadZipFile Traceback (most recent call last) Input In [65], in () ----> 1...