李孟宁

Results 7 issues of 李孟宁

修复Show All没有支持多语言的问题。 我不会韩语法语,用bing翻译的。有什么翻译上的问题请修改。

设置语言为中文后,归档页Show All的标签没有汉化

Use NPOI in dotnet core web api to create excel file. The memory usage of the website is always rising.

document.body.ondrop = function (event) { event.preventDefault(); event.stopPropagation(); }

### Description In multi support, when reset file will only set file point as NULL, but not release the memory allocated to message. This pr will release the message and...

contributor
approved-for-ci

### Description Call eccodes.codes_grib_new_from_file in loop but only use the last codes_id, other codes_ids are not released and missing. Need to merge https://github.com/ecmwf/eccodes/pull/352 as well to fix the bug. ###...

contributor

### What happened? Memory leak when using multi_enabled() ### What are the steps to reproduce the bug? ```python @contextlib.contextmanager def multi_enabled(file: T.IO[bytes]) -> T.Iterator[None]: """Context manager that enables MULTI-FIELD support...

bug