Beer van der Drift
Beer van der Drift
Rendering pure HTML. No external resources loaded. On local machine working, on other machines and our staging environment it is not working. Error is occuring on * Debian 8 (Jesse)...
I received this error in Lambda while only needing the import ```ts import {getSupportedLanguages} from 'i18n-iso-countries'; ``` I realise it's a case-specific workaround but for anyone with this edge case...
Hi @michaelwittig. I can't speak for @fsproru but I had the same error with a clean install of the packages, no changes to the langs folder. This was in an...
@michaelwittig we use Serverless indeed. I've done some digging before I found my own workaround but couldn't find any history of Serverless deleting/omitting certain files types/folders which might've accidentally deleted...
@michaelwittig I went into the deployed server, and found that all code (including npm packages) seems to have been included into a single minified file. My ```import supportedLocales from 'i18n-iso-countries/supportedLocales.json';```...
Thanks @delventhalz! a little bit faster without having to dive into Branch's code: In your `.java` file add ``` ... import io.branch.referral.Branch; import io.branch.referral.validators.IntegrationValidator; ... void fooBar() { Branch.enableLogging(); IntegrationValidator.validate(reactActivity);...
Sorry, still meaning to get around to fixing the Readme edits On Fri, Jan 28, 2022, 11:54 mciechanowicz ***@***.***> wrote: > ***@***.**** approved this pull request. > > — >...
README has been updated. Ready for merge.
Pinging @mciechanowicz @srgtuszy @gegitor in the hope we can get this merged.
@Gildo-Sargi-Neto thanks for the idea! We found another workaround in the meanwhile by using the package [react-native-modal-selector](https://github.com/peacechen/react-native-modal-selector) instead. I sadly can't verify if that solution worked in my case. Curious...