Cretezy
Cretezy
Yeah that'd be great, however we should provide a modular way -- and make it easy and open to add other analytics (Google Analytics comes up to mind).
I have been running into a bug where after I open a file, any other file opened with `:e` throws an error (yet still opens):  This branch fixed my...
See https://github.com/Cretezy/pymessenger2
Please do on Cretezy/pymessenger2, this fork is unmaintained.
Check out the fork on my profile
https://github.com/Cretezy/pymessenger2
Check out https://github.com/Cretezy/pymessenger2
But it's supposed to return the `results` which is the response, right? Edit: You're right, it only returns on success (I think? I'll need to check again). I'll add a...
Doesn't seem to work for me. None of the classes are being resolved. Is there any debugging steps I can do?
``` error: package com.eclipsesource.v8 does not exist ``` ``` apply plugin: 'java' repositories { mavenCentral() } dependencies { implementation 'com.eclipsesource.j2v8:j2v8:6.0.0@aar' } ``` (stripped but still valid)