Vladimir Mikulic

Results 9 issues of Vladimir Mikulic

Hi! I didn't see this documented anywhere, so I had to ask what is the default global timeout for requests? Thanks!

need/triage

Hi! When I try to quit Stacer, I am presented with the popup that asks me whether the Stacer should "quit" or to "continue" running in the background. I always...

Hi! Currently, we can view and control only system services: ![stacer](https://user-images.githubusercontent.com/35997844/90509925-65d53800-e15a-11ea-9a75-fb3ec4d6e85b.png) It would be great if we could view and control user services as well. Thank you!

Hi. I've just installed powerlevel9k and configured it, but I encountered problems. As the title says I have small gaps that appear **before** each separator. Zoom in the picture and...

I followed Microsoft docs on creating OneNote add-in. Article URL: https://docs.microsoft.com/en-us/office/dev/add-ins/quickstarts/onenote-quickstart I get an error when I run this command. ```bash npm run start:web ``` Error message: Debugging is being...

We have [this](https://codein.withgoogle.com/tasks/5154109926146048/?sp-organization=5664911678504960&sp-is_beginner=False&sp-search=medium) task on the GCI dashboard. Toolbar always has to be visible. @sashadev-sky @rexagod @jywarren do you have something like this in mind? ![Screenshot_20200109_154115](https://user-images.githubusercontent.com/35997844/72077333-5b66dc00-32f7-11ea-9aa6-daf598501820.png) ![Screenshot_20200109_154305](https://user-images.githubusercontent.com/35997844/72077346-602b9000-32f7-11ea-9bba-180e11b19eaa.png)

feature

**Describe the bug** The package can't be installed on Node.js 18. (which will be the LTS version in a few days at the time of this writing) **To Reproduce** 1....

bug

Hi, I was wondering what's the recommended way to use this module to create a transport? **pino-abstract-transport repo** ![Screenshot_20221202_053951](https://user-images.githubusercontent.com/35997844/205216232-af398133-6629-421e-ac50-ea8a6193e8fb.png) **getpino.io/#/docs/transports** ![Screenshot_20221202_054007](https://user-images.githubusercontent.com/35997844/205216303-49486527-21b6-4781-b01e-ab32cd741770.png) I checked the source of [pino-seq-transport](https://github.com/autotelic/pino-seq-transport), [pino-elasticsearch](https://github.com/pinojs/pino-elasticsearch) and [pino-sentry-transport](https://github.com/tomer-yechiel/pino-sentry-transport)...

For some time now at work our Next.js 14 front-end codebase has been almost unusable. Initial compilation took more than a minute on my i7 CPU, HMR not working requiring...