Daniel González Reina

Results 22 issues of Daniel González Reina

I'm using fuse-ext2 with OSX fuse (v 3.6.3). The command `fuse-ext2 --version` returned `fuse-ext2 0.0.9 29` [...]. The command `/usr/local/bin/fuse-ext2 -v /dev/path /mnt/point -o debug` doesn't return anything. > FUSE-EXT2...

If I used too many steps with dreambooth (overfit model). Can I remove steps? or do I have to start from scratch?

This is just a preview while we merge https://github.com/BuidlGuidl/SpeedRunEthereum/pull/187. Once that PR is merged, this will move from draft to a normal PR.

There are two main ways to add internationalized messages: ### Inside JSX ([docs](https://formatjs.io/docs/react-intl/components)) Most of the time this is what we need. The way to use `` with rich text:...

I haven't checked if this is happening in light mode as well, but I've seen a few things using opacity in dark mode (borders, dividers, etc), so I wouldn't be...

bug

This is happening only happening locally. Tested that it works on firebase. Update: happening only on rejecting. Approving a build doesn't approve the rest of the builds.

bug

This is calling for a middleware. I envision using something like this: ```js app.post("/challenges", userOnly, verifySignature("challengeSubmit"), async (req, res) => { // ... } ``` That means the middleware would...

release

As part of #45 I'm moving `serverUrl` to the constants file. Once that issue is closed we can import it from the file instead of passing it as props around...

enhancement

This is not an MVP feature, but something I think we should consider. I see the message to be signed something like a CSRF token. If we always send the...

enhancement