ge9

Results 11 issues of ge9

I'm very interested in this software, and hope for Windows support. I found you mentioned that you may implement this using WinFSP. https://www.reddit.com/r/opendirectories/comments/da8lmp/would_anyone_be_interested_in_porting_httpdirfs/ I've used some other file systems for...

CID+230 and CID+8228 are digit 0 with a diagonal stroke. CID+230 is half-width and used only as \, while CID+8228 is full-width and used only as \. ![image](https://github.com/adobe-type-tools/Adobe-Japan1/assets/37699433/8457d3db-a64b-4cb4-83d3-42f93c89da19) ![image](https://github.com/adobe-type-tools/Adobe-Japan1/assets/37699433/c4a2f4a0-1629-4709-ae2c-39177ab578a6) However,...

U+FA15 belongs to CJK Compatibility Ideographs and is an alias to U+51DE U+FE00. ![image](https://github.com/adobe-type-tools/Adobe-Japan1/assets/37699433/cf61d143-881e-4873-bc4a-2fba128f5287) However, Adobe-Japan1 wrongly uses CID+20307 (51DE E0101) for this character: ![image](https://github.com/adobe-type-tools/Adobe-Japan1/assets/37699433/52af0425-f85e-4ba8-94ee-4e6797671d75) Actually, CID+8542 (51DE E0104) is...

(Linked list example: https://github.com/orlp/slotmap/blob/master/examples/doubly_linked_list.rs ) In `pop_head()` and `pop_tail()` functions, there are no appropriate handling of new head/tail nodes, producing dangling pointer in them. We can just call remove() funtion...

Hi, Sorry if this feature request is arrogant (at least it's outside the scope of "full cone NAT"), but I'm very interested in this topic. As you may know, netfilter's...

enhancement
prio:low

### Description When I right-click somewhere unrelated to "Lean InfoView", the "Lean InfoView" tab is focused. Especially, when I right-click a lean source file and choose "go to definition", the...

bug

When I compiled the driver sometime between 21:00 and 24:00, building and installation were successful (no problem in device manager) but no virtual display showed up (it disappeared when the...

Hi, thank you for this great software. I had a problem (connection is reset) in using proxifyre with SOCKS5 server 3proxy (https://3proxy.ru/), and I figured out that the problem lies...

Added support for OpenBSD/pf. In OpenBSD's pf, `divert-to` is used for transparent proxying. As described in https://man.openbsd.org/pf.conf, TCP destination address can be obtained by getsockname() (like Linux+TPROXY or FreeBSD+ipfw), and...

In UDP associate, the IP address used for connection from the client should be notified to client (at least, https://github.com/3proxy/3proxy is implemented in this way). This also fixes IPv6 address...