Results 22 issues of Diosney

### Summary: I'm trying to implement a serverless framework/blueprint to integrate ORM, a RESTFul HTTP interface, enforce a lot of opinionated constrains to minimize discussion between team. One of those...

status:todo

I've setup: ``` export const defaultSerializerOptions = { id : 'id', blacklist : [ 'type' ], blacklistOnDeserialize: [ 'id', 'type', 'createdAt', 'updatedAt' ] }; ``` But still on deserialization is...

Right now `this.files` is being populated as: ``` 'src/applications/hr/admin/organization/settings/settings.js', 'src/applications/hr/admin/organization/settings/settings-controller.js', 'src/applications/hr/hr.js', 'src/applications/hr/hr-services.js' ``` and should be like: ``` 'src/applications/hr/hr.js', 'src/applications/hr/hr-services.js' 'src/applications/hr/admin/organization/settings/settings.js', 'src/applications/hr/admin/organization/settings/settings-controller.js', ``` This seems to be a minor issue,...

feature

As title says, styles like color, margin, paddings, and so on, would be very useful.

type/feature
platform/android

**What version of Ajv are you using? Does the issue happen if you use the latest version?** ``` "ajv" : "^8.12.0", "ajv-formats" : "^2.1.1", "@types/ajv" : "^1.0.0", "typescript" : "^5.1.6"...

bug report

Hi, First of all, thanks for this library, I'm using your project in a heavy Angular app and its really help towards the reuse the templates for both client- and...

So they can override custom default colors by themselves.

Currently if used on React Native, it throw an error stating that `crypto` module wasn't found. Tested with the following code: ``` import { integer, MersenneTwister19937 } from 'random-js'; const...