opal / opal-browser

Browser support for Opal.
MIT License
115 stars 36 forks source link

require 'browser/setup/full' not work. #90

Closed zw963 closed 2 years ago

zw963 commented 3 years ago

<Sprockets::FileNotFound: couldn't find file 'browser/setup/full' with type 'application/javascript'

 ╰─ $ bundle list |grep opal
  * opal (1.2.0)
  * opal-browser (0.2.0)
  * opal-sprockets (1.0.1)
zw963 commented 3 years ago

Wired, this issue only happen when i install opal-browser use gem command, if use github repo master, no issue.

zw963 commented 3 years ago

maybe we should release this gem first, and then close this issue?

hmdne commented 3 years ago

We are working on the release; ref meh/paggio#7

zw963 commented 3 years ago

though i start to use Opal recent days, but, i pay close attention to this project several years, don't know why @meh not so active for now, i remember he is a main opal early submitter.

I do have a advice, we can merge (part of) paggio gem code into opal-browser directly instead get owner of that gem, if we keep dragging to wait that gem maintainer to give owner to you, it very bad to Opal community.

zw963 commented 3 years ago

In fact, i consider generate HTML and CSS use ruby. should be part of opal-browser, what do you think? @hmdne

hmdne commented 3 years ago

@zw963

  1. paggio should stay separate because it can be used without Opal (ie. as a template engine)
  2. paggio itself is quite heavy and isn't needed by Opal-Browser (browser/setup/full requires it but eg. browser/setup/large doesn't)
  3. I don't know about meh (I joined the project long after he became inactive), he seems mostly invested in the Rust ecosystem nowadays. We need to be patient about all this, because we also can't release opal-browser at the current time
zw963 commented 3 years ago

still no update since 2 month ago ...

hmdne commented 3 years ago

I'd say, let's wait a month more, but if nothing succeeds, we may have to rename the library to something like opal-web.

hmdne commented 2 years ago

We can now push releases! Let this issue stay open until we do :D

zw963 commented 2 years ago

We can now push releases! Let this issue stay open until we do :D

so, we rename paggio to opal-web, right?

hmdne commented 2 years ago

We can now push releases! Let this issue stay open until we do :D

so, we rename paggio to opal-web, right?

No. I proposed renaming opal-browser to opal-web, because opal-browser shared the same problem with paggio (no permissions to release a Gem).

But fortunately, we have been transferred rights to both opal-browser and paggio so we can finally do a release.

zw963 commented 2 years ago

When to release opal-browser ? anyway, fetch gem from github is slow.

hmdne commented 2 years ago

I shall be ready to do a release in a few days

hmdne commented 2 years ago

Opal-Browser v0.3.0 along with Paggio v0.3.0 are released now!