Results 33 issues of Tommy Jeff

My `.clang_complete` file is: ``` -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/aaron/tmp/Hello/.clang_driveddata/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/var/folders/gv/dfzb5cvd3m5bzjgv8y8961zm0000gn/C/org.llvm.clang/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type...

I used this crate, with the code below, and it seems there must be something wrong in using this crate, can you help? ``` extern crate hypervisor; use hypervisor::vCPU; use...

I think v86 was written so well to read, but sometimes I can not figure out how things work especially by referencing some Intel Manuals. It would be very nice...

I have to mange my project which contains many files, and I can not find any project manager in CotEditor, It would be cool if CotEditor can have project management....

request

```javascript var notdefGlyph = new opentype.Glyph({ name: '.notdef', unicode: 0, advanceWidth: 650, path: new opentype.Path() }); var aPath = new opentype.Path(); aPath.moveTo(100, 0); aPath.lineTo(100, 700); // more drawing instructions... var...

Needs Investigation

I just searched the issues, and it seems opentype.js does not support for writing kernings value for pair of glyphs. Any idea?

What I expect to work is like this: ``` font.tables.hhea.ascender = 1024; ``` But it does not work at all.

Command to build: `cargo make qemu` I think it's not due to Sunrise OS itself, it's the Rust crates this project uses, maybe it will be a quick fix to...

Hang while opening PDF [Data_Structures_and_Algorithms.pdf](https://github.com/orklann/PEP/files/6301328/Data_Structures_and_Algorithms.pdf) This is the same issue with #14

crash
cross-reference-bug

Crash with error below while opening this PDF. [High precision text extraction from PDF documents.pdf](https://github.com/orklann/PEP/files/5908063/High.precision.text.extraction.from.PDF.documents.pdf) ``` 2021-02-02 09:30:33.012299+0800 PEP[14070:1070126] -[NSSavePanel didEndPanelWithReturnCode:] caught non-fatal NSInvalidArgumentException '-[__NSCFString substringWithRange:]: Range {0, 18} out...

bug
crash
cross-reference-bug