Martín Acosta

Results 13 issues of Martín Acosta

Add a new parameter in the generate:model for set the table_name ($table) property. Sorry for my english, thanks!!

Hi @wessberg, thank you for work on this library. I want to ask you if it's any chance to add an option for specific exports module resolution. I have a...

feature request

**Details:** Is it possible to set query arguments like `$1` before to run a postgres query? **Version Information [might be relevant to your issue]** Operating System: App Version [help ->...

Investigation needed

Hi everyone! I'm trying to do this and I'm getting flags is not valid: ```js fs.open("/file.txt", fs.constants.O_RDWR | fs.constants.O_CREAT, function(err, fd) { if(err) throw err; fs.fstat(fd, function(err, stats) { if(err)...

bug

Add a template to have filters field working in the index action create by the autogenerate crud, as yii or symfony. ![filters](https://f.cloud.github.com/assets/819446/169569/49c37ab0-7a28-11e2-86d5-e4db41c4cedb.png)

feature
clientside

**Describe the bug** I try to run the [example](https://github.com/stellar/js-stellar-base/tree/master/examples) but I got `bad secret key size`. Looking the keypair code I saw this: https://github.com/stellar/js-stellar-base/blob/master/src/keypair.js#L186 `keypair.rawSecretKey()` returns the `secretSeed`. Is that...

bug

Hey guys, I was trying the `sub` namespacing of hyperbee and I notice that running a `createHistoryStream` over sub databases gets the history of the entire database and also for...

Hey Everyone, this PR fix the issue: https://github.com/Vincit/objection.js/issues/2192 based on the solution that was proposed there. The only difference is to avoid to check the `typeof` for performance reasons. Empty...

### What version of Bun is running? 0.5.7 ### What platform is your computer? Darwin 22.2.0 arm64 arm ### What steps can reproduce the bug? 1. Create a basic server...

bug

The library node-validator has many advantages that can be use in your forms. Firstly, it has so much more validations than 'forms'. Secondly, it provides a lot of sanitization functions...

Feature Requests