tatejones

Results 8 comments of tatejones

I had the same break when DiscriminatorTypeComposer had an addRelation that require a projection to provide an _id to a findById. BudgetModelModelTC.addRelation("package", { resolver: () => PackageModelTC.getResolver("findById"), prepareArgs: { _id:...

Did anyone find a solution for this (pull request)? I noticed this related [comment](https://github.com/mparlak/Flee/issues/46), reference to flaw in the NFA matcher's use of TokenRegExpParser.ParseAtomModifier

Did you get any resolution for your first question? graphql-compose-mongoose : 9.8.0 mongoose: 7.6.4 The basic code from the site fails TS. ```ts import { composeMongoose } from "graphql-compose-mongoose" import...

I am experiencing the same issue with npm ci and I on the Azure Artefacts. npm 10.2.4 node 18.19.1. Very intermittent.

I have a similar issue when attempting to use a model from typegoose when the class/interface (eg. User) doesn't extend document. const userModel = getModelForClass(User) const UserModelTC = composeMongoose(userModel) Argument...

Hi, did you find a way to make this work without using detail.elt? I tried just assigning the retrieved token directly (eg. await get_bearer_token) to the header without using Htmx:confirm...

This may not be bug, but the incorrect usage of the Htmx:confirm. I have noticed in the documentation references to using it as a listener vs a call back. ```...

I just came across this today. I will investigate this tomorrow. The fetchApi method is calling createFormData() for multipart/form-data. createFormData() will stringify the form values formData.append(key, JSON.stringify(value));