Alberto Martínez
Alberto Martínez
Hack the SQLite.cs code. Comment line 1930: ``` csharp // decl += "autoincrement "; ``` in the class for your tables, declare your primary key as... ``` csharp [PrimaryKey, AutoIncrement]...
rn-image-zoom is trying to `@Override` createJSModule which is not part of RN 0.5x.x definition of ReactPackage
@tmaly1980 right, my bad.
I'm using conn.Execute("PRAGMA case_sensitive_like=1") in my SQLiteConnection subclass.
@lukekarrys , The `type-strip-only` requieres node 22.x, from v22.18.0 type stripping is enabled by default (w/o flags nor warnings). Disable @tapjs/typescript, it is buggy and you don't need it. EDIT...
This discussion will continue for years until there's an npm specification :) @jsumners , As you, I'm surprised me because I thought `semver.coerce()` was being applied before the comparison. Then...
> 1. A version string with all three primary positions provided specifies an exact version, e.g. `1.2.3` is equivalent to `=1.2.3`. yes > 2. A version string with only one...