Fahim Ali Zain

Results 10 comments of Fahim Ali Zain

This would be really helpful. Maybe a mini-pomotroid view ?

@jcgoodru can u explain why do we need to run it from a web server ? 😊

Hi @swiety85 Nice work here 😉 Is this particular feature implemented ? :)

@carstenblt PR #54 which is merged now should improve performance significantly. Can you please test again ?

Adding `outputCapture: direct-nodejs` in schema.json of the executor as suggested by @william-kerr enabled `cli-select` to work perfectly 👍🏼 It was missing out on options otherwise.

Same issue here. My devices are behind different kinds of NAT and DIRECT connections are not possible. I have my VPS connected as a `moon`. Most of the time I...

@RJPvT We haven't been able to use this app with recent frappe versions. While you were testing, how healthy did you find this to be? Also, thank you for the...

As mentioned, `Access-Control-Allow-Headers` mirrors what was sent in via `Access-Control-Request-Headers`. Simply mentioning the header in fetch request did it. @laurenceisla Is there a way to control `Access-Control-Expose-Headers`?

@laurenceisla Looks like setting `response.headers` merges with existing values. 🎉 It was introduced in this MR: https://github.com/PostgREST/postgrest/pull/986 ```sql response_headers := jsonb_build_array( jsonb_build_object( 'X-Meta-Info', meta_info::TEXT ), jsonb_build_object( 'Access-Control-Expose-Headers', 'X-Meta-Info' ) );...

I got the following exception on API34: Java Traceback ```java E/AndroidRuntime( 4089): java.lang.RuntimeException: Unable to create service com.almoullim.background_location.LocationUpdatesService: java.lang.SecurityException: in.needoo.delivery: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a...