Gabriel Arjones

Results 7 issues of Gabriel Arjones

This seems like a bug: ```typescript class User { public getName() { return "John"; } } class Greeter { private user: User; constructor(user: User) { this.user = user; } public...

TypeMoq silences exceptions thrown in test cases that use GlobalScope: ```typescript it("should fail", () => { const mock = TypeMoq.GlobalMock.ofInstance(someFunc); TypeMoq.GlobalScope.using(mock).with(() => { someFunc(); assert.equal(1, 2); }); }); ``` Output:...

Would a PR that updates cpplint.py and pep8.py to newer versions be accepted? Thanks!

I apologize if this is not the place to report this issue but I couldn't find a better one. As far as I can tell, some paths (`PKG_CONFIG_PATH`, `CMAKE_MODULE_PATH`, `CMAKE_PREFIX_PATH`)...

backlog

### Feature Request I've also looked for documentation (a developer guide?) about how extension authors should use the configuration provider interface and could not find any...

Language Service
Feature Request
Feature: Configuration
Feature: Compile Commands
Feature: Configuration Provider

## Bug report **Required Info:** - Operating System: - Ubuntu 24.04 - ROS2 Version: - Jazzy (binaries) - Version or commit hash: - N/A - DDS implementation: - N/A ####...

### mkosi commit the issue has been seen with main ### Used host distribution Ubuntu 22.04 ### Used target distribution Ubuntu 24.04 ### Linux kernel version used vmlinuz-6.8.0-47-generic ### CPU...

bug