Dirk Roorda
Dirk Roorda
In a setup where a wsgi app is served both over http and https one is tempted to do this ``` ServerName «SERVER_URL» WSGIDaemonProcess web2py user=apache group=apache threads=5 WSGIProcessGroup web2py...
Hi Folgert (and Maarten as well, I presume) I added an appendix chapter about Text-Fabric. Inserted a reference to this appendix in Chapter 3 about Text-Preprocessing. Included the appendix in...
## Description `jupyterlab-vim` is a prebuilt extension, installable by `pip install jupyterlab-vim`. Yet it does not work in the newest version of JupyterLab desktop (3.2.5-2) In the previous version of...
See the comments in the code. Test it before applying it, since I did not do any building-bundling whatsoever.
I noticed that the generated jupytext file was not successfully deleted when closing the buffer. The debug messages showed that `s:cleanup` was invoked, but something complained about a wrong argument....
Suppose you want to look for the first clause after an earlier clause, but not necessarily tightly adjacent. Can we define a spatial operator for that? This is in response...
Central to the TF-App functionality is the auto-download feature. But this requires the data to be open. Yet a corpus cannot always be open, e.g. when it contains sensitive data...
There are various relaxed spatial relations, see [nearness relations](https://dans-labs.github.io/text-fabric/Search/#relational-operators). `A
In notebooks, you can customize the highlight colors. Give Text-Fabric-Browser users that possibility as well. NB It is not possible to provide the full flexibility of the highlights parameter in...
We are building a website where we want to view 3D models in a variety of viewers, such as Smithsonian Voyager, Aton, and others. The project is called [Pure3D](https://pure3d.eu). So...