Leo Letto

Results 7 issues of Leo Letto

I have a collection on mongo that contains about 300k documents of translations, each document has the following structure: ```ts { _id: ObjectId; i18n: { en: string; es: string; pt:...

As by the [docs](https://github.com/alexmercerind/flutter_native_view#setup) I have added the requested lines on my `main.cpp` for the windows folder, until here if I run the app there's no problem. But when I...

When accessing the data directly from the ContextRequest, it is returning me a json with the wrong data types, example: ``` @Path("person") export class PersonService { @GET @Path(':id') public getPerson(@ContextRequest...

### ImageMagick version 7.1.0-26 ### Operating system Windows ### Operating system, version and so on Windows 10 ### Description I'm trying to use the following command, to convert a PNG...

enhancement
up for grabs

Ainda fazem manutenções neste package? Eu vi que as últimas atualizações foram meses atrás e que alguns serviços ainda não estão disponíveis, tem alguma previsão como por exemplo o cancelamento...

I took this example from the Argon2 test: ``` final parameters = Argon2Parameters( Argon2Parameters.ARGON2_d, latin1.encode('mySaltString'), desiredKeyLength: 32, version: Argon2Parameters.ARGON2_VERSION_10, iterations: 3, memoryPowerOf2: 32, ); final gen = Argon2BytesGenerator()..init(parameters); final valueBytes...

### Basic changes - Added comments for better documentation of the SoftDeleteModel interface - Added `softDeleteById` and `restoreById` for easier manipulation of single documents - Replaced `Record` with `mongoose.FilterQuery` for...