-
系统版本:macOS13
系统架构:arm64
克隆项目后修改Dockerfile为以下内容:
```dcokerfile
FROM ruby:2.7.5
ENV WORKDIR=/usr/src/app
workdir $WORKDIR
RUN apt-get update && apt-get install -y cron && apt-get install -y vim
…
-
### What is the problem this feature would solve?
Many of us who are doing frontend frameworks use IIFE instead of ESM as it allows it to run during HTML streaming without having to wait to parse all…
-
hello,
i'm trying to follow the [quick start](https://github.com/utensils/docker-lobsters?tab=readme-ov-file#quick-start) and while at _make_ step, I'm getting a following error:
```
$ uname -a…
-
### Describe the bug
The recent `bundler` update (https://github.com/NixOS/nixpkgs/pull/342863) broke the GitLab NixOS test, resulting in a blocked nixos-unstable channel.
The channel had been unblo…
-
Hi,
First, thank for you great gem,
Lately I've had test runs crash with this error :
```
# terminated with exception (report_on_exception is true):
/usr/local/bundle/bundler/gems/turbo_tests…
kriom updated
16 hours ago
-
### Steps to reproduce
Clone repo: https://github.com/paulm17/charizardxx-app
- npm i
- npm run dev
### Current behavior
The error:
> Uncaught Error: @pigment-css/react: You were trying…
-
vue version:3.5.12
pinia version:2.1.7
devtools version: 7.6.3
chrome version:130.0.6723.92 (not matter much)
error log:
```
reactivity.esm-bundler.js:1024 Uncaught (in promise) RangeError: Maxi…
zh-or updated
2 weeks ago
-
**Description**
When code using threads is compiled with Emscripten and then bundled with Vite it does not bundle and throws the following Vite error:
```
[vite:worker-import-meta-url] Vite is …
-
### What version of Bun is running?
1.1.34+5e5e7c60f
### What platform is your computer?
Linux 6.8.0-48-generic x86_64 x86_64
### What steps can reproduce the bug?
NODE_ENV = production
```TypeS…
-
After switching from the filesystem namespace for Unix domain sockets for ZMQ (`ipc:///tmp/my-endpoint`) on Linux to the abstact namespace (`ipc://@my-endpoint`), I'm getting:
```
/snap/xyz-protoc…