noctivityinc

Results 51 comments of noctivityinc

@tiesont You need to do it as `$.fn.modal` is no longer supported in Bootstrap 5 beta 3. You instantiate a modal now using `new bootstrap.Modal`

Yeah - take a look at the new docs: https://getbootstrap.com/docs/5.0/components/modal/#via-javascript On Sat, Apr 3, 2021 at 3:28 PM Joshua Weller ***@***.***> wrote: > @tiesont You need to do it as...

Interesting. I'm using jQuery but through Rails 6, so maybe it's not being set globally. All I know is my hack works for now. On Sat, Apr 3, 2021 at...

@DarthSim I found one solution. After exiting overmind I need to run the `reset` command in terminal and the cursor comes back. It's definitely a result of exiting overmind though...

Got it. Thank you! On Mar 1, 2022 at 1:07:23 PM, Stefan Exner ***@***.***> wrote: > I'm using Rails 7 in api_only mode as well and everything works fine. >...

One other thing, here is the relevant part of my app.json ``` "plugins": [ [ "./plugins/withAndroidShareExtension/index", { "androidIntentFilters": ["text/*", "image/*", "video/*"] } ], [ "expo-camera", { "cameraPermission": "The app allows...

@numandev1 any thoughts or updates on this? I have to develop from my phone as I cant start Expo Go with this library

@RobertBroersma any thoughts on this? I love me some bigheads!

Update - apparently it has NOTHING to do with the method being called as it crashes well before: Here are the routes: ``` Rails.application.routes.draw do get "health/db" get "health/app" ```...