-
I successfully built [`SWI-Prolog/swipl`](https://github.com/SWI-Prolog/swipl):
```sh
cmake -G Ninja ..
ninja
ctest -j8
```
However, I cannot build it with the address sanitizer (ASAN):
`…
-
How does your builder handle `leapsecs.dat`? A quick skim through the source and I see where you copy the file over, but I don't see where it's created. The `leapsecs.txt` provided by libtai is outdat…
-
I am following the [official steps](http://www.swi-prolog.org/bug.html).
### Step 01.
```
linux$ swipl -v
SWI-Prolog version 7.6.4 for i386
```
### Step 10.
I visited [Rosetta Code](https://r…
-
Forwarding this to here since its worth considering:
On Tue, 1 Nov 2022 16:56:40 +0000
opal hart wrote:
> Hi,
>
> I don't have a GitHub account so I can't open an issue on either the
> liv…
-
This library needs standard date, time, and datetime support. NumPy's model should be use (with the adjustment that parsing dates and times where no time-zone is specified should provide a time-zone …
-
Prolog is an ideal candidate for something ike ClojureScript - a Prolog that runs on the browser.
Such a system could make javascript disappear as a language - something we'd all applaud, I think.
…
-
## Bug report
### Describe the bug
Building Kodi 19.0 for Debian experimental i386 revealed the following tests failing:
```
454/584 Test #454: TestDateTime.SetFromDBTime .....................…
-
Hello,
I have installed Goldstone release 0.6 in Cassini Hardware.
Trying to get gscli working with no success.
Should I install goldstone-management?
How can I get the cli to work?
sorry to…
-
gs-tai build fails for arm64 arch. Following are the logs
```
vm@gsbuilder:~$ onlpm --build gs-tai:arm64
make: Entering directory '/home/wsvm/Harsha/open-source/goldstone-buildimage/packages/base/a…
-
by **vomjom**:
Right now, Go has two separate representations for the time:
a. Seconds since the UNIX epoch
b. Nanoseconds since the UNIX epoch
This gets inconsistent because functions like time.Sl…