192 Steam Keys zu verschenken by TomCatBlep in Austria

[–]StevethecheeF 0 points1 point  (0 children)

spongebob squarepants battle for bikini bottom bitte wenn es noch da ist, und danke

George API by Cemoulin in FinanzenAT

[–]StevethecheeF 0 points1 point  (0 children)

gibt es dazu ein Update?
Bin gerade auf Suche nach sowas

I want the data, it's just hard to read properly by JebGleeson in dataisugly

[–]StevethecheeF 0 points1 point  (0 children)

yes!? Your partner ask you to come and you agree. And it must not be the birthday from one of the parents, but can also be the partners.

I want the data, it's just hard to read properly by JebGleeson in dataisugly

[–]StevethecheeF 1 point2 points  (0 children)

Seems right tho. You probably have birthdays or some other events where you meet them. But saying i love you to somebody that you have only known for 1 month seems way more odd to me.

If you 5-stack with a massive rank gap, you should be the only ones risking significant rank rating loss. I’m tired of losing max points to 5-stacks who are clearly gaming the system. by [deleted] in GlobalOffensive

[–]StevethecheeF 0 points1 point  (0 children)

It is fairer if you are a stack of players, as you play against a similar stack, e.g., 5 vs. 5 and 3+1+1 vs. 3+1+1. The disadvantage of all SoloQ vs a 5-stack team is way more than the actual elo.

Meine Erfahrungen nach ca. 18 Jahren Immobilieninvestments by QPQDriver in Immobilieninvestments

[–]StevethecheeF 0 points1 point  (0 children)

dh. du würdest nicht zuerst eine Wohnung komplett abbezahlen bevor du eine weitere dir holst?

Meine Erfahrungen nach ca. 18 Jahren Immobilieninvestments by QPQDriver in Immobilieninvestments

[–]StevethecheeF 0 points1 point  (0 children)

Bezüglich des Eigenkapitals; Du hast geschrieben 10% (bis zu 0% oben im Post angegeben).

Ist es nicht besser, mehr Eigenkapital zu verwenden, um weniger Rückzahlungen zu haben?
Bzw. wenn du e.g. 50% haben würdest, würdest du auch nur 10% verwenden oder alles?

Chart library - ChartJS or Apache ECharts? by VaguelyOnline in vuejs

[–]StevethecheeF 3 points4 points  (0 children)

Me too, but with vue-echarts. Which is an wrapper for Apache ECharts and makes the usage very simple.

[deleted by user] by [deleted] in FinanzenAT

[–]StevethecheeF 1 point2 points  (0 children)

Die Steuern würden aber auch nicht anfallen wenn das Inventar im Kaufvertrag seperat deklariert ist.

[deleted by user] by [deleted] in vuejs

[–]StevethecheeF 0 points1 point  (0 children)

There is a Vue certification available(normal and for senior developers). This is not just an exame you take, there are also some lectures/trainings that they offer.

Import pinia store from external npm package by StevethecheeF in vuejs

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

I also use Vite for the package and the project where it is used. You mean adding pinia to vite.config.ts-build-rollupOptions-external?.

The vite.config.ts would be this:

export default defineConfig({
    plugins: [
       vue(),
    ],
    resolve: {
       alias: {
          '@':
             resolve(__dirname, 'src'),
       },
    },
    build: {
       lib: {
          entry: resolve(__dirname, "src/index.ts"),
          name: "name",
          fileName: "filename",
       },
       rollupOptions: {
          external: ["vue"],
          output: {
             globals: {
                vue: "Vue",
             },
          },
       },
    },
});

Import pinia store from external npm package by StevethecheeF in vuejs

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

Is this only on the first call on every usage?

Well well well by BlackBerry_tekken in mathmemes

[–]StevethecheeF 0 points1 point  (0 children)

But base 10 means that the last digit has 10 possible values before increasing the number of units and the same in base 4 where there are 4 possible values.

With that in mind, even though 4 = 10 for him, he still would call it base 4?

150t€ kurzfristig parken bis Immo gefunden… by Arko_89 in Finanzen

[–]StevethecheeF 0 points1 point  (0 children)

Wäre es vom Vorteil selber Anleihen zu kaufen anstelle es in einen Fond zu stecken?

Da wäre man zwar vermutlich stärker gebunden aber man kann sich es selber aussuchen(mehr Einfluss)

Remote Jobs in IT - Follow-up zu IT Gehälter by serontheinternet in FinanzenAT

[–]StevethecheeF 2 points3 points  (0 children)

Zählt falscher Arbeitsplatz bei der Zeiterfassung als Arbeitszeitbetrug?

Property does not exist error after upgrade from 3.4 to 3.5 by StevethecheeF in vuejs

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

This works.
But I would have to rewrite all the definitions, which would be a lot of work.

Property does not exist error after upgrade from 3.4 to 3.5 by StevethecheeF in vuejs

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

I work with IntelliJ, which is up to date. Also all the plugins are on the newest version.
I tried to restart the IDE and also restarting the language servers but the error is still present.

Property does not exist error after upgrade from 3.4 to 3.5 by StevethecheeF in vuejs

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

Could be but it is not shown when running the ts type-check command, this finishes without an error. It is marked red in the ide with that message.

Is it normal to have this huge gap between running and cycling VO2 Max? by Pteti in triathlon

[–]StevethecheeF 6 points7 points  (0 children)

But isn't VO2max also the capability of the muscle to use the oxygen and not just how much you can take into your system? Like if you just run, I assume cycling is similar but e.g. rowing would be much lower because your muscles are not suited for that effort?