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
Today I wanted to try out this library, but immediately found that the example on pursuit did not work. I then traced the problem to purescript-web-workers being installed as version 1.1.0. I then attempted to update the upstream version in my packages.dhall, but it did not seem to help. I then looked into the registry repository where it looks like the latest version of web-workers is set to 1.1.0https://github.com/purescript/registry/blob/main/package-sets/50.5.0.json#L469
I am still fairly new to Purescript and its eco-system, so I might be misunderstanding how things come together. But so far I guess that registry version need to be updated to 2.0.0, -maybe someone just forgot to update it?
(I figured out how to override the package version in spago, now learning how to override in purs-nix.)
The text was updated successfully, but these errors were encountered:
Today I wanted to try out this library, but immediately found that the example on pursuit did not work. I then traced the problem to purescript-web-workers being installed as version
1.1.0
. I then attempted to update the upstream version in my packages.dhall, but it did not seem to help. I then looked into the registry repository where it looks like the latest version of web-workers is set to1.1.0
https://github.com/purescript/registry/blob/main/package-sets/50.5.0.json#L469I am still fairly new to Purescript and its eco-system, so I might be misunderstanding how things come together. But so far I guess that registry version need to be updated to
2.0.0
, -maybe someone just forgot to update it?(I figured out how to override the package version in spago, now learning how to override in purs-nix.)
The text was updated successfully, but these errors were encountered: