kenjiuno
                                            kenjiuno
                                        
                                    I also want iso-2022-jp support on iconv-lite. As mentioned by another reporter, [MailParser](https://www.npmjs.com/package/mailparser) depends on iconv-lite for decoding **message body**. And also [libmime](https://www.npmjs.com/package/libmime) depends on iconv-lite for decoding **'encoded-word'** (defined...
Notes: both mailparser and libmime packages fixed iso-2022-jp decoding problem by importing [encoding-japanese](https://www.npmjs.com/package/encoding-japanese) package: - mailparser - https://github.com/nodemailer/mailparser/commit/b91e70d42e532300e954f8bea2f8a64d06da2824 - libmime - https://github.com/nodemailer/libmime/commit/2de24df55b6000f7d319dda42dee4991b086a1b5 (jconv in this time) - https://github.com/nodemailer/libmime/commit/aa62a9277f61b7b438c97d1485a5b9ffe7e46840 (jconv is...
Wow this 2015' issue is still top on my google search: `require browserify basedir expose` In my browserify 16.2.3 `id` keyword did the trick! From my gulpfile.js: ```js var vendor...
Hi. It seems that we need at least RootNode: ```cs Scene scene = new Scene(); scene.RootNode = new Node("Root"); using var ctx = new AssimpContext(); ctx.ExportFile(scene, fileName, "obj"); ``` I...
Thanks for commenting! To help to identify the reason of lag (high CPU load) by using unknown size of DOCT/COCT, I have experimentally added `show-stats` command to show its quantity:...
Some ideas: ## git describe This technique is taken from pcsx2: https://github.com/PCSX2/pcsx2/search?q=git+describe [Git - Inspection and Comparison](https://git-scm.com/book/en/v2/Appendix-C%3A-Git-Commands-Inspection-and-Comparison) `git describe` to generate version number. ```bat H:\Proj\OpenKh>git describe --tags release-49-2-g83e82af ``` ##...
 Sorry I have noticed it has already implemented
Before trying changes to this, need to fix build error of `.\build.ps1` 
Extended.Wpf.Toolkit 3.7.0 ~ latest 4.4.0 and later seem to use new license. https://www.nuget.org/packages/Extended.Wpf.Toolkit/4.4.0/License Extended.Wpf.Toolkit 3.6.0 seems to use MS-PL. - https://www.nuget.org/packages/Extended.Wpf.Toolkit/3.6.0 - https://licenses.nuget.org/MS-PL
Some 📝 about pre/post, and interpolation modes from Blender documents. ※ It needs to be verified the relation by trying `OpenKh.Research.Kh2Anim fry` command. ### pre/post - Constant - Extrapolation -...