Leonardo Cesar Wolter
Leonardo Cesar Wolter
## Summary Fixes an issue where partytown prints an error when a third party scripts requests a resource different from a script. Closes #245
Adds the -s flag changing the comparison behaviour to assume the versions are following the `semantic version` pattern: If false(default): `0.0.9 > 0.0.10` If true: `0.0.9 < 0.0.10` Fixes #10
We should persist the IP, domain, timestamp, for every action taken. e.g. comment, answer, question, etc.
The model `User` already has a field called `confirmedEmail`, we should implement the feature to set it (at the moment no one has confirmedEmail=true). It should be required to use...
We should gamify mamute more strongly so the community will be encouraged to interact more. A first step to do this is implementing a basic badges system
Create an ApplicationHelper encapsulating duplicated keys from messages.properties and environment.properties such as `siteName` and feature toggles. ex: ``` @Produces @Named("siteName") public String getSiteName(){ // read the site.name property from bundle...
Right now we are generating only one mamute.css/mamute.js file, we should stop creating this big file and import only the required files for a page(we can generate one css file...
We should filter all posts removing gifs or giving a validation error
I want to connect my local VSCode to a code server on sagemaker and found out this repo. However I followed the steps from the README to automatically install the...