Stephan Prätsch

Results 10 issues of Stephan Prätsch

I'd like to configure that my code blocks are collapsible because my code blocks become very large. For instance in the config.json ```json "collapsible": true ``` makes all code blocks...

enhancement

Hi there, your documentation is not up to date: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GCICli.html When I call ``` aws dynamodb create-table \ --table-name GameScores \ --attribute-definitions AttributeName=UserId,AttributeType=S \ AttributeName=GameTitle,AttributeType=S \ AttributeName=TopScore,AttributeType=N \ --key-schema AttributeName=UserId,KeyType=HASH...

Hi, when I add a dependency twice, like ```xml com.amazonaws aws-java-sdk-s3 1.11.61 com.amazonaws aws-java-sdk-s3 1.11.61 test test-jar ``` and then I exclude something in the first dependency, like `jmespath-java` ![deps](https://user-images.githubusercontent.com/9827763/85010747-cf3bc900-b160-11ea-81ae-135c3a5f970f.png)...

Hi there, I failed in getting a plugin for my eclipse. 1. In marketplace there is an outdated (?) version (https://marketplace.eclipse.org/content/pitclipse ): 0.31.4.201401081810 1.1 it does not stop but stresses...

a: bug :beetle:
impacts: ux :smile:
is: available :checkered_flag:
priority: low :snowflake:
for: IDE :waxing_crescent_moon:

Hi there, I just want to report the exception I got ```text Can't find template RAML File com.intellij.diagnostic.PluginException: Template not found: RAML File [Plugin: org.mule.tooling.intellij.raml] at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl.getInternalTemplates(FileTemplateManagerImpl.java:222) at com.intellij.ide.fileTemplates.impl.AllFileTemplatesConfigurable.(AllFileTemplatesConfigurable.java:98) at...

Hi since 10th of october we have trouble with `logzio-logback-appender`. ```xml io.logz.logback logzio-logback-appender 1.0.22 ``` As we didn't change anything in configuration for months I suppose the problem is somewhere...

Hi, if I add CDATA in an xml code snippet like ``` ``` then it fails with a 400 ``` … awaiting First attempt failed, retrying ... ✖ fatal Error:...

bug

**Describe the bug** The minimal example in docs isn't scaled properly and while zooming there are errors. **To Reproduce** ``` nvm use 19 yarn create react-app my-app cd my-app yarn...

Hi there, if you started and not stopped a test then the embedded redis is still running. During start of your next test the test fails with the only message...

In `org.factcast.client.grpc.GrpcFactStore.CHANNEL_NAME` the value `factstore` is hardcoded. Therefore it is impossible to consume events from different FactCasts. Is this really wanted? Can we open this to configure (multiple) channel name(s)?