Shukant Pal

Results 28 issues of Shukant Pal

https://github.com/GPUOpen-Tools/compressonator/blob/cb281b97eb05e35ec739a462c71524c4b1eefae3/scripts/build.sh#L7 Should probably be `${COMPRESSONATOR_PROJECT_DIR}/external/build `, since the top-level directory `External` is actually `external` now.

For example, in Compressonator 4.2.5185 the .tar.gz file ends with 4.2.5150 - which is problematic if you want to fetch based a $VERSION variable in the CI. The Windows files...

Code update

Building with the changes in #167 Compressonator fails to save output images to my disk. It seems like it's trying to make Qt save the image, and Qt doesn't support...

bug

I had a lot of trouble building this on macOS: ## CMake find_package not invoked on macOS https://github.com/GPUOpen-Tools/compressonator/blob/cb281b97eb05e35ec739a462c71524c4b1eefae3/CMakeLists.txt#L254 This is inside an `IF (CMP_HOST_LINUX)` but should also be called for...

bug

I found a log in our application from Colyseus.js: > Room, onError (undefined): undefined That's coming from here: https://github.com/colyseus/colyseus.js/blob/2feff0ae5efa139e9fcf0af370852c418f7b2ce0/src/Room.ts#L76 The `onerror` event handler is incorrectly assuming that the WebSocket will...

I tried to build this library ```bash npm i npm run prepublish ``` The get the following error:

Does the demo use the single or multi-channel signed distance field atlas?

Hi folks, JSDoc is [no longer being actively maintained](https://github.com/jsdoc/jsdoc/commits/main) and that's why I built a better, maintainable toolset called [webdoc](https://www.webdoclabs.com?utm_campaign=redisjs&utm_source=ni&utm_medium=GitHub). webdoc has a more [modern theme](https://webdoc-labs.github.io/example-documentation/index.html) that's fully customizable! I...

I am using `@babel/traverse` and I am not able to infer what the "types" are for the enter/exit methods: ```js traverse(ast, { enter(arg: ) { } }); ``` Moreover, using...

i: question
pkg: traverse

JSDoc fails while parsing the code I've shown below. ### Input code ```js class ParentClass { /** * Documentation */ static InnerClass = class { } } ``` ### JSDoc...