fabiante

Results 20 issues of fabiante

I can't find any documentation on how asar expects the options object to look like: `createPackageWithOptions(src, dest, options, callback)` Is there one?

Hi, I can't export my model as my model type. [This line](https://github.com/Microsoft/TypeScript-Node-Starter/blob/master/src/models/User.ts#L88) gives me this error: ``` src/model/person.model.ts(19,14): error TS2322: Type 'Model' is not assignable to type 'TUserModel'. Type 'Model'...

Hi guys, I've got a suggestion for the js pattern section: Yesterday I learned about currying. Maybe this could be usefull to be included. I included a list of sources...

**I'm submitting a ...** (check one with "x") ``` [ ] bug report => Search github for a similar issue or PR before submitting [X] feature request => Please check...

enhancement

I use OCRmyPDF for processing lots of "native" PDFs (with that I mean PDFs generated by Word, etc.). Due to some constraints a lot of these PDFs have to be...

Since many students in Germany start learning SQL with the oracle xe and the [Mondial database](https://www.dbis.informatik.uni-goettingen.de/Mondial/), it would be great if there was an option to create the Mondial database...

Hi, I am using this package to send files (PDFs, etc.) to my .NET backend service. I can't get it to work. After a couple of seconds after I send...

##### SUMMARY I set the `scale` property of a docker-compose file via templating and expect this plugin to call `docker-compose up` in such a way that new instances are created...

bug
docker-compose-v1

Hi, setting the `style` parameter of a query parameter to `pipeDelimited` generates invalid `typescript-fetch` code. ### Example Property ```yml - name: searchIn in: query description: Ids of the columns to...