Jasper Timmer
Jasper Timmer
Hi, I'm using latest Docusaurus 2 and the latest shiki-twoslash preset, and I loaded a custom grammar. I get the following output a few thousand times on our site: ```...
I'm hitting a None.get in maven: ``` [ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.3.0.603:sonar (default-cli) on project workflow2: None.get -> [Help 1] ``` `-X` stacktrace pointing to: https://github.com/RadoBuransky/sonar-scoverage-plugin/blob/20af12dbaa161d590e0365322d739690abd6d753/plugin/src/main/scala/com/buransky/plugins/scoverage/xml/XmlScoverageReportConstructingParser.scala#L146 What can I...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....
I can't get it to work with chef 12 / ruby 2.. is there still development done?
``` ml = MarkLogic(conn) cluster = ml.cluster() cluster.set_cluster_name(cl_config['cluster']) cluster.update() ``` gives error ``` marklogic.exceptions.UnexpectedManagementAPIResponse: {"errorResponse":{"statusCode":"500", "status":"Internal Server Error", "messageCode":"XDMP-AS", "message":"XDMP-AS: (err:XPTY0004) $value as xs:string -- Invalid coercion: as xs:string"}} ```
When creating a database, and setting the forest names on the db object, the existing forests are not coupled to the database. ``` {"errorResponse":{"statusCode":"400", "status":"Bad Request", "messageCode":"MANAGE-CONFLICTINGCONFIG", "message":"MANAGE-CONFLICTINGCONFIG: (err:FOER0000) A...
At least Privilege and Permission are not JSON Serializable and throw errors when used; They cannot be used to .set_privileges or permissions need to be set via role.set_property_list('permissions', perms) even,...
Trying to couple clusters, I see this in the logs and nothing happens: ``` 2020-08-06 11:34:24,662 Status code: 404 2020-08-06 11:34:24,663 {"errorResponse":{"statusCode":"404", "status":"Not Found", "messageCode":"", "message":"URI /manage/v2/cluster_names does not exist."}}...
Is this project still maintained? Gradle didn't work for us, because it did destructive actions when only an update was necessary (so I was told). Then an attempt was made...