Jason Lewicki
Jason Lewicki
Not sure which repo this goes in: ``` node_modules/@types/koa-joi-router/index.d.ts:29:53 - error TS2694: Namespace 'Application' has no exported member 'Next'. 29 type FullHandler = (ctx: Koa.Context, next: Koa.Next) => any; ~~~~...
I want to be able to import subclass models that would be used in other json objects. to do that and not replicate code they need to be in separate...
This is a much needed resource. Really excellent, thanks!
Referenced issue: #39
non-abstract class 'StethoHttpClientRequest' is missing implementations for HttpClientRequest.abort
``` ./../Tools/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_stetho-0.5.0/lib/src/http_client_request.dart:10:7: Error: The non-abstract class 'StethoHttpClientRequest' is missing implementations for these members: - HttpClientRequest.abort Try to either - provide an implementation, - inherit an implementation from a superclass or...
I'm having trouble getting powersync installed and working with an expo universal app (react-native and react-native-web) Error running powersync/react-native on web:  text version...
Right now, if I have 2 or more configs that have a resolveRequest function, the one loaded last overwrites the previous functions: ``` const { withNxMetro } = require('@nx/expo'); const...
Hey team, I upgraded powersync and started receiving this error on **production** (dev is fine for some reason, perhaps because node_modules is not available?): I logged in the worker which...
``` { "$schema": "https://json-schema.org/schema", "version": 2, "title": "Prisma migrate dev executor", "description": "The migrate dev command updates your database using migrations during development and creates the database if it does...
### Bug description Around 6.6 the linter is starting to complain about schema files in the migrations folder that are being picked up by the linter. I'm using a data-migrations...