Dylan Jeffers
Dylan Jeffers
@pablitogo @sehoven if it helps, this worked like a charm for me: in jest.config.js: ```js moduleNameMapper: { ... "react-focus-on/UI": "react-focus-on", } ``` @theKashey also tried the two options you posted...
In [1]: print pump.me.published None In [2]: print pump.me.links {'self': 'https://goblin-jeffers.pagekite.me/api/user/SapienTech/profile'}
yes I am getting that. I set up mediagoblin following the instructions on https://wiki.mediagoblin.org/HackingHowto and am currently running the server with $ ./bin/paster serve paste.ini --reload and $ CELERY_CONFIG_MODULE=mediagoblin.init.celery.from_celery ./bin/celeryd...
@moggers87 sorry for the delay on this! will get back to you in the coming days
@andrastothtw I've found the following setup works: ```jsx import React from "react" import {Helmet} from "react-helmet" import {render} from "enzyme" Helmet.canUseDOM = false describe("react-helmet", () => { afterEach(() => {...
> > I absolutely love these changes! so this is just RTK addition, not a RTK-Query thing yeah? if so id say lets def move forward with this generally. itll...
err @raymondjacobson we still want this?
i love this idea!!
Hi @mrousavy great callout, and apologies for the delay. Will bring up with the team next meeting and respond back here, thanks. From what I can tell, it looks like...
@mrousavy so we are going forward with https://github.com/EdgeApp/react-native-fast-crypto since it has the `scrypt` method. We are happy to use your library when https://github.com/margelo/react-native-quick-crypto/issues/126 gets addressed