DRKolev-code

Results 14 issues of DRKolev-code

**Describe the bug** I am trying to use `PipelineGraph `to sort out the dependencies of my steps. The issue occurs because we have a custom Pipeline class that schedules our...

bug
component: pipelines

**Describe the bug** This issue is related to https://github.com/boto/boto3/issues/3365. I have been trying to pickle and unpickle a SageMaker step and the relevant part for this repo is the fact...

bug
component: pipelines

### Describe the bug I am trying to serialize a SageMaker step. I am using dill as a replacement for pickle but they both fail in this instance. I can...

bug
response-requested
sagemaker

A while back there was a thread requesting this feature. Any progress? It is quite unfortunate not being able to use `filters` directly as they are friendlier compared to `partition_filter`....

feature

### 🐛 Describe the bug If you do `viw` and then do `:ObsidianTags` it works. If you exit visual selection and do `:ObsidianTags` again it tries to find the previously...

bug

### 🚀 The feature, motivation and pitch Pretty much the title. What i do now is: ``` { "l", ObsidianLinkWithCheck, mode = "v", ft = "markdown" }, { "l", function()...

contributions welcome
feature request

### 🚀 The feature, motivation and pitch Hey. I like creating my mappings in a separate file. I find lazy's approach of opts and keys a nice organizational system. I...

feature request

### 🚀 The feature, motivation and pitch Hi, I would like to map ObsidianPasteImg to `p` inside markdown files. I wanted to execute ObsidianPasteImg if there is an image in...

feature request

If we have a situation like this. --------------------------------------------------------------------------- ## User --- Can you give me python functin to sum two numbers. Also how to use it. Make it two different...

enhancement

I want to follow the prompt sometimes and sometimes not. I have set `auto_follow_cursor = false` by default. When I change it to true, for example during a call to...

bug