Cretezy

Results 143 comments of 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): ![image](https://github.com/NMAC427/guess-indent.nvim/assets/2672503/29caa0a4-5a02-47aa-b3f2-c4191af65196) This branch fixed my...

See https://github.com/Cretezy/pymessenger2

Please do on Cretezy/pymessenger2, this fork is unmaintained.

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)