Afonso Lage

Results 18 issues of Afonso Lage

When I try to run `:TagbarToggle` I get the following error: ``` Tagbar: Ctags doesn't seem to be Exuberant Ctags! BSD ctags will NOT WORK. Please [...] Executed command: ""ctags"...

pr-welcome
chore

Hello folks! I'm wondering if it is just me or the FPS counter starts to drop fast. After a few seconds the mobs movement isn't smooth anymore. Also, you barely...

## What problem does this solve or what need does it fill? When dealing with `FromReflect` implementation other than `derive`, it's hard to know where the error is, since if...

C-Usability
A-Reflection

# Objective When trying derive `Debug` for type that has `DynamicEnum` it wasn't possible, since neither of `DynamicEnum`, `DynamicTuple`, `DynamicVariant` or `DynamicArray` implements `Debug`. ## Solution Implement Debug for those...

C-Usability
S-Ready-For-Final-Review
A-Reflection

## What problem does this solve or what need does it fill? Current implementation of `ReflectDeserializer` uses `deserialize_any` to deserialize objects which was serialized with `ReflectSerializer`, but there are many...

C-Enhancement
A-Reflection

## What problem does this solve or what need does it fill? Currently `Taffy` uses `border` as a second `margin`, which is just used to compute inner margin of children....

enhancement
good first issue

# Objective - Showcase how to use `AssetReader` and `AssetWriter` to download an asset from a CDN when it doesn't exists local. ## Solution - Add an example (`remote_asset_loader`) which...

C-Examples
A-Assets

Hello folks! I'm playing with the Blocky scene and everything work good so far, but when I try to do some "extreme" tests, like fly high enough until all blocks...

It would be useful to be able to remove focus from a `Focusable`. A simple use case would be to remove focus from a `Button` or some custom widget when...

I feel like there's still room for improvement on current chunk data structure. Here is a good source for inspiration: https://blog.roblox.com/2017/04/voxel-terrain-storage/