Nick Muerdter

Results 41 issues of Nick Muerdter

The first argument to the deserializer function is `self`, not the actual value: https://github.com/leafo/pgmoon/blob/7b7ef2a3f17d32881c61f0fb258d2ee01718942c/pgmoon/init.lua#L850

When upgrading from 9.1.4 to 9.2.x, I've observed some issues with requests failing in unexpected ways that they didn't previously in 9.1.4. I'm not really certain what's happening, so it's...

Support

**Describe the problem/challenge you have** It's easy to introduce bugs into YAML due to duplicative keys. For example: ```yaml key: value1 key: value2 ``` Will evaluate to: ```yaml key: value2...

enhancement
priority/unprioritized-backlog

I noticed that Commonmarker (v1.0.4) was performing worse than Kramdown for my own documents, which I wasn't expecting based on the [benchmarks](https://github.com/gjtorikian/commonmarker?tab=readme-ov-file#benchmarks). I was able to replicate your benchmark results...

I'm trying to build mora in a new environment, but it's failing because it looks like the emicklei/goproperties repository has been deleted from github: https://github.com/emicklei/goproperties Was this intentional? I think...

Feedback from our [API Usability Testing](http://18f.github.io/API-Usability-Testing/): Using less code values or more descriptive code values would make the APIs easier to use. An example of coded values can be seen...

ux-feedback

Feedback from our [API Usability Testing](http://18f.github.io/API-Usability-Testing/): In the [solar resource output](http://developer.nrel.gov/docs/solar/solar-resource-v1/#json-output-format), we return monthly data as an object where the keys are month abbreviations (eg, `"jan"`, `"mar"`). It was suggested...

ux-feedback

I think we should start maintaining public CHANGELOGs for our individual APIs. In a variety of cases, we continue to add new features to a specific version of an API...

Feedback from our [API Usability Testing](http://18f.github.io/API-Usability-Testing/): One of the participants preferred if all times being returned from our APIs would be returned as unix timestamp integers. I think most of...

ux-feedback

Feedback from our [API Usability Testing](http://18f.github.io/API-Usability-Testing/): Right now, our browsing of documentation and available APIs is very hierarchal, since you have to drill down via technology type (buildings, transportation, etc)....

ux-feedback