ジョイボーイ

Results 9 comments of ジョイボーイ

I have the same problem ![fr_missing2](https://user-images.githubusercontent.com/69261996/189077394-57fdf143-3433-4392-9b01-b3c7d296576c.png) ![fr_missing1](https://user-images.githubusercontent.com/69261996/189077408-38c6cb98-2839-4ec8-8c15-50527bcb758a.png) I speak french how can I add the missing translations ? I don't see any `fr.yml` file in the `config/locales` folder EDIT: I...

> I am following the install instructions to add to an existing rails app, and when I try to run > > ``` > bin/rails g spree:install --user_class=Spree::User > ```...

@waiting-for-dev Yes the issue has been created here because it was created from Discussions

Same issue ``` Downloading the image from yUML, it shouldn't be long. /usr/local/lib/ruby/gems/3.1/gems/umlify-1.2.6/lib/umlify/runner.rb:65:in `block in download_image': undefined method `escape' for URI:Module (NoMethodError) http.get(URI.escape(@diagram.get_uri)) ^^^^^^^ from /usr/local/lib/ruby/gems/3.1/gems/net-http-0.2.2/lib/net/http.rb:985:in `start' from /usr/local/lib/ruby/gems/3.1/gems/net-http-0.2.2/lib/net/http.rb:628:in `start'...

> Does `/usr/local/include/zmq.h` exist? Yes !

> and `pkg-config --cflags libzmq`? ``` $ SKBUILD_CMAKE_VERBOSE=1 $ pkg-config --cflags libzmq -I/usr/local/include $ doas pip3 install pyzmq Collecting pyzmq Using cached pyzmq-26.2.0.tar.gz (271 kB) Installing build dependencies ... done...

> (btw, if you need a short-term workaround, you can ignore the discovered libzmq with: `ZMQ_PREFIX=bundled` which will tell pyzmq to build libzmq as a static library) Ok 👍 I...

> How did you install libzmq? > > Can you run one more time after > > ```shell > export CMAKE_ARGS="-DCMAKE_VERBOSE_MAKEFILE=1 -DCMAKE_EXECUTE_PROCESS_COMMAND_ECHO=STDOUT" > ``` > > ? same error :/...