Lars Grav

Results 14 comments of Lars Grav

We are using push towards app on ios at work - using this Gem. You can use FCM to push - have you tried FCM / APNS guides on push...

This one might get deprecated, Apple can now use FCM for push notifications - if this topic is only related to push notifications then this only applies to older push...

What if it counts when iterating the first time and if no width is defined use that to set width? no need for double iteration correct? Or if you know...

Are you really sure that it would really affect the examples at all unless the examples themselves are set to a higher resolution? I'm working on a 4k screen at...

Yes, i installed with SQlite3 and manually swapped to MySql later on. it's a simple swap of Gemfile content.

Gemfile ``` source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.5.1' gem 'rails', '~> 5.2.0' gem 'mysql2', '0.5.1' gem 'puma', '~> 3.11' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0'...

[StackOverflow](https://stackoverflow.com/questions/5421807/set-blank-password-for-postgresql-user) This might be related to something like this. Meaning, if the access is not fixed, rails will not be able to access the database unless you've allowed connections in...

Most likely this is when one has used Git installer for windows at one point that way wsl inherits, though i can confirm on a default Debian WSL install on...

Side note, this can also occur because in WSL2 as opposed to WSL1, you actually have a network drive, so that drive is actually mounted as a browsable drive in...