Rasmus
Rasmus
Finding this interesting! TL;DR: The subprocess approach sounds like a solid idea. ### Some thoughts in regards to the conversation above > It would be possible to "shell out" to...
If anyone is interested, I've _partially_ ported the build to cmake. - https://github.com/rsms/ckit/blob/main/pkg/rbase/backtrace/cmakelists.txt - https://github.com/rsms/ckit/blob/main/pkg/rbase/backtrace/config.h.in.cmake Caveats: - So far only tested on macOS. - No COFF. - No BACKTRACE_ELF_SIZE or...
Can you post the Xcode build log output?
Reordering tabs by user dragging the mouse or programmatically?
Does this allow an `/index.html` to be served if there's one? That is, both of the following use-cases are true/successful: **Use-case 1:** 1. There's no index.html in the `public` (web...
Wow! This definitely sounds like a bug in Apache HTTP Server. Could you simply rename the font file yourself? For example: ``` cd path/to/inter-font-files for f in *.var.*; do echo...
documentation of the "mod_negotiation" apache module: https://httpd.apache.org/docs/2.4/mod/mod_negotiation.html It claims to look for `.var` files but clearly there's a bug that makes it look for files with ".var" _anywhere in its...
Hello! I don't see that article showing Inter or even mentioning it
Good progress has been made on these improvements with #215 which landed in master as ed61e4e022fec206b6120f1e438c6bd8d5dab42b
Sample of what is now in master: https://rsms.me/etc/inter-thin-wip-20191127.html These improvements will be included in the next release toward the end of the year. 