scturtle

Results 6 issues of scturtle

https://github.com/emilk/loguru/blob/bead38889d44d9fdb5c52916d1f26c4d6af09e66/loguru.hpp#L2329 Ref: http://www.cplusplus.com/reference/cstdio/snprintf/ 1. The type of argument `buf_size` is `size_t`, but `out_buff_size - pos` may produce negative value. 2. The return value maybe negative if an encoding error occurs....

In compile_commands.json, there are multiple gtest entries with different flags and target path: ``` { "directory": "PATH_TO_BUILD", "command": "/usr/bin/c++ -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgmock_EXPORTS -I/usr/src/gmock/include -I/usr/src/gmock -I/usr/src/gtest/include -I/usr/src/gtest -O2 -g -DNDEBUG -fPIC -Wall...

zstd decompression error 368 is ok

## What's wrong Tree-sitter `tsc` module will be re-built instead of being downloaded with `straight-rebuild-package`. ## Directions to reproduce. `.emacs.d/init.el`: ``` (defvar bootstrap-version) (let ((bootstrap-file (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory)) (bootstrap-version 5))...

bug

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [X] You...

bug

```python import numpy as np class ModelArgs: dim = 288 n_layers = 6 n_heads = 6 norm_eps = 1e-6 def build_cos_sin_cache(head_dim, seq_len, base=10000): theta = 1. / (base ** (np.arange(0,...