Victor Duarte

Results 32 issues of Victor Duarte

**The problem** While using graphpack in a multi projects setup with yarn, the error below is thrown. As a workaround, the whole project using graphpack can be moved to yarn's...

bug

Debugging and understanding what is happening inside tiktok-scraper can be very difficult as it can feel very opaque. This PR introduces the `--verbose` option (alternatively, the env var `DEBUG=*`) to...

Depends on / Blocked by #659.

When using tiktok-scraper for intensive tasks, such as downloading hundreds of videos at once, it can happen that a single request fails and then the whole process is ended. This...

Tests can fail sometimes simply because the values coming from Fauna can be in a different order than the expected ones. This happens mostly at: https://github.com/zvictor/faugra/blob/a2ccb47f293af5f502a464e84423504ff3a263de/tests/specs/build-sdk.js#L193-L197 One easy way to...

good first issue

_**TLDR for the @fauna team: Compiled suggestions on how to improve Fauna and fix this issue [can be found here](https://github.com/zvictor/faugra/issues/1#issuecomment-1150735498).**_ --- Currently, in order to generate TS types (`faugra generate-types`...

FAUNA

Our docs have an svg background image that I wish would have some animation in it. Just some (slow) motion to the waves would be fine. ![image](https://user-images.githubusercontent.com/181076/177489288-9352780e-2cf8-4eb9-9ba3-5eb5ea43fc02.png) Technically it should...

documentation
good first issue

I understand that `iron-router` uses `blaze-layout` as dependency, but why the other way around? Isn't this a mistake? ``` perl $ mrt create myProject myProject: created. To run your new...