Jason Nochlin
Jason Nochlin
I am attempting to use cleanenv with a nested struct and the `env-default` tag is not being applied on the child struct. Is this something cleanenv could support? Here's a...
This pull request adds a "Deliver" button to the web interface next to the "Download" button. In the backend, there is now a DeliveryService class that is initialized with a...
The Twitter API replaces `"\r\n"` with `"\n"` when creating a Tweet. Update this library to reflect that. WIP: - [x] rb - [x] js - [ ] java - [...
We encountered an issue where the Twitter.com web interface is reporting a different length than the Ruby gem when a `"\r\n"` line break is used. eg: Web interface (3 characters):...
The README states "This driver supports the ColumnType interface introduced in Go 1.8, with the exception of ColumnType.Length(), which is currently not supported." I found the `ColumnTypeLength` function commented out...
I forked @spullara's file and made a minor improvement that reduces execution time by 2-3%. This reduced executive time from `~9.5` to `~9.3s` in hyperfine with 5 runs * Class...
From #105 For lack of a better name, I called this script `evaluate2.sh` ```bash $ ./evaluate2.sh Usage: evaluate2.sh ( ...) ``` This script does the following: * Runs same setup...
#### Check List: - [x] Tests pass (`./test.sh ` shows no differences between expected and actual outputs) - [x] All formatting changes by the build are committed - [x] Your...
I was doing this manually a bunch so I could compare changes to my own entry, so created this script. It will also work for new entrants. ``` Usage: create_fork.sh...
Followup to #290 This is the approach recommended by hyperfine's maintainer: https://github.com/sharkdp/hyperfine/issues/576