Gwendal Daniel

Results 32 issues of 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...

bug

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...

enhancement
Low Priority

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.

bug
Low Priority

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) { /* *...

Core

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...

Bug
Core
Monitoring
Low Priority

We have to ignore these tests for the moment because we don't have the infrastructure to run them in a CI/CD environment.

Testing
Processors

We have to ignore these tests for the moment because we don't have the infrastructure to run them in a CI/CD environment.

Testing
Processors

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"...

Bug
DialogFlow