Vikram Saran

Results 9 issues of Vikram Saran

Following the instructions in the READ.ME, I get the above error when attempting to use "typescript-docs *.d.ts". Trying to do the documentation manually (for an individual file) I run into...

Nowadays, EASTL requires two overloaded operator news, however the docs don't specify this. Please update the integration docs: https://github.com/electronicarts/EASTL/blob/master/doc/CMake/EASTL_Project_Integration.md#overloading-operator-new

### Discussed in https://github.com/dandavison/delta/discussions/1387 I'm getting the something similar to https://github.com/dandavison/delta/discussions/1387 on Windows 11/Powershell, even after using `winget install -e jftuga.less`. But only with the common `git lg` alias: https://gist.github.com/johanmeiring/3002458...

Fix a new warning in clang (18?) - `-Wdeprecated-literal-operator` ref: https://github.com/fmtlib/fmt/issues/3607

We have one object type (.gltf) which we want to export from git lfs but keep the rest as lfs types. We want to do the equivalent of `git lfs...

enhancement
migration

# Pull Request Template ## Description Fix warnings compiling with clang-21 on windows Depends upon https://github.com/vsg-dev/VulkanSceneGraph/pull/1625 - marked Draft until that one is merged. Fixes # (issue) ## Type of...

## Description Use target_compile_features to set C++17 standard, with PUBLIC scope. This is the modern CMake preferred way to set a required C++ standard. This now means that users do...

# Pull Request Template ## Description Building and compiling on Windows with Ninja + Clang doesn't work, so I fixed it. ## Type of change Please delete options that are...

I was about to refresh my vulkan knowledge with this guide, and decided to deviate from the [listed project libs](https://vkguide.dev/docs/introduction/project_libs/) and use [fastgltf](https://github.com/spnda/fastgltf) instead - then I noticed they list...