Ed Darnell
Results
2
issues of
Ed Darnell
Compressing in php with: \LZCompressor\LZString::compressToBase64("test string"); Compressed data: C4UwzsAEEE4JYDsDmQ== Fails to decompress in javascript: LZUTF8.decompress("C4UwzsAEEE4JYDsDmQ==",{inputEncoding:"Base64"}) Decompressed data: �0�N `;� Presumably incompatible with latest npm version (using latest lzutf8 v 0.5.5)...
Attempting to log and debug live errors on a site generated by create-react-app. The gps object created with new StackTraceGPS() looks to be fine (sourceCache and sourceMapConsumerCache promises are fulfilled)....