Marko Urh

Results 7 issues of Marko Urh

#### What is the expected behavior? Possibility to allow for array of images of different qualities and let them load in order background: url(high-res), url(low-res) || background: url(low-res), src=url(high-res) example...

feature

![image](https://github.com/awasthishubh/graph-visualizer/assets/17520025/755446e2-4b0b-4ba0-b016-b0d0156c797b)

Hi, I'm trying to run and implement integration tests locally with cosmos emulator in linux container. I also want to do some initial seeding and it requires single 500kb document...

bug
help wanted
triage

Fixes #563 ### Motivation I'm working on integrating apache pulsar into [.NET Aspire](https://github.com/dotnet/aspire) Next to pulsar I wish to deliver a management UI, pulsar manager. Like Kafka and Rabbit do....

Steps: ``` cd pulsar-manager ./gradlew build -x test cd build/distributions unzip pulsar-manager.zip or tar -zxvf pulsar-manager.tar ./pulsar-manager/bin/pulsar-manager ``` Result: ``` *************************** APPLICATION FAILED TO START *************************** Description: The dependencies of...

Hi :wave:, first time contributor here ### Motivation To support Apache Pulsar with Aspire Hosting options ### Modifications - [x] `Aspire.Hosting.Apache.Pulsar` lib - [x] Pulsar container resource - by default...

community-contribution

Hi 👋 I'm asking this as a friend 😄 Last release was a year ago, I'm currently approaching end of integrating pulsar into .NET Aspire. Here's the [current progress](https://github.com/maranmaran/aspire/pull/1) I'd...