Erim Icel

Results 9 comments of Erim Icel

How can we implement the recent change to enable calling different endpoints from Swagger? Specifically, how can we add additional hosts to the default-src to facilitate this? Especially if we...

@eric-hemasystems I like the idea to use same DSL as rails, it definetly looks more clean and better as-well. Thank you for detailed suggestion 💯 , I will give a...

@romanblanco @eric-hemasystems Good point!, > Seems the need here is the connect-src contacting other sites perhaps we just make the default: When setting this as the default, it might seem...

> Hello. Any activity on this? Do you have plans to merge it? I am happy to continue and merge this as it is, at least it gives flexibility until...

@jhawthorn, after trying a few clean install Rails repositories, I can confidently say that this is not an issue for fresh 7.1 installations. However, if any Rails 7.0 version application...

@etelan you can follow up this firebase api doc: https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages You might need to use something like this: ``` { token: "token", android: { notification: { icon: String } }...

You can do something like this I believe: ``` message = { 'token': "000iddqd", # send to a specific device 'data': { payload: { data: { id: 1 } }.to_json...

Hi @alangmartini, I have created two gists: 1- Only using filter_by for location https://gist.github.com/erimicel/4f3e2665fdadc2bb7b03a2b53e359e4d 2- Using filter_by and sort_by for location (which only this option includes `geo_distance_meters`) https://gist.github.com/erimicel/a931fffd8aebaddf1078a12b30747b57 1- Result:...