Results 59 issues of nomennescio

By default, Emacs on Windows registers the path to its binary in the registry. Use that as first choice to find Emacsclient. Extended windows.registry with query-registry to read actual values...

When developing "third party" Factor code I prefer to work outside the Factor tree, as I don't want to "touch" the Factor distribution. I also do not want to touch...

I noticed that when creating pull request, the tests run are only run on MacOS and Linux, not on Windows. That will prevent detection of any errors in Windows specific...

In many languages, it's possible to determine the source location of thrown exceptions. In Factor any object can be thrown, but can the location of the throw in sourcecode be...

When looking at documentation which uses `$url` to annotate an URL, clicking will open that object in the Inspector. This is unexpected, as clicking on a non-url object would redirect...

When in the UI a message pops up, which has an URL a string, it would be nice to make that URL clickable. For instance, out of the box, quite...

Introducing aliases with `ALIAS:` will lead to a separate documentation page being generated for the alias. When looking at the word which is aliased, no reference is made to its...

At many places in Factor's vocabularies, alien C types are used. Unfortunately, C types bit-widths are unspecified, whereas Factor dictates a certain bit-width for these types, suggesting a uniform approach...

Created single file zstd library from v1.5.2 with `./combine.sh -r ../../lib -o zstd.c zstd-in.c` Integrated resulting `zstd.c` and `zstd.h` files into `zstd.cpp` and `zstd.hpp` by placing them in namespace `zstd`....

The vocab page has missing links. Some I found: https://docs.factorcode.org/content/vocab-processing.html https://docs.factorcode.org/content/vocab-notifications.html https://docs.factorcode.org/content/vocab-bootstrap.html