dangbinghoo
dangbinghoo
`Using direct -l... flags for z, dl. /usr/bin/dmd -c -of.dub/build/default-debug-linux.posix-x86_64-dmd_2082-2C1351359066EBAAEBC9960D7C487C26/dlangide.o -debug -g -w -version=EmbedStandardResources -version=Have_dlangide -version=Have_dcd -version=Have_dlangui -version=Have_dsymbol -version=built_with_dub -version=Have_libdparse -version=Have_msgpack_d -version=Have_stdx_allocator -version=Have_emsi_containers -version=emsi_containers_unittest -version=USE_OPENGL -version=USE_SDL -version=USE_FREETYPE -version=Have_derelict_ft -version=Have_derelict_gl3 -version=Have_derelict_sdl2...
dlangui right now can't display CJK or non-latin text correctly, change the UI font to CJK compatible font also can't resolve the problem. please add CJK support. Thanks!
hi, when running on ArchLinux, devdocs displays all text using system default non-monospace font. which makes the text of code displays ugly. tried to modify in css file, but dont...
Archlinux下面(最新,我一般系统都是随时跟随最新,wine是3.0, 64Bit系统),运行只有这么一句: `$ ./TIM-x86_64.AppImage Cleaning up ` 如果获取更多错误信息来调试呢? 另外,可否在applimage增加一个设置dpi的参数,然后让winecfg的里面使用大于96的dpi ?
``` (torchpy3) chiot@chiot-AI:~/Desktop/SemSeg/awesome-semantic-segmentation-pytorch/scripts$ python train.py --model psp --backbone resnet50 --dataset pascal_voc --lr 0.0001 --epochs 50 2020-03-02 17:38:57,152 semantic_segmentation INFO: Using 1 GPUs 2020-03-02 17:38:57,152 semantic_segmentation INFO: Namespace(aux=False, aux_weight=0.4, backbone='resnet50', base_size=520,...
if put bellow in user apps Makefile ``` Makefile EXTRA_LIBPATHS += -L $(PWD) LIBPATHS += $(PWD) EXTRA_LIBS += -lnimcache ``` it seems, when linking the final binary, these flags were...
hi there, has been integrated the current code to a iot project running with FreeRTOS + lwip, and found out the FreeRTOS verison of MQTTClient.c implementation is just wholly messed....
hi, I just tried the debugger, it start's successfully, and support step execution very well. also I can see local vars. But I can't see the println 's output result....