Yannis Paetzelt

Results 6 comments of Yannis Paetzelt

Also occurs every time a change is made to a watched translation file by hand. Example: 1. Open accounts.json 2. Add or remove entry / change text 3. Save changes

I believe wrapping this [line]( https://github.com/marhali/easy-i18n/blob/f154c2ddc8ed8497059fc95738db51b454ff0a33/src/main/java/de/marhali/easyi18n/InstanceManager.java#L75) in an `Application.invokeLater()` call could solve the problem. Unfortunately I don't have my workspace set up for plugin development at the moment, otherwise I...

Update for 4.4.0: Performing the above described repro steps now causes my IDE to completely lock up and become non-responsive to user input. New error in log (may have been...

Upon further investigation, it seems access to the cql shell is not possible via clientId and token anymore. It's either clientId and clientSecret (which astra-cli does not use), or just...

Putting this on hold as it's not strictly necessary for #20

Running into this with one of our APIs. Attempting to test a gateway method via the console without providing headers results in the following request being sent to our lambda:...