Andy Lee

Results 16 issues of Andy Lee

![image](https://user-images.githubusercontent.com/28052536/45945557-72a98980-c020-11e8-9fa4-776cfc66c7b2.png)

Maybe because there is no check for the `DisableNotification` setting before raise a `Notice` in file [isomorphicGit.ts](https://github.com/denolehov/obsidian-git/blob/master/src/isomorphicGit.ts)

### Steps To Reproduce The problem is, that it just occurs sometimes, even rarely. 1. Go to Settings on iOS 2. Log in an Apple ID 3. Click the `password`...

bug

### Brief description of your issue Microsoft.WindowsSDK was upgraded successfully but with installer failed. ### Steps to reproduce having Windows Software Development Kit at version 10.0.22000.832. run winget upgrade ###...

Issue-Bug

### Description Importing a module file using the lib will cause a compilation error. ### Reproduction steps Codes below. ### Expected vs. actual results To compile successfully. ### Minimal code...

kind: bug
platform: visual studio

### Version - [X] I'm using version 1.14.1 ### Existing requests - [X] I've checked Existing requests ### Advanced Preferences - [X] I've checked Advanced Preferences ### What operating system...

enhancement
help wanted

I encountered an issue where using `TORCH_LIBRARY` alone, without the dispatcher API, does not work as expected. According to the [PyTorch documentation](https://pytorch.org/tutorials/advanced/torch_script_custom_ops.html), the `TORCH_LIBRARY` macro should create a function that...

The `is_chain` function fails to accurately detect chain structures. The current logic only checks that there's one node with an out-degree of 0 and all other nodes have an out-degree...

Replace `is_chain()` with `is_dag()` check to: 1. Enable future DAG execution support 2. Validate DAG structure before job launch Also, Lets create another PR to check the inputt graph is...

Closes #4055 This PR implements parallel execution for DAG tasks in the jobs controller, addressing issue #4055. The changes allow for efficient execution of complex DAGs with independent tasks running...