private Map<String, String> readFormSignBody(MultiValueMap<String, Part> multiPartParams) { Map<String, String> params = Maps.newHashMap(); if (Objects.nonNull(multiPartParams) && !multiPartParams.isEmpty()) { for(Map.Entry<String, List<Part>> entry : multiPartParams.entrySet()) { String ...
Fix #23313 - aeim stack locate Fix #23313 - overlapping maps after aeim Improve addr wrap support in r_itv as stated by the comment lang Update lang.qjs and use quickjs-ng instead leaks Fix memory leak in RLangSession.fini print Improve and document pfb bitfield printing in C, ascii a...
The closure encryption utilities need the same module maps as use-cache-wrapper. We can share the same singletons. Using singletons for this is sketchy because if concurrent requests switches to an...
Updatesanyhowfrom 1.0.86 to 1.0.87
fix(ssr): emit js sourcemaps for ssr builds #11343 Merged 9 tasks Rich-Harris added 2 commits January 3, 2023 11:22 Merge branch 'main' into ssr-assets a859ff4 remove unused const 1235fc0 7antra previously approved these changes Jan 5, 2023 View reviewed changes Rich-Harris men...
User description @fernandozw - I took your code and am teeing this up as the next release candidate! I tried to keep the core things involving the language maps, but I switched out openBrowser for ...
console.log('Before', m, combinedMap) combinedMap = combineSourcemaps(cleanUrl(this.filename), [ m as RawSourceMap, combinedMap as RawSourceMap, ]) as SourceMap console.log('After', combinedMap) I got the following result: Before SourceMap { version: 3, file: undefined, sources: [ ''...
This maps distribution names, as they appear in distro .treeinfo file, to installer type and default channel label. I opted to use config file instead of having this in the code so it can be easily extended without rebuilding. productmap.yaml can also be copied and modified by admin to ...
Fix sourcemaps tests 8a632c4 Fix atlaspack-link tests 754fdc1 Fix repl import 8ac984d Some more renames 6c8cb8a More renames d0ff5ef Merge branch 'main' into rename-to-atlaspack 070f654 Remove unwanted changes 2f0b575 Contributor MonicaOlejniczak commented Aug 19, 2024 I noti...
Overwritten status.yml by using app-status.yml [1] If the status code in application-status.yml is not contained by status.yml, the status code will be appended to the default status list. [2] If t...