-
Considering a user may want to look at all dependencies of the current bundle, one might assume:
```ruby
runtime = Bundler.load
runtime.dependencies.each do |dependency|
p dependency
end
`…
-
Hi, I run into issues with sidekiq after making changes with code reload. The project is using Rails 7, Ruby 3.0.3 and Zeitwerk 2.5.1
The relevant directory structure is as follows:
```
app
├── …
-
I'm having a problem.
My current problem is
I am trying to run Ruby 2.7.3 (RubyGems vesion is 3.1.6)'s tests (`test/rubygems/test_gem_requirement.rb`) with manually backported Bundler 2.2.20 fro…
-
Recently, I've been attempting to bundle modules from jspm.io (via a custom esbuild plugin which implements imports from URLs and import maps), and I've been running into this error a lot:
> error:…
-
## Summary
I try to setup Eclipse CHE on a Rancher Kubernetes Cluster. I used for this the helm chart with some modifications.
It's all starting and i can login in dashboard, but I can't create an…
-
# Bug report
## Describe the bug
Since updating to 9.5.x (from 9.4.x), i get an out of memory error after 10 something hot reloads:
`FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaS…
-
([previously](https://github.com/vitejs/vite/issues/1149)...)
Making an issue to track work on the [`Jest`](https://jestjs.io/) experience with `vite`.
`Jest` is a very popular JavaScript testi…
-
-
*Issue migrated from trac ticket # 533*
**component:** packaging | **priority:** blocker | **resolution:** fixed | **keywords:** osx focus
#### 2014-03-14 13:06:01: totaam created the issue
-
We have a typescript application and a use a file per class. There are lots of benefits to this the major one being source control conflict reduction.
We compile our app using the --out compiler fla…