Chris Frewin
Chris Frewin
Any update here?
Would love to see this resolved. To me, using a library like Pose is the correct way to test for DateTime (though likely against the thoughts of OOP purists). Feedback...
@kristof12345 - any update or solution to this?
Should https://github.com/Ao21/mojs-typescript-definitions be moved into https://github.com/DefinitelyTyped/DefinitelyTyped ?
@ManiPandiri - same. Did you get this to work? This happened some time last year but was due to an automatic switch to .NET 6. Previously the solution was to...
@ManiPandiri - turns out my `nswag` was too old, I installed the latest (13.16.1 at the time of this post) with: ``` npm install nswag@latest ``` also note I had...
@Djordjes995 - tried this one coming from `react-native-snap-carousel` - which also doesn't work very well. Seems there is no industry standard open source library for such a basic component. I'm...
I'm struggling as well for my tests to be found in an aspnetboilerplate test project. The only way I can get my methods to be found by the test runner...
I can also confirm that 2.2.3 does work, while 2.3.0-beta.2 does not- is there a regression here?
@xDemon200 - what version of `react-native-maps` are you using? I found for this library to be compatible I needed both the `GooglePlaces` and the `GoogleMaps` pods to be `7.0.0`, but...