Troy Spencer
Troy Spencer
This is fixed in https://github.com/araddon/dateparse/pull/89 by setting the `retryAmbiguousDateWithSwap` ParserOption to `true`
https://godoc.org/github.com/araddon/dateparse#ParseFormat You can call ParseFormat, store the resulting string, and use it with time.Parse thereafter
I wrote tests for the newly exposed preferMonthFirst input, and confirmed the functionality of it. However, I think that the macro level changes to the design should be rethought. By...
I have a good idea on how to translate the model for this package, work in Go daily, and have a project which would greatly benefit from these changes. I...
Pretty much finished with this today; the results are on my fork of this. I ended up just cherry picking the few functional changes onto the master, then applying the...
I've made the PR for the functionality described above at #89
Just posting here that I'm experiencing an identical issue on Valve Index using 2019.3 during an attempt to convert from pure SteamVR Unity plugin 2.6.1 (legacy OpenVR) to a hybrid...
This issue can also be seen in a totally different repo's XInput behavior, and there appears to be one more issue to workaround, which is how the positive and negative...
@JonnyHaystack Can you share some documentation defining how Dolphin scaling works for XInput, and if the resulting values from Dolphin scaling can be seen in detail for testing? My assumption...