Fr33maan
Fr33maan
Hi, I experienced something very strange with model names like coach and person. Their pluralized forms are `coaches` and `people` ([try it there](https://tonicdev.com/npm/pluralize)) so I tried to create ressources by...
Hello, I'm currently setting up a new sails app and I won't use the generator because I need more than a REST API. I've set up a node module which...
Hello, I often get this as an answer : ``` javascript { "code": "E_INTERNAL_SERVER_ERROR", "message": "Something bad happened on the server", "data": {} } ``` If I manually log the...
Hi, I tried to generate a test project and during install I only pressed "Enter" (mongo, winston, auth layer, etc...) When I lift sails, I don't have any timestamp in...
I want the image to be 64x64 without transparency around and with content centered. But I only get a 64x64 minimized version of my image, without anything cropped. I made...
Hi, I've got a simple use case: A mobile app with in-app chat. When client is online, he receives messages via mqtt. I want the session to be persistent so...
Awesome plugin, in draw.io `extras -> themes` we can use the dark mode. Possible to implement in this plugin ? Thanks https://drawio-app.com/pick-your-favorite-draw-io-theme-kennedy-atlas-dark-or-minimal/
I'm trying to use the client in a `tokio::spawn` context but I get the following error. ```rust async fn get_auth_token_request() -> Result { let config = get_config(); let client_id =...
Hi, I don't really understand how to use custom input. I already used a custom plugin so I tried to do the same -> put my .html file in a...
Hi @perak I would like to create a filter little bit tricky to be able to display all results or just a single userId results in a dataview. I tried...