Toni Cebrián
Toni Cebrián
No, I switched to https://github.com/findify/s3mock . Make sure you include some patches that aren't still merged https://github.com/findify/s3mock/pulls/tonicebrian into master.
Hi @nicor88 thanks for pointing to the right direction. Do you know of any code snippet with this modifications for Athena? It looks a bit intimidating since it has lots...
Same problem here, perhaps a step by step procedure could help us
This is also being discussed in https://github.com/emacs-lsp/lsp-ui/issues/261
@vicpadilla with your hint I discovered that logs are complaining about: ``` fatal error: failed to call SetUp on notifier: failed to find Secret for ref "slack-cloudbuild-webhook": failed to find...
Thanks @hideaki-t that was my exact problem, I took the client secret by the actual token. That solved the issue connecting to the API but still not getting tasks. My...
Hi, my org-wunderlist specific config is: ``` (require 'org-wunderlist) (setq org-wunderlist-client-id "my-clientid" org-wunderlist-token "myToken" org-wunderlist-file "~/Dropbox/GTD/Wunderlist.org" org-wunderlist-dir "~/Dropbox/GTD/org-wunderlist/") ``` I don't really know how to "eval `org-wunderlist-plist`". I've put in...
Sorry. Too busy lately and missed your answer. I've created a test account for you to check contents. My config is: ``` (require 'org-wunderlist) (setq org-wunderlist-client-id "fe03c062b879217b5933" org-wunderlist-token "d618a6ec177253292735c311a52a67276a820785e2f7b648b3f9e5405149" org-wunderlist-file...
I think you understood the problem I have and partly answered it cannot be done. My use case is that I need to parse a CSV containing a bill of...
The reason for the unified type was convenience. When serializing the timeseries to Json we were trying to avoid the per point unit of measurement verbosity and instead serialize Doubles...