Igor Tashevski

Results 10 issues of Igor Tashevski

Hi, I'm trying to play around the boilerplate code and understand how is working the eventbus structure, but I have problems writing to the eventstore. I've tried to console.log the...

Hi, How I can setup properly kafka with kubernetes? ``` --- apiVersion: v1 kind: Service metadata: name: zoo1 labels: app: zoo1 spec: ports: - name: client port: 2181 protocol: TCP...

I have multiple panes, one is immediatly visible, the other two can be visible as I click on different actions. The library is breaking the page, the divs gets stacked,...

Hi, I'm making a refactoring to node.js project from callbacks to async await es7 feature, so in that refactoring stage I was migrating from mysql to mysql2 driver. I'm using...

### What version of Bun is running? 1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a ### What platform is your computer? Linux 5.15.90.1-microsoft-standard-WSL2 x86_64 x86_64 ### What steps can reproduce the bug? ```bun install``` package.json should have...

bug

### Describe the bug Upgrading to latest 5.6.2 version is not working as expected and gives errors like: ``` Parameter 'xxx' implicitly has an 'any' type Property 'xxx' does not...

### Current Behavior Hi, I'm torturing myself with Nx for 5+ years, for just demo purposes, nothing much, just to see if any, nx improved over the years, and I...

type: bug
scope: node
priority: medium

Hi, @Laomai-codefee I need react example, or steps I need to do in modern react/vite setup. Is it possible to use version 5+ of pdfjs-dist with annotations? I need persisting...

### Current Behavior Hi, I have following the link below, and I can't make it work. I have multiple services in ```/apps``` folder and one ```packages/shared```, the problem is I'm...

type: bug
scope: misc
priority: medium

Hi, When I'm trying to save ```.vue``` file in ```neovim```, I'm getting this error: ```efm: 0: format for languageid not supported: vue``` I have simple ```vite + vue``` starter project...