Felipe Corrêa da Silva Sanches

Results 92 issues of Felipe Corrêa da Silva Sanches

Originally submitted at https://github.com/googlefonts/fontbakery/issues/1282 We're now dealing with almost a thousand font families. This is too much to show at once at the dashboard front page, so it would be...

A very old issue on the fontbakery repo suggested using Guiders-JS to document the user interface: https://github.com/pickhardt/Guiders-JS I consider this to be an extremely low priority issue in the "maybe-someday"...

Originally posted at: https://github.com/googlefonts/fontbakery/issues/1406

Originally submitted at https://github.com/googlefonts/fontbakery/issues/1123 @m4rc1e said: "Hey Felipe and Dave, I think we should merge my [gfregression](https://github.com/m4rc1e/gfregression) app into Font Bakery. Instead of having lots of seperate repos/apps/libraries, we should...

Here's an example from msdos bytecode (level_2): ![Screenshot from 2023-01-21 02-51-36](https://user-images.githubusercontent.com/213676/213840637-319e529e-dba3-430a-b183-180134965ea8.png) Address 0x0480 is never called. But its code has a `JMP` pointing to its own entry point at 0x0480....

We need a tool to re-encode raw resource binaries back into bank files to be used with the original MSDOS engine. This script would be called `resources2banks.py` and would do...

We need to figure it out and then to write a script to generate a pair of `str_data.rom` and `str_index.rom` files (which `AWVM_trace.py` uses to place comments with the string...

In order to develop custom games/programs to run on this VM we will need an encoder that reads poligonal data (I think we can use SVG files for that) and...

I have to double check this, but I think that the last time I tried to build and run `examples/pong.asm`, it did not work. I don't know/remember why. **Note:** But...

We should add code-tests to this repo so that we run them at every pull request