Sergey

Results 3 comments of Sergey

Hello! Do you have a solution for this issue? > I am doing json templating with mustache-sharp and I need to create a custom tag (#comma} to inject a comma...

> Hello, I am facing similar issue.Please help. An exception of type 'System.InvalidOperationException' occurred in Confluent.Kafka.dll but was not handled in user code: 'No provider for SASL mechanism GSSAPI: recompile...

I found solution additional_files must contain base64 zip archive with all additional files ``` { "source_code": "const x = require('./hello.js')", "language_id": 63, "stdin": "", "additional_files": "UEsDBAoAAAAAAD1VjFZsXwM8IgAAACIAAAAIAAAAaGVsbG8uanNjb25zb2xlLmxvZygnaGVsbG8gZnJvbSBoZWxsby5qcycpUEsBAj8ACgAAAAAAPVWMVmxfAzwiAAAAIgAAAAgAJAAAAAAAAAAgAAAAAAAAAGhlbGxvLmpzCgAgAAAAAAABABgAYRwxQhJt2QHx/ZdCEm3ZARBt0PkRbdkBUEsFBgAAAAABAAEAWgAAAEgAAAAAAA==" } ```