zaru

Results 11 comments of zaru

I think so, too. However, it's not easy. I'm going to challenge you to make this work. I'm sure it will take some time, so I'm glad you're willing to...

@muescha Surely it's nice to be able to install in brew! I've created a PR so I can use brew once it's merged. https://github.com/Homebrew/homebrew-cask/pull/83150

We needed more visibility to add menuffy to CASK. ( less than 30 forks, less than 30 watchers, less than 75 stars) If the condition is exceeded, I will try...

@XYZliang Does that mean adding it to the normal right-click context menu?

A branch supporting v8 has been created. https://github.com/elastic/elasticsearch-rails/commits/8.x

@xcodephile The library is backward compatible, so you should be able to address this by first updating elasticsearch-rails, and then updating the Elasticsearch core itself (recreating the index).

I have encountered a similar issue. Indeed, using onSubmit instead of action can avoid the problem. However, handling both cases—when the form needs to be reset and when it doesn’t—makes...

It seems that this problem is caused by the Headers that are sent when POSTing with Server Actions. The problem occurs when there is Unicode (non-ISO-8859-1) in the URL. As...

This will likely be fixed in this pull request. https://github.com/vercel/next.js/pull/53073

Likely fixed https://github.com/vercel/next.js/pull/53655