Tirthankar Mazumder

Results 23 issues of Tirthankar Mazumder

Once again, as I pointed out in #775, a single `xsimd::batch` object initialization ends up calling multiple constructors: > I took the liberty of putting `std::cout` statements in the `batch`...

I noticed that in many places, SymEngine uses `and` and `or`, which are the [alternative operator representations](https://en.cppreference.com/w/cpp/language/operator_alternative) of `&&` and `||`. In other places, the standard `&&` and `||` were...

This is a documentation change. ## Summary I fixed a minor grammar mistake I found while browsing the docs.

The newest release at the time of writing, which is v.0.6.3, does not include the `CMakeLists.txt`. This makes it quite hard to include this project into an existing CMake project...

When I used `markdown-link-check` for Intel websites, it returns a 403: ``` ❯ docker run -v ${PWD}:/tmp:ro --rm -i ghcr.io/tcort/markdown-link-check:stable /tmp/README.md FILE: /tmp/README.md ERROR: 3 dead links found! [✖] https://ark.intel.com/content/www/us/en/ark/products/132228/intel-core-i712700h-processor-24m-cache-up-to-4-70-ghz.html...

In the top-level, `CMakeLists.txt` I specificed the project language and also put the C++ version language as 14 because in [`Fastor/config/config.h`](https://github.com/romeric/Fastor/blob/e96e63fe8a05898d732d0b9faba3667d9a25a38f/Fastor/config/config.h#L37-L48), the compilation is set to error out if the...

This PR adds the generalized dataset plugin to ILLIXR.

feature

#### References to other Issues or PRs Closes #14004, #19528, and addresses [#25778 (comment)](https://github.com/sympy/sympy/issues/25778#issuecomment-1757017696). Also prevents the problem in #25778 from arising. Closes #17874, as that problem can never occur...

parsing.latex
Merge conflict

[The docs](https://www.getzola.org/documentation/templates/overview/#regex-replace) don't mention anything about this, but it looks to me like the `pattern=` needs backslashes to be escaped, but the `rep=` part doesn't need any special escaping. I...

# Bug Report ## Environment Ubuntu 23.10, with `rustc` version 1.76.0 Zola version: 0.18.0 ## Expected Behavior Tell us what should have happened. No warnings should be emitted. ## Current...