Josep Llort Tella
Josep Llort Tella
I've been testing to be sure I set into variable {text:'%20encodedtest&20etc..'} encoded text but seems when I copy from clipboard the text has been encoded. Really if it's a URL...
Hi, Because my application not always will have an internet connection I need to use StreamSaver locally. I have run the application without problems when I'm using default configuration with...
** Versions ** * Spring boot version: 2.7.1 * Spring security 5.7 * JDK version: 1.11 I have previously added an issue at https://github.com/spring-projects/spring-boot/issues/31836 and they redirect to possible spring-security...
Hi, When I'm reading a dbf with a record marked to be deleted it raises and error. ``` DbfReader reader = new DbfReader(new File("path_to_some_dbf_file")); Object[] row; int count = 1;...
Hi, I've got a mutipar/form-data what I want o send some parameters. In my case I got a parameter called docId what I want to send several times ( like...
Hi, I have a spring boot project what is using spring-plugin, my project is named springboot-sample ( it builds a springboot-sample.war ). My plugins code are in a external project,...
Hi I ignore if it is the right behaviour or not. When using vuex-reset the state is initialized ( see the next screenshot )  But getter has not been...