Kelly Campbell
Kelly Campbell
This is a first pass at working with the well known types and _virtual_imports. If this looks like a good approach, I can add some tests for it. Fixes #4
I may be doing something wrong here, but I can't get the proj4 js api v2.1.2 to return anything close to the correct values for a project I'm working on....
This seems to have started after a kubernetes 1.16 -> 1.17 cluster upgrade. We don't have a lot of jobs using this cd plugin yet, so we didn't notice right...
This is an alternate idea to the first part of #621 which would make a single option to declare what to send in the Authorization header to the upstream instead...
I'm trying to use csstips in a server-side rendered app. The same import style doesn't work for both. When I use the following in a .tsx file: ``` import *...
This important option was missing from the documentation. I found it in the underlying library's documentation at https://github.com/software-mansion/react-native-screens/blob/main/guides/GUIDE_FOR_LIBRARY_AUTHORS.md#screenstackheaderconfig # READ ME PLEASE > **TL;DR: Make sure to add your changes...