-
Tried
```
const butterPostsQuery = graphql`
query QueryAllButterContentField {
allButterContentField {
edges {
node {
key
value
}
}
…
-
When using the search functionality we are not getting the correct results. please see results here
![Search-keywords](https://user-images.githubusercontent.com/15247512/124597482-24469c00-de96-11eb…
-
Hello! I have a question for this library, is this working for flutter mobile or it's just working for Flutter Web version?
For mobile, how it can adapt to screen with such json?
```
"testimonial…
-
Hello ButterCMS team,
I believe we discovered u bug regarding to `find` method. It is present in `2.0` and not present in `1.7`. I didn't test version `1.8` and `1.9` specifically but I'm pretty conf…
-
Unfortunately, it seems like in our haste to help, we actually made things worse!
The older PR filtered the path name through `encode_www_form`, which is expecting a Hash object (like query params…
-
We currently have a combined total of 178 published and draft posts on butter.
Given this code
```
array = []
array += ButterCMS::Post.all(page_size: 100, page: 1, preview: 1).to_a
array += B…
-
Hi,
I'm using this gem to integrate ButterCMS in my rails app but sometimes on local setup I get this error.
I'm afraid I might get it in production as well. Can you please look into this.
Thanks.
…
-
Given that you are on Ruby 2.7, the buttercms-ruby gem triggers the following warning:
`lib/buttercms-ruby.rb:75: warning: URI.escape is obsolete`
More information: https://docs.knapsackpro.com/…
-
When I run the code below, I would expect to get a list of pages back, instead I get this error:
```
p ButterCMS::Page.all('*')
Traceback (most recent call last):
2: from (irb):11
…
-
Hi - I'd like to contribute a blog post "How to integrate ButterCMS with Gridsome" to https://gridsome.org/blog/
I wanted to confirm you're still accepting blog posts? Please let me know - thanks!