BisonLeo
BisonLeo
It looks like that the the sndcpy.sh could not be run? https://github.com/barry-ran/QtScrcpy/issues/643 ``` AudioOutput::audio state changed: StoppedState "AudioOutput::" "/bin/bash: sndcpy.sh: No such file or directory\n" AudioOutput::run sndcpy cost: 33 milliseconds...
Line2D2Vecs constructor 'createAndSetupBuffers' not checking size when empty casuing crash in MSVC
https://github.com/tbattz/openGLPlotLive/blob/26ef4142f88370a62414b519b5d729d430a88165/src/lines/Line2D2Vecs.cpp#L21 /* Setup Buffers */ updateInternalData(); int vertDataSizeBytes = internalData.size()*sizeof(internalData[0]); int indicesDataSizeBytes = internalIndices.size()*sizeof(internalIndices[0]); createAndSetupBuffers(vertDataSizeBytes, indicesDataSizeBytes, &internalData[0], &internalIndices[0], 2*sizeof(internalData[0])); although it compiles and runs OK under windows using GCC compiler,...
feat(webui): add SRT upload and locus polygon support fix(map): ensure map is initialized after AMap script loads, and separated api key loading chore: update .gitignore to exclude map-key.js To try,...