Ronny
Ronny
I would appreciate an easier api. E.g. I got the following dates. ``` date1 = Sugar.Date('today'); date2 = Sugar.Date('tomorrow'); ``` Then I want to compare them like this: ``` if...
@andrewplummer Hm, good question. I think the Java time api is a good example of how it should look like. I would only use the chainable api on functions that...
Hm, I'm using YakYak which uses node-notifier. See here: https://github.com/yakyak/yakyak/blob/master/src/ui/views/notifications.coffee#L80 Wait is already set to true, but notifications still disappear after some seconds. (Windows 10)
+1 Especially when you use modification detection. Everytime I focus into Notepad++ (in a cached file loaded from a server via NppFtp) I got the question wether I want to...
It's a built in feature of npp.
+1 A conversion to esm would be nice.
Erm, how do I reset the text of the tool items?
I wanna re-open this issue. I have the same problem. The solution above works once. But how may I continuously develop on iOS using this plugin? I need cordova build...
Problem is that the build is still not working. I get either the "GoogleMVTextDetectorResources.bundle not found" error or when I run pod install/update manually I get the "'IPHONEOS_DEPLOYMENT_TARGET' is set...
Ok. I played around a bit but have no real progress here. I found out that the version mismatch for IOS comes from the Google implementation because it's simply too...