Mohammed Elwardi Fadeli

Results 14 issues of Mohammed Elwardi Fadeli

**Valid entries returned in Fatal Error as completion candidates** - Press "space/tab" after a keyword - The language server inserts a dummy value; runs the solver and collects "Valid entries/models"...

enhancement

**Describe the bug** Experiencing delays in fetching auto-completion items when OpenFOAM is sourced. **To Reproduce** Steps to reproduce the behavior: 1. Source OpenFOAM/Foam-Extend's bashrc 2. Open a case file in...

bug

**Support for custom errors/warnings** - Currently, worrying about warnings is not a priority, but it should become important at some point - It would be nice if users can write...

enhancement

**Context** This piece of C++ code: ``` class Test { int a; public: float b; }; ``` parses to this syntax tree: ``` (translation_unit [0, 0] - [5, 0] (class_specifier...

## Description This tiny PR tries to allow XML reporter to add the actual `TestType` as an arg. to `TestCase` if it's a `TEMPLATE_TEST_CASE`. Proof of concept atm; if the...

A tiny PR adding an option to override what symbol kinds are considered based on the file type. 1. Default kinds are retained; I personally like them at least for...

I'd like to maintain a certain level of verbosity when it comes to important class members. Currently, I'm writing members as: ```cpp class MyClass { struct d { static constexpr...

Long term goal: Support for this ```python rb = exp.create_run_settings(exe="bin1") rs = exp.create_run_settings(exe="bin2") # Study parameters params = { "nu": [1e-3, 1e-5, 1e-6], } ensemble = exp.create_ensemble("study", params=params, run_settings=[rb, rs],...

Lean and mean prototyping with SmartRedis/SmartSim function objects with dynamic code loading