apnadkarni
apnadkarni
I wanted to be able to control the borders (hardcoded to 2 cells) added to the image so I added the --border-width option. The code ensures it is greater than...
I'm not sure if this is a bug or a by-design difference from the official git. The official git implementation includes a peeled entry (with ^{} suffix) for refs to...
I have alternatives for fixes but need advice before making a pull request. ### Reproduction steps VC++ ``` cmake .. -A x64 -DBUILD_EXAMPLES=ON -DEMBED_SSH_PATH="D:/src/AAThirdparty/C,C++/libssh2-1.10.0" -DCMAKE_INSTALL_PREFIX="D:/temp/lg2" -DDEPRECATE_HARD=ON -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON cmake --build ....
Not sure if this is a bug or a known limitation. The generated code is not thread safe. I understand that with Tcl's thread/interp model, a speedtable cannot be accessed...
Original conversation regarding the request: > [20:54] apn Question for critcl experts - my critcl > based extension needs additional include paths to be specified as well > as libraries....
Currently installing critcl results in all critcl modules being installed at the top level of [info library]. Installing them under a single critcl directory would reduce a lot of clutter....
This pull requests fixes the following cases that caused breakage on Windows: - spaces in the path to tclprodebug - spaces in the path to the Tcl script being debugged...
**Describe the bug** Doing a `package require loon` after downloading the 1.3.8 loon release from github returns `1.2.3` as the package version, not `1.3.8`. Is this expected behavior? **To Reproduce**...
Fixes broken nmake builds wrt TIP445 as well as some VC++ issues. Passes all tests except failures in memory.test due to an inability to measure memory usage on Windows. In...
The following snippet which used to work in critcl 3.1.15 generates an error in critcl 3.3.1. ``` set TEMPLATE { critcl::cproc xx {Tcl_Interp* interp Tcl_Obj* oa Tcl_Obj* ob} ok {...