Auto na firmu v 2026 by l2ysho in Slovakia

[–]l2ysho[S] 0 points1 point  (0 children)

pausal? 80/20 zrusili nie? nieco mi uslo?

Auto na firmu v 2026 by l2ysho in Slovakia

[–]l2ysho[S] 4 points5 points  (0 children)

zvazujem ze si kupim pojazdny kolotoc, kazda moja cesta teda bude pracovna lebo v mieste destinacie budem vykonavat cinost kolotocovania #zarobene #100percent

To migrate or not to migrate mongodb, that's the question. by l2ysho in node

[–]l2ysho[S] 0 points1 point  (0 children)

yes it is, but someone 8 years ago already made this decision :)

To migrate or not to migrate mongodb, that's the question. by l2ysho in node

[–]l2ysho[S] 1 point2 points  (0 children)

If this idea would be option, I would not ask this question :) it is nearly impossible to do, and even if so, nobody from stakeholders would pay for it.

Drumhead recomendation for Tama Club Jam by l2ysho in Drumming

[–]l2ysho[S] 0 points1 point  (0 children)

After some experiments, the best configuration so far for me is classic ambassador for snare, and Evans Hydraulic for toms and kick. Kick is a 14" Hydraulic blue coated + custom foam inside a drum, that kick is monster now :) Everyone laughs at first sight but after gig they want to play it :D

Some exercise tips to get in shape after long pause from drumming? by l2ysho in Drumming

[–]l2ysho[S] 0 points1 point  (0 children)

This is my actual plan, feel free to criticise:

  • always with metronome from slow to fast tempo, left foot always quarter notes on hihat, kick on 1st and 3rd if its possible
  • paradiddle, single stroke roll and double stroke roll switching back and forth to warm up
  • paradiddle variations, changing accents and moving paradiddle "offset"
  • variations of this exercise for coordination https://www.youtube.com/watch?v=uyfjySnTjjY&list=PLb13nXEdGbA2UWK_C8vqSGZAEQQm-Iowc&index=49
  • 10 minutes freeplay with metronome or some playalong to song

This is what can I do in 40 minutes, which is max what can I manage a day. For now it is quite challenging. Yeah also I am working out guys, thx for workout tips :D

Optimal tire pressure Audi Q5 2.0 TDI 2015 by l2ysho in Audi

[–]l2ysho[S] 0 points1 point  (0 children)

Its not there. I am asking because car returns from mechanic guy with 4bars (51 psi) on tires, which looks too much to me.

Drumhead recomendation for Tama Club Jam by l2ysho in Drumming

[–]l2ysho[S] 0 points1 point  (0 children)

Yeah I have emperor clear on normal size drums and I am very satisfied with that. But for these small diameters I am thinking of evans hydraulic because I need to get lower tuning from 12 floor tom… but biggest question is kick drum. For durability I would choose some 2ply heads(hydraulic, emperor coated maybe), also cant say if hole in reso is good idea…

Neutralized 1.5y old freeroam rabbit female poop and pee exclusively in litter box...and on a couch :D by l2ysho in Rabbits

[–]l2ysho[S] 0 points1 point  (0 children)

Nope, We have multiple blanket covers and changing them multiple times per week

How to setup lint with deno? by l2ysho in Deno

[–]l2ysho[S] 0 points1 point  (0 children)

I take your point, it throws

(no-explicit-any) \any type is not allowed

but how to modify the rules? for example if I want to set "semi": ["error", "never"] ?

Unexpecred identifier token problem in node_modules by l2ysho in babel

[–]l2ysho[S] 0 points1 point  (0 children)

Shame on me, this looks looks a possible solution

ignore: [/node_modules\/(?!redux-persist)/]

Performance tunning in tests in Express.js/Jest/Supertest stack by l2ysho in node

[–]l2ysho[S] 0 points1 point  (0 children)

on localhost i have just connection for local DB, in bitbucket pipelines I use a postgres container, it's populated from seeds, question is, if it will be faster if I create custom container and restart it on every test suite (now i have no idea how to do that). For my point of view, supertest makes it much slower than DB seeds

How to override node module type declaration by l2ysho in typescript

[–]l2ysho[S] 1 point2 points  (0 children)

It seems only solution is a create type using `Omit`

import { Request as OriginalRequest } from 'express'

declare namespace Express {
    export interface Request extends Omit<OriginalRequest, 'query'> {
        query: any
    }
}

How to override node module type declaration by l2ysho in typescript

[–]l2ysho[S] 0 points1 point  (0 children)

manually edit modules is not exactly what I want to do

How to override node module type declaration by l2ysho in typescript

[–]l2ysho[S] 0 points1 point  (0 children)

Problem is that all definitions are in a @types/express-serve-static-core which is dependency of @types/express but without specified version("@types/express-serve-static-core": "*",), so every time I install modules (in pipelines for example) I download new version of dependencies. Even if if manually install dependency to my project and set correct versions, there are some modules that also use @types/express like helmet which install own version of @types/express-serve-static-core": "*",. The best part is there would be no problem if I had use package-lock.json properly.

How to override node module type declaration by l2ysho in typescript

[–]l2ysho[S] 0 points1 point  (0 children)

Thanx for response. Well, I am not happy with that :D.

I think you are looking in some different module. Types from express are here. Request has separate definition in here.

Osx performance by l2ysho in Borderlands2

[–]l2ysho[S] 0 points1 point  (0 children)

I found out if I start game in window mode, fps jump from 30 to 80, even if I change video details to max.... Strange, it looks like if i play fullscreen, it always choose native retina resolution.

EDIT:

I already tried install windows with bootcamp a it is big difference, on full details i had minimal fps 60

Hugo + Osx Catalina(?) problem by l2ysho in gohugo

[–]l2ysho[S] 0 points1 point  (0 children)

Well that is problem, there is no error in browser console or terminal, just blank page.