Horacio Degiorgi
Horacio Degiorgi
You don't need to touch the original class. You can override the mount method with optional parameters (id is obligatory) Example: ```php public function mount($id=null,$institucion=false){ if ($institucion!==false ) $this->filterinstitucion =...
My [article](https://dev.to/horaciodegiorgi/adding-quill-editor-to-laravel-livewire-forms-kdion-package-31nc) on how to extend the class to allow quill editor and other stuff.
Is there anyone working on this? From what I could see, you not only have to enable basic authentication but also change to Http**2**SolrClient https://solr.apache.org/__root/docs.solr.apache.org/docs/9_0_0/solrj/org/apache/solr/client/solrj/impl/Http2SolrClient.Builder.html#withBasicAuthCredentials(java.lang.String,java.lang.String)
@demiankatz I'm only using SolrMarc to import some .mrc files (from external providers). Everything else I am doing directly with the SOLR library (pecl) which is more updated. Maybe I...
During a wifi outage vscode informed me that it could not save the file with the full URL. so I was able to detect the full link to add to...
> During a wifi outage vscode informed me that it could not save the file with the full URL. so I was able to detect the full link to add...
I'm getting the same error but only when using http://localhost:8080 is solved when I use http://127.0.0.1:8080 ???
> Hey [@horaciod](https://github.com/horaciod), please share some more information. > > * (1) Is this a fresh install? > > * (2) How did you deploy An Otter Wiki? > >...