2-5

Results 51 comments of 2-5

It took me 1 hour to figure out why `np.isnan` doesn't seem to work correctly. The documentation of `fastmath` doesn't say anything about `nan`. This should be mentioned.

That's what I originally tried, but I also have `"exactOptionalPropertyTypes": true` in my `tsconfig.json` (https://devblogs.microsoft.com/typescript/announcing-typescript-4-4-beta/#exact-optional-property-types) and I get `vue-tsc` errors: ``` Type '{ modelValue: number | undefined; }' is not...

I get the errors both in VS Code with Volar when the file is open and when running `npx vue-tsc -noEmit` in the terminal in a `vite` based project. I...

The problem also appears with simple properties, so it's not `modelValue` specific: ![2022-08-25_142525](https://user-images.githubusercontent.com/3753822/186652249-e6cac31a-dd3e-457c-80ae-0c2cf8c985aa.png)

In plain TypeScript there is no problem with leaving the question mark in, so it is related to Vue & co somehow. There are no reported errors in the code...

The linked PR (https://github.com/vuejs/core/pull/6533) does solve the issue for me. Maybe it can be looked at and merged in?

`VACUUM` doesn't seem to help: ```python import os import duckdb import psutil import polars as pl df = pl.DataFrame(dict(a=pl.int_range(0, 1_000_000, eager=True))) conn = duckdb.connect() conn.execute("CREATE TABLE tbl (a INTEGER)") process...

I had the same issue, because my Ferdium was installed to a custom path, not the default one. So the updater would install to the default path (C:\Users\user\AppData\Local\Programs\Ferdium), but the...

Interestingly, all non-admin Windows Terminals were killed when one crashed, but the Administrator Windows Terminal instance survived.

In case this helps, the crash reports from above that I checked crashed with `Exception code: 0xc0000005`, but Terminal crashed for me today when closing a window with `Exception code:...