Daniel Docki
Daniel Docki
@tiagopog can update the dependency? jsonapi-resources ~> 0.9.12 solves the error in Rails 6.1 ``` uninitialized constant ActionController::ForceSSL ``` https://github.com/cerebris/jsonapi-resources/blob/v0.9.12/lib/jsonapi/resource_controller_metal.rb#L8
Possibility of supporting an application with multiple domains, for example: mainapp.com subdomain.mainapp.com etc...
I created a definition with many transformations, but after a while I needed to edit or create new transformations and Arc does not find these versions in storage. From what...
``` ruby class Establishment < ActiveRecord::Base include PgSearch pg_search_scope :search, against: [:name, :street, :neighborhood, :screen_name], associated_against: { profile: :description, kind_of_foods: [:name, :food] }, using: { tsearch: {prefix: true} }, ignoring:...
#### Environment details - Programming language: Elixir - OS: macOS 12.1 - Language runtime version: Elixir 1.13.1 (compiled with Erlang/OTP 24) - Package version: {:google_api_machine_learning, "~> 0.28.0"} #### Steps to...
```html (function () { window.onload = function () { new BlipChat() .withAppKey('APP_KEY') .withButton({ "color": "#be6c10", "icon": "" }) .withTarget('bot') .build(); } })(); //seu bot vai aqui ``` dá o seguinte...
I'm listing applications for a specific resource_owner, is there any method to find out if the application was authorized by the resource_owner? I thought this https://github.com/doorkeeper-gem/doorkeeper/blob/c48fd2d989e761ab3ebe21698fcfa70261df7f57/lib/doorkeeper/orm/active_record/mixins/application.rb#L88 method could return this,...
Resolve issue #598
### Ruby version 3.2.3 ### Code snippet _No response_ ### Description It seems like it can't find the interpreter, but I noticed that it's searching in the wrong folder, could...
This code ```elixir def transform(source, target, :thumb) do Bow.Exec.exec source, target, "convert ${input} -strip -gravity Center -resize 250x175^ -extent 250x175 ${output}" end ``` produces this error ```elixir {:error, %{ original:...