Jingheng Huang

Results 7 issues of Jingheng Huang

# **Blender and OS versions** Blender 2.91.0 Alpha | Windows 10 # **Describe the bug** Only one tile was displayed when added any basemap. # **How to Reproduce** GIS ->...

重现步骤: 给一个Stream添加多个Flow(>50个),最后添加的几个中有可能出现此种问题 期望结果: 所有flow可以正常监控到,running,failed等状态显示正常 实际结果: 部分flow的状态一直为new,查看日志等都没有问题,yarn监控中任务正常运行 修复建议: 建议检查一下工作流监控相关的模块 其他信息: 无

根据日志来看,spark已被shutdown,但是状态没有反映。 附:Stream日志 ``` 2020-07-15 10:41:44,762 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 2020-07-15 10:41:49,484 INFO yarn.Client: Requesting a new application from cluster...

I was trying to do ` proj4('PROJCS["Xian_1980_GK_Zone_13",GEOGCS["GCS_Xian_1980",DATUM["D_Xian_1980",SPHEROID["Xian_1980",6378140.0,298.257]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Gauss_Kruger"],PARAMETER["False_Easting",13500000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",75.0],PARAMETER["Scale_Factor",1.0],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]]') ` but was met with an unexpected exception. After debugging I believe this is because proj4js does not support gauss kruger projection. Is...

**Bug描述** 为viewer.scene.globe添加ElevationRamp材质,显示有错误,跟下面的底图混杂在一起 **重现步骤** 使用CesiumTerrainProvider添加地形,使用如下代码添加材质: ```js const elevationRamp = [0.0, 1.0]; let getColorRamp = (selectedShading) => { const ramp = document.createElement("canvas"); ramp.width = 100; ramp.height = 1; const ctx = ramp.getContext("2d");...

Appraently `setResult(Activity.RESULT_OK, intent);` in `com.ourcodeworld.plugins.filebrowser.DialogShowPicker` does not trigger the `onActivityResult` method in `com.ourcodeworld.plugins.filebrowser.Filebrowser`, causing this to happen. Any solutions or workarounds? Im using Android SDK 26 and Cordova 7.0.0

The original issue are solved. Now I try to download .tiff data in the ./service/geotrellis/data/arg_vm file, it appears to be requiring `git lfs` to download them, but it says `...