Otavio Bonder

Results 10 comments of Otavio Bonder

Not sure if you already solve it, but I'm setting `xAxis={{labelCount: 5}}` to set the number of labels I want. Not sure if that is what you're asking.

I'm also looking for an answer. Now `react-router-dom` accepts the `basename`, but since it's not possible to mix `connected-react-router` with the `BrowserRouter`, I'm not sure how to set a `basename`

I extended the very nice example from @TheAschr to add the possibility to add a custom icon prop to the existing `TextField`: ```javascript import React, { useCallback, useEffect, useMemo, useRef,...

@Anatanokami I think the import should be `@import (css) url("https://fonts.googleapis.com/css2?family=Roboto");`. Mine was equal to yours, adding the `(css)` solved the issue

No improvements on this? When scanning the files, `i18next-scanner` adds all keys to the `defaultNs`, and the other namespaces are empty. Am I missing something or is it not possible...

A bit late, but for anybody needing to use Google Optimize, here is the custom hook I made: ``` import { useEffect, useState } from "react"; const useGoogleOptimize = (id:...

Hey @fherdoiza, The hook was created to get a variant from Google Optmize, so to use it you should already have initialized TagManager (usually I initialize TagManager in the root...

This is the log from Electrum: ``` I/n | network | network: retrying connections I/n | network | connecting to xxxxxxx.onion:50002:t as new interface D/i | interface.[xxxxxxxx.onion:50002] |

I'm running sunnypilot but I'm having the exact same issue. @jyoung8607 which file is responsible for tweaking this? I want to check it in sunnypilot to see if I can...