Marco Buono
Marco Buono
What if rocco could recurse subdirectories if a `-r` flag was used? Suppose we have the following directory structure: ``` models/ foo.coffee bar.coffee views/ foobar.coffee barfoo.coffee controllers/ barbar.coffee foofoo.coffee main.coffee...
Hey, I recently had to run `rocco` against some HTML files to generate documentation from the Markup in them. I used: ``` rocco *.html ``` To my surprise, `rocco` replaced...
Hey there :wave: While comparing images produced by two different computers via WebGL, we noticed that sometimes the images would include 1px-2px thick spurious diff regions, likely caused by differences...
Hey there :wave: This PR documents the library dependencies that need to be installed in order for `cargo run` to succeed.
Hi, I recently started using expresso, and I specially liked the code coverage output feature. However, I was initially surprised by the `-c` flag behavior. (Instrument the code in `lib/`,...
Version of VSCode: 1.15.1 Version of the extension: 0.4.2 OS: Windows 10 Description: Hey there! First of all, congrats for the great work being put on this extension, it keeps...
Hey there đź‘‹ I _believe_ this is a bug. I struggled to find anything related given that the error message is fairly common but this specific usage ends up combining...
# Objective - Add support for the “classic” distance fog effect, as well as a more advanced atmospheric fog effect. ## Solution This PR: - Introduces a new `FogSettings` component...
# Objective - This PR adds support for blend modes to the PBR `StandardMaterial`. ## Solution - The existing `AlphaMode` enum is extended, adding three more modes: `AlphaMode::Premultiplied`, `AlphaMode::Add` and...
# Objective - This PR adds light transmission capabilities to the `StandardMaterial`  ## Solution - Introduces `transmission`, `thickness` and `ior` fields in the `StandardMaterial` - Updates the renderer to...