blawx
blawx copied to clipboard
A user-friendly web-based tool for Rules as Code.
Hi there - I have need to deploy blawx at a URL offset from the root of the server. The usual way to do this in django is to run...
As of 2024-01-25, the Docker image python:latest doesn't like images to muck with the "system" python install inside the container. Workaround is to remove the pip upgrade step in the...
In some situations with code that includes numerical constraints, in scenario editor, there seem to be duplicate answers generated that vary only in the names of the variables to which...
In circumstances where a numerical formula is being used, and all the variables in that formula are unground, we can get a determinacy error from SWIPL in the process of...
We have modified the requirements.txt file to manually insert a pre-release version of aiohttp that is compatible with Python 3.12, in order to solve installation problems that were cropping up....
[mperron_minor-works-order-sor2021-170 (BROKEN).txt](https://github.com/Lexpedite/blawx/files/12184977/mperron_minor-works-order-sor2021-170.BROKEN.txt) In the below image, I am trying to create a new category called "person" to replace all of the instances where I use the category "owner". If I...
SWIPL has created a new native bi-directional interface to Python 3.11, which might be an easier interface between SWIPL and Python than the MQI we are using now.
Instead of saying true / false, they say "boolean", for example.
I am creating tests where the conclusion states "It is true that _____ is in the category ______". If I refresh the screen, the category selection returns to the first...