Results 10 issues of gino8080

is there any way to make it working with oculus quest controller?

Hello , I would like to understand how to use RequestQueryParser in the controller to make the typeorm query this is my pseudo code ```typescript @Crud({ model: { type: Examination,...

Just updated last version, and does not seems to work anymore

I need a way to call and show Toast notifications by code, i mean something like the ant design notification https://ant.design/components/notification/ ```javascript import { Button, notification } from 'antd'; const...

Hello like subject I was wondering if it's possible to use docker images to build for different system (like Electron does) I'm on OSX atm and I wish to build...

Just added the possiblity to make the field as type = password

Hello, I've encountered a critical issue while using @react-pdf/renderer in a Node.js Express server environment. The server crashes with a RuntimeError related to WebAssembly memory allocation when attempting to generate...

bug

Hello, thank you for the great code and articles! how to adapt custom server to handle [the new next 12 middlewares](https://nextjs.org/docs/middleware)?

How to make it work with nested form?

# 🐛 bug report ## To Reproduce Steps to reproduce the behavior: 1. create an app with create-react-app 2. inside the default App.js component add some prop-types 3. in the...