Gwendal Daniel
Gwendal Daniel
Added a link to the [Xatkit](https://xatkit.com/) in *Tools For Building Bots*.
The [wiki](https://github.com/xatkit-bot-platform/xatkit/wiki/Build-Xatkit#build-the-latest-development-version) specifies how to update all the submodules to the `master` branch with the following command: ```bash git submodule foreach 'git checkout master' ``` This doesn't work since we...
This would allow to import the Xatkit dependency from custom platforms without cloning the repository and building the framework locally. It would also allow to use continuous integration for Xatkit-dependent...
These JDKs introduce `Modules`, that are defined in `java.lang.module`, and conflict with Xatkit `Modules`. In addition, the build prints several warning related to illegal reflective accesses from xcore and xtext.
In A.8 Requirements, figure 69, there are several compartments named 'references', but I cannot find the graphical notation rule associated to them. The notation I found in 8.2.3.6 is a...
This code is duplicated in several places, and it should be considered as a default behavior from the parent class: ```java @Override public StateContext createContext(@NonNull String sessionId) { /* *...
Not sure when this happens, in theory the database should be shutdown when the JVM is closed. Anyway this issue is another reason to move to an external database to...
We have to ignore these tests for the moment because we don't have the infrastructure to run them in a CI/CD environment.
We have to ignore these tests for the moment because we don't have the infrastructure to run them in a CI/CD environment.
This intent definition is not registered and there is no error logged by the DialogFlow connector. ``` intent SearchAnyValue { inputs { "VALUE" "Search for VALUE" } creates context "Value"...