Bruno Massa

Results 19 issues of Bruno Massa

I tried to add params="autoplay=1" to allow auto play (also autoload to start to play once it is on screen) however, it does not work. It's because the plugin automatically...

documentation

Currently, `{% render "filename" %}` will only look for a file called `filename.liquid`. However, would be great to make it use the IFileProvider to figure out the proper file, allowing...

**Issue description:** Cooking Linux target from Windows editor works fine, but the opposite is not working. On a Linux machine, doing a ```bash FlaxEditor -project ./ -std -null -headless -build...

editor
suggestion

I've recently installed Mailpile in my VPS but downloading Gmail (that over there it says it's about 3gb) became 23gb by 1/3 of the mails, exausting the VPS local storage....

System.Text.Json is getting a lot of love lately and is far faster than Newtonsoft implementation. To preserve old frameworks, I suggest adding it conditionally.

It would be nice to have a series of options and arguments when calling Prowl. Features: - [x] Open project: `prowl --project PATH` - [x] Create project: `prowl new --project...

enhancement

Prowlhash - Code optimization to avoid repetition (prone to errors) - Prowlhash Seed can be manually set - replace GetHashCode for a stable hash generator because GetHashCode is unpredictable on...

Attacking #158 fixes for: CS0108: 4 CS4014: 4 CS9191: 3 CS8619: 3 CS0649: 3 CS8765: 2 CS8767: 2 CS8620: 2 CS0659: 1 CS0661: 1 CS8714: 1 CS8607: 1 CS8509: 1...

#151 Build your app using the command line `prowl build --project `. It will invoke the build pipeline. Relevant changes: - [ ] Program.cs: BuildCommand to prepare and invoke the...

When building `development`, the compiler raises loads of warnings (500+). There are problems are well known sources of bugs, like not checking for `null`. This issue will centralize all initiatives...