Dragon

Results 10 comments of Dragon

I have implemented this feat, see #23 .

Please view this thread: http://stackoverflow.com/questions/24154502/how-to-use-confuserex

I wrote a help function to nested expand schema. ```JavaScript SwaggerUI({ // ... onComplete: () => { document.addEventListener('click', (event) => { const target = event.target; const expandNested = (rootNode) =>...

Simple way without PR: ```javascript $(function() { var navSelector = "#toc"; var $myNav = $(navSelector); Toc.init($myNav); $myNav.append('Back to top'); $("body").scrollspy({ target: navSelector }); }); ```

Bootstrap 4 only provide 'top, bottom, left, right' 4 placements, you have to add 'top-left' by self. This is 'left-top' for Bootstrap v4.3.1: ```css .bs-popover-auto[x-placement^="left-top"], .bs-popover-left-top { margin-right: .5rem; }...

```text Notepad++ v8.7.5 (64-bit) Build time : Jan 17 2025 - 01:59:06 Path : C:\Program Files\Notepad++\Notepad++.exe Command Line : Admin mode : OFF Local Conf mode : OFF Cloud Config...

I have 3 monitors. Since version v8.6.9, If I moved "Search results window" to other monitor (not same monitor with Notepad++ window), when I restart Notepad++, the "Search results window"...

@xomx Thank you for your help. You can process this issue when you have time. It's not an urgent issue.

如果要最新的版本可以去 OpenCC 的 CI 裡找,綠色的是編譯成功的組態,點進去可以在 Artifacts 下載到編譯結果 https://ci.appveyor.com/project/Carbo/OpenCC

我是要使用在 Windows 環境的(.exe),本來也是下載原始碼後嘗試自行在本機編譯,但是結果是失敗的,所以直接到 CI 中剛好找到有編譯好的結果可以下載,於是分享(進行回覆)給您,但依這樣看來您需要的組態似乎並沒有 Artifacts. Environment: nodejs_version=none; Platform: x64 https://ci.appveyor.com/project/Carbo/OpenCC/build/job/grw99t02sb9is4s0/artifacts