Jason Lee
Jason Lee
create a new file as config/environment.rb and add this code: ``` Rails::Initializer.run do |config| ... config.after_initialize do if Rails.env == 'development' Paperclip::Attachment.default_options.merge!(:storage => :ftp) end end end ```
### Check for existing issues - [X] Completed ### Describe the feature Sometimes we just single click a file in Project Panel to select it. The "Failed to open file"...
@chloerei 可以先测试看看
Before ``` hello %{name} ``` After ``` hello %{name} { name: Jason } ```
Release Notes: - Fixed node runtime install npm on Windows by using system proxy. ---- NPM is installed in some regions (such as mainland China) and accessing npmjs.org must go...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it I have found this bug while work on PR #11296, this still...
[AutoCorrect](https://github.com/huacnlee/autocorrect) is a linter and formatter to help you to improve copywriting, correct spaces, words, and punctuations between CJK (Chinese, Japanese, Korean). https://github.com/huacnlee/zed-autocorrect
1. Add to support multiple language, current added `en` and `zh`. 2. Switch to use [Bun](https://bun.sh) for frontend development and build. > I am sorry to do this, the exists...
Issue: https://github.com/pest-parser/site/issues/58