-
```
pushd build & aibika --console --gemfile Gemfile --gem-full --add-all-core --icon metanorma.ico \
--no-autoload \
metanorma cacert.pem.mozilla & popd
=== Loading script to check dependenci…
-
### Describe the bug
I'm running a Linux environment on my Android phone (Galaxy Fold 4) using [Termux](https://github.com/termux), and I'm trying to build one of my Dioxus projects. Dioxus CLI mak…
-
Seems bundle.run (found in your README.md) has been broken (or breaking) for some time. Is there an alternative? Or better yet, could you supply standalone version in your npm builds so those of us wh…
-
### What version of Bun is running?
1.1.34 (debug build of latest main branch)
### What platform is your computer?
Linux 5.15.90.1-microsoft-standard-WSL2 x86_64 x86_64
### What steps can reproduc…
-
`sbt-web` is dead and the UglifyJs we use is fairly broken in that it regularly recompresses all the files.
Seems that we ["want to use webpack’s uglify plugin, not sbt’s one"](https://gitter.im/sc…
-
[Irydium's bundler](https://github.com/irydium/irydium/blob/9924769f5e8b49d5c227d90482392e89b3380f19/packages/compiler/src/svxToHTML.js) (what turns a set of svelte components + javascript into a web …
wlach updated
3 years ago
-
Greetings,
I was reviewing the documentation for loading a gem via: "gem .... path: dir" in an attempt to install a gem directly from the file system.
### Site Documentation
As I read the do…
danlo updated
3 years ago
-
In my Gemfile, if I give,
gem "gbarcode", :git => "git://github.com/ahaller/gbarcode.git", :ref => "ruby1.9"
Bundler throws me error like this,
Could not find gem 'gbarcode (>= 0, runtime)' in git…
-
/Users/john/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/runtime.rb:74:in `require': cannot load such file -- omniauth/goodreads (LoadError)
-
The build is currently bundling the css and pngs from jquery ui to create a single 'bundled.css' file in order to support icons in the settings page.
We should remove this dependency and find another…