Moni

Results 27 issues of Moni

This project is exactly what I've been looking for in terms of architecture, however I'm trying to find a way to generate my SQL schema through the use of structs...

I'm not sure if this is intended behaivor, I'm new to Tiled, but whenever I try to render this `.tmx` file ```xml ... ... ``` The ObjectGroup doesn't get rendered:...

enhancement
breaking

I can't seem to seed columns of type bytea. The parser treats the string I provide as "literal" instead of the raw hex bytes: ```yaml foo: hash: fb1d2d7b10245525cb347e3e38ebc07f27335972d20555a737847640c10c74a6 ``` should...

Can a macro for keeping heists after finishing them be added?

Hi! I want to be able to run 2 air instances / have 2 different configs (say one for running codegen and one for running my server) at the same...

Let's say I have an image copied in my clipboard, I'd like to simply press Ctrl+V or ⌘+v while on the frontend and have that start the upload automatically. Would...

hacktoberfest

Are you planning to implement automatic schema generation / migration? ```go adapter.Migrate(&app.User{}, &app.Book{}) // etc ```

It would be incredibly useful to support the ability to provide a rate limiting option for the generated code, either per endpoint or at a global level. For the case...

enhancement

As of now the library only supports a single InfiniteQueryParam - ![image](https://user-images.githubusercontent.com/1344906/122834711-bfb50a00-d2f7-11eb-8990-a2aa92352688.png) In some cases endpoints may require 2 (or more) params, meaning one can't use a generated hook, instead...

enhancement

I don't know if this is the correct place to ask this, but I'm clueless on how to achieve this. I've got the following code ```go package app type FooService...