Ross Holdway

Results 11 comments of Ross Holdway

@stevebrowndotco Thanks for the comment. Adding the margin allows access to the tab bar, however you can't then swap between tabs (so that the modal only displays within a specific...

We're also running into the webview crash when switching back to our backgrounded app after using an intensive app (such as a game). We suspect it's due to low RAM....

Hi. Would it be possible for a maintainer to provide some context on where the project currently is re. Deno support? I see various mentions of Deno in commits, branches...

Hello. I believe setting `logErrors: false` will prevent the default log. You might want to still handle other errors with the code provided in [SkepticMystics comment](https://github.com/oakserver/oak/issues/483#issuecomment-1277274451 ) above. ```javascript new...

Is it possible to get some input from a Deno Deploy team member on this? A similar request also exists at https://github.com/denoland/deploy_feedback/issues/321 Supporting this would open up Deno Deploy to...

I think this can be closed now with the addition of the new deploy REST API 🎉 https://apidocs.deno.com

Also ran in to this same issue with Phusion Passenger (6.0.23), Ruby (3.3.5) and Rails 7.1. When using RubyGems 3.5.16, app won't spawn, giving the following: ``` /usr/local/rvm/rubies/ruby-3.3.5/bin/ruby: No such...

@markemer Thanks for https://github.com/ionic-team/capacitor/pull/7871. Although the PR successfully maintains current functionality (and I look forward to the release of 7.0.2) 🎉, how might we configure our apps to take advantage...

Thanks for the comment @iuioiua, although I have to admit I don’t quite understand. I can’t see how this could be achieved using the current `@std/crypto`?

With the introduction of Deno 2.1 and direct Wasm imports, does this change anything here?