Luiz F. A. de Prá

Results 138 comments of Luiz F. A. de Prá

Hi, I think I have a similar case of this problem but using sprite's makeGraphics. I'm using sprites to debug my BSP Tree algorithm and noticed that in some cases...

@JoeCreates, sure! Here are a project with the relevant code: https://hostr.co/qNqCntSHi3RL First I thought it was a code mistake, but this code work perfectly on flash target and give problems...

I'm stuck with a similar problem. I need to mock `Read` trait. The `read` method receives a `&mut [u8]` and returns `Result`, both not clonable. The `Mock` documentation states: ```...

I solved my problem. There is an example showing how to handler `io::Return` [here](https://github.com/DonaldWhyte/double/blob/master/examples/unclonable.rs). An for `&mut [u8]`, I converted it to `Vec`, but probably `Box` should work too.

I'm going to take a look at it later this week, but anyone is welcome to help.

It is possible to do that, but you will need to override or create some template files. Try creating a new [taxonomy template](https://github.com/luizdepra/hugo-coder/tree/main/layouts/partials/taxonomy) for `projects`. Probably you will need to...

You should but the new taxonomy template in the same path as the other, in `layout/partial/taxonomy`. You don't need to change this theme files directly, but you could if you...

Sure. You could try customizing and tweaking with CSS Animation rules.

Hey! You could try to add only the HTML. Later, I can merge your PR in a separated branch to add style to it.

Probably we need to change the line-height or the margin of these elements. Could you try tweaking with that? I cant try to solve this later, but I'm kinda busy...