Falco Nogatz
Falco Nogatz
Exactly :disappointed: Any idea how to solve this? According to the [Travis CI documentation](https://docs.travis-ci.com/user/environment-variables/), apparently, there's no way to specify private environment variables in a way that's available for PRs...
Nice idea! At first, I was thinking about new commands `swivm register` and `swivm unregister`, but maybe the simplest interface would be to just re-use the existing `swivm alias` by...
Thank you for your answer, Jan. I am using swivm in two projects and all of the last CI failures were due to missing connections to the SWI-Prolog servers. Maybe...
A small list of outage times: - 2017-06-30T10:26:49Z - 2017-06-25T07:03:18Z - 2017-06-25T06:59:51Z - 2017-06-18T15:18:17Z - 2017-06-18T15:14:26Z - 2017-04-09T06:53:23Z Since I restarted the failing Travis builds later, I have unfortunately no...
With #16, this issue here is also solved. I still leave it open as a reminder to add a switch for the user to explicitly decide which mirror to use.
Obvious question :) I wanted to avoid a mixture of downloading the tarball of swipl-devel, and using git for the submodules. By simply downloading the packages manually, we do not...
> Any plans to make swivm cross-platform? Not yet. swivm resulted from my needs to test things in different versions of SWI-Prolog. If I only ever need to compile SWI...
The `import` statement works only if *your* code is an ES module. This can be done either by putting the `"type": "module"` in your `package.json`, or by using the `.mjs`...
Yeah, refactoring the different output formats is definitely a good thing to work on. I suggest the following interface: - `clocker list`: same as today - `clocker list --aggregate day`:...
RFC @substack