alexeyinkin opened a new issue, #23079: URL: https://github.com/apache/beam/issues/23079
### What needs to happen? The code editor currently does not display tabs correctly. Tabs are the default indentation in the Go language. The workaround made in https://issues.apache.org/jira/browse/BEAM-13446 is replacing tabs with 2 spaces in https://github.com/apache/beam/blob/master/playground/frontend/lib/utils/replace_incorrect_symbols.dart called in https://github.com/apache/beam/blob/master/playground/frontend/lib/modules/examples/repositories/example_client/grpc_example_client.dart ... which is not an appropriate location to be aware of this. For many reasons the only appropriate location for the fix is the editor itself. This fix should be removed from the Playground when the editor supports tab symbols or replaces them on its own: https://github.com/akvelon/flutter-code-editor/issues/62 ### Issue Priority Priority: 3 ### Issue Component Component: beam-playground -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
