mjshi

Results 6 issues of mjshi

This is not a real issue, but just some notes for those who want to running opencda in docker environment. 1. Base Docker Image: I already have a base docker...

In some cases, pure black image is shown regularly in the camera image stream(like once a second, a pure black image is shown followed by correct camera image, and so...

Hello abhaydoke09, Thanks for sharing your nice work. I have a few questions about the implementation: 1. The default input image size is 448x488, and this results in the shape...

If -XX:+PrintGCDateStamps is enabled, gchisto cannot detect the gc activities.

On page http://pkuwwt.gitcafe.com/d3-tutorial-cn/setup.html The command to start a simple http server should be: python -m SimpleHTTPServer 8888 The document misses the '-m'.

**触发场景描述** 设置字体颜色在inMemory=false时不生效 **触发Bug的代码** 官方示例代码 ```java // 设置单个单元格多种样式 WriteCellData richTest = new WriteCellData(); richTest.setType(CellDataTypeEnum.RICH_TEXT_STRING); writeCellDemoData.setRichText(richTest); RichTextStringData richTextStringData = new RichTextStringData(); richTest.setRichTextStringDataValue(richTextStringData); richTextStringData.setTextString("红色绿色默认"); // 前2个字红色 WriteFont writeFont = new WriteFont(); writeFont.setColor(IndexedColors.RED.getIndex()); richTextStringData.applyFont(0,...

bug