Allen Chun
Allen Chun
I'm currently using `Ruby 2.6.0` and `mailcatcher 0.8.1` I have csv inside my `public/attachments/L0052.csv` which is only 903 bytes ``` def send_transactions(hotel_code) @hotel_code = hotel_code attachments['L0052.csv'] = File.read('public/attachments/L0052.csv') mail(to: @hotel_code.email,...
### Summary: I have table with more than 20+ columns, total table size is 1.3 MB, total item count is 291 with average item size of 4,636.77 bytes I also...
## Description I'm currently using `rvm v1.29.12`, and I managed to install another ruby version v3.2.2 using this rvm. But when I install another ruby version v3.0.1 I'm currently getting...
Hi @ddnexus I'm moving the flex functions to its model and made is as callback for example: Here's my model `Category` ``` class Category < ActiveRecord::Base after_create :create_by_flex after_update :update_by_flex...
Hi I saw that there's a close functionality for drawer for iOS. How about to do it on NappDrawer android? ``` var drawer = NappDrawerModule.createDrawer({ }); drawer.close(); //not working for...
Hi everyone, I am developing an Android app that uses NappDrawer. I saw a documentation on iOS like this to change the ceterWindow with a window: var mainWindow = NappDrawerModule.createDrawer({...
Hi I'm doing an Android app that requires login using Facebook + NappDrawer. I have app.js that has a button of Facebook login and if the Facebook authenticated is success...