Michele Dolfi

Results 9 comments of Michele Dolfi

Hello, a new version with updated dependencies has been released, https://pypi.org/project/django-gmailapi-backend/0.3.0/. In my quick tests it seemed to be working without issues. Let me know if it helps.

Hello, it is a while from my last setup, so I repeated from scratch for testing. 1. I used a personal Google account 2. Create a project in https://console.cloud.google.com/ 3....

Hi guys, indeed this doesn't sound promising for the approach taken in the package. Let's see if we come up with alternatives. > Maybe this link can be useful to...

Checking the loopback ip redirect. The deprecation notice is actually _only_ for mobile devices > Loopback IP address flow will be disallowed for native iOS, Android and Chrome OAuth client...

It is like that. It is actually possible to push NULL characters in c++ string, but they have to be added as chars. ```c++ #include #include int main() { std::string...

Let me explain better what is going on. (I don't think that not having NULLs helps) Some introduction: 1. The ```std::string``` object contains the data and the length. 2. Given...

@mingwandroid : the function you propose isn't in the standard library, right? The problem actually occurs on all platforms.

This is for sure a possibility, now I solved it already with the workaround I posted above. Additionally, we also have a mechanism in place to provide the installation prefix...

I don't a cluster with the intel toolchain to try out the easybuild compilation, but I tried to reproduce manually the commands done by the `boost.py` easyblock. For me compilation...