Ingwie Phoenix

Results 334 comments of Ingwie Phoenix

You mean line Clang 7? I have a few LLVMs installed: ``` [email protected] ~/W/g/l/out $ find /usr/local/Cellar/ -name clang | grep "toolchain" | grep "bin/clang" | xargs -t -I %...

Catalina, 10.15.1 on a MacBook A1342 here, and having the same issue. Enabling the plugin does not work - each time Mail restarts, the plugin is gone. There are two...

> 2. Apply and restart That is exactly where it fails. :) Upon re-launch, the plugin is no longer selected.

I figured out that it was based on the `font-weight` property. I am playing with this now, maybe I actually get it to work. The bottleneck is bold text but...

I personally prefer JS++'s methodology when it comes to type system and syntax. Sure, I did voice some interest in bringing in JSX some years ago - but that was...

Welcome! I might not be actively using JS++ myself right now - but I do keep my eye out for, one day, to be surprised by the open-sourcing of the...

> Thanks! Please note that the CLI / REPL part is not ready yet. It's only the programming language that is usable at this moment. I'm just starting working on...

> From the top of my head: > > * Confirm that the [garbage collector library](https://www.hboehm.info/gc/) actually works on windows. > * POSIX threads library. From the name I would...

Also, `CMAKE_USE_PTHREADS_INIT` does not exist when compiling under Windows (obviously). Considering there is not a single `pthread_` call in the entire source tree, is Lexbor actually already thread safe or...

Just tried in VS2019 and apparently it's not needed, the build went through flawlessly. So I guess `ceil` is defined in Windows' standard library...? Not sure, though.