Philippe Mioulet

Results 8 issues of Philippe Mioulet

I have a scenario where I want to subscribe one SQS queues to many topics, hence handling the creation of topics and subscriptions externaly to tomadashi. The [doc](https://tomodachi.dev/docs/aws-sns-sqs) seems to...

[Here](https://github.com/aichaos/rivescript-java/blob/04abeca7fffeaf0783e6aa9c2fe84c34829e5a67/rivescript-core/src/main/java/com/rivescript/RiveScript.java#L794) the code is missing a loop on all the entries of the list within the value of the map or maybe this? ``` if(entry.getValue().contains(UNDEF_TAG)) { this.array.remove(entry.getKey()); } else {...

[Here](https://github.com/aichaos/rivescript-java/blob/04abeca7fffeaf0783e6aa9c2fe84c34829e5a67/rivescript-core/src/main/java/com/rivescript/RiveScript.java#L2362), there is an obvious bug, it should be if != and not == else there will be a NPE on the next line

I was able to add python as a scripting language using jython and a simple handler. However I needed to modify this [commit](https://github.com/pmioulet/rivescript-java/commit/29be6d84cfe357b2701b471170f9f88d22559f9e) in order avoid losing indentation in Object...

Python support was added using jython. JNR version was forced to the jruby version to avoid this issue: https://github.com/jruby/jruby/issues/5334

I was reading about this [issue 61](https://github.com/aichaos/rivescript-js/issues/61) in the JS version of rivescript and I was wondering if there is any plan to also port this deparse method to the...

enhancement

## Description **version**: 1.3.25 Inside a jupyter notebook, if I use the the `remove-input` tag as documented to hide the input, the website on `localhost:3000` hides the jupyter notebook cell...

bug

**Describe the bug** If the server replies with an error, yjs disconnects, reconnects and sends the message again. In my case the message is being rejected because the size of...

bug