You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we recently had a pr that added a much-welcomed settings file (#89) however, as @khubo recently realized, this is fudging up cabal when used in the browser!
so we need to extract the settings logic into something that can work in the browser. so rather operate on the path using something that relies on the random-access-* ecosystem (like we're already doing in src/storage-node.js / src/storage-browser.js)
The text was updated successfully, but these errors were encountered:
we recently had a pr that added a much-welcomed settings file (#89) however, as @khubo recently realized, this is fudging up cabal when used in the browser!
so we need to extract the settings logic into something that can work in the browser. so rather operate on the path using something that relies on the random-access-* ecosystem (like we're already doing in
src/storage-node.js
/src/storage-browser.js
)The text was updated successfully, but these errors were encountered: