Results 15 issues of Franco Lombardo

I refactored jvmtop in order to separate logic from presentation. This way, jvmtop could be used both as a library and as a program.

Steps to reproduce the error: iex(2)> {:ok, sup_pid} = ThySupervisor.start_link([]) {:ok, #PID} iex(3)> {:ok, child_pid} = ThySupervisor.start_child(sup_pid, {ThyWorker, :start_link, []}) {:ok, #PID} iex(4)> {:ok, child_pid} = ThySupervisor.restart_child(sup_pid, child_pid, {ThyWorker, :start_link,...

It would be really nice to have support for http://elixir-lang.org/

I think that these instructions could be useful for new users. I explain how to: 1. create a sample key 2. use a sample xml document to sign 3. run...

- Moving to Kotlin 1.3 - Added map method - Added more tests - Overcoming Travis problem with JDK 8

Hello, I'm trying to compile rnbyc on Mac, bu I get this error: `'gnutls/abstract.h' file not found`. I installed gnutls and I tried to add the -I flag to compilation:...

question

- Piccolo script per avviare il containter - Aggiornamenti del README

See https://genai.owasp.org/llmrisk/llm01-prompt-injection/ and https://platform.lakera.ai/docs

This is the first part of the implementation of https://github.com/theodo-group/LLPhant/issues/191

Hi @MaximeThoonsen and @synio-wesley , this is a first idea toward the implementation of Small to Big retrieval. (https://github.com/theodo-group/LLPhant/issues/179) Many things are still missing, first of all a new `RetrievedDocumentsTransformer`...