Francesco Cretti
Francesco Cretti
Looking at the implementation (https://github.com/plouc/nivo/blob/master/packages/geo/src/GeoMap.js) seems like neither `defs` and `fill` are passed to the component. I don't know if I'm looking in the right place, but if this is...
UPDATE I solved it using d3 `formatLocale` function. I created custom hook that handles currency and other formatting options that I needed `hooks/charts.js` ```javascript import { useMemo } from "react";...
Ok I figured out a solution: I worte a custom TimeDimension Layer that calls my API for each timestamp requested by the user with an action on the control timeline....
Hi @saadeghi , thanks for the reply. I don't think that's a solution for my case: I would like to have an event when the menu is closed, whether is...
I actually managed to add custom colors to the `` to my theme like this: ```javascript const spinner = { defaultProps: { color: 'primary', }, valid: { colors: [ 'primary',...
I took a further look into the bug. Seems that in iOS Safari the data got from the analyzerNode is is always an array of 128 values (with the `analyser.getByteTimeDomainData`...
> I started encountering this issue in my CI pipeline since yesterday, I can't link my project- receiving this error: failed to connect to postgres: failed to connect to `host=db.[MASKED].supabase.co...
I think the issue is related to IPv4 support drop https://supabase.com/docs/guides/troubleshooting/supabase--your-network-ipv4-and-ipv6-compatibility-cHe3BP
@michael-elyon I can confirm than in my case the issue was caused by `supabase link`, which attempts to connect over IPv6. Since the GitLab CI/CD runner doesn’t support IPv6, the...