Joseph D. Cohen

Results 225 comments of Joseph D. Cohen

```ruby response = RestClient.post(INATURALIST_API_URL, payload.to_json, headers) JSON.parse(response.body) rescue RestClient::ExceptionWithResponse => e e.response end ```

Probably want to do something like this: - For RestClient errors - rescue it - add error msg - raise a custom error - Catch that at the top level,...

thanks again. i’ll give it a try on tues Sent from Gmail Mobile El El dom, sept 29, 2024 a la(s) 04:54, andrew nimmo < ***@***.***> escribió: > One thing...

I wonder if this is only for updates? It also would be nice to include time zone details in the matrix box.

I cannot reproduce any of the problems described above.

On Wed, Jan 15, 2025 at 8:10 AM Nathan Wilson wrote: TL;DR it's more complicated than that. I'd store it in the database as a model so the accounting doesn't...

Issue: which page to link to: [Danny’s DNA Discoveries](https://www.alpental.com/psms/ddd) is work-in-progress which is being built out. - It doesn't have links to every genus, family, order, class ... or even...

Start **very** simple: - Name Research Links includes link to the DDD top-level page - Name Nomenclature includes link to DDD top-level page if it's a pnw provisional. - pnw...

Closing this. Too long running, not a high priority, and unsure if it's the right thing to do.

@nimmolo: I noticed it because I needed to both add a lat/lng and correct the Location for one of my Observations. I forget the exact sequence of events an keyboard...