Jonathan Linowes
Jonathan Linowes
hi, i created a new Rails 6 project, add byebug in a controller, and always get this error (even in the simplest WelcomController#index). Using byebug gem 11.1.3 Completed 500 Internal...
**Describe the bug** My Nextjs site was failing on older iPhones and iPads running Safari 10.x and 11.x. When I comment out `` it renders fine. It seems that any...
does this gem support ActiveStorage? got examples? Or if not, what is the solution for file attachments? Thanks!
I would like to be able to handle onContextMenu (eg right-click) events for TabSetNode and/or individual TabNode
hi, i'd like to be able to display a highlight (css border) around a tabset. Is there a way to do this with the existing CSS or do you need...
hi, i'm looking for an example how to use remark/plugins. Specifically, want to add variables to the markdown and view the rendered values in the preview (https://github.com/mrzmmr/remark-variables) (and/or write my...
hi. Thanks for this. Using simple_form, i want to pass other options during file upload, like sub folder names and/or tags (to scope images by user and model type). I...
### Order ID 💳 41465 ### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### The problem in...
### Summary Trying the create a new expo project with next.js, i followed the steps here: o https://github.com/expo/expo/blob/master/docs/pages/guides/using-nextjs.md#add-nextjs-to-expo-projects as follows: ``` $ npx create-expo-app -t expo-template-blank-typescript cd to the folder...