Costa Neves
Costa Neves
> [email protected] not support @container ,@layer will it ever support? or there's a version that does? 🤔 this bug basically exists pointing to CSSOM since 2017, kinda weird no? 🤔
no solution for this yet? :(
meh gave up, support here sucks, removed the board and finding another solution for my project
:+1: :cry:
@codingjester no fix or workaround yet? :/ the simple_oauth issues didn't listed anything about tho :(
I just updated to 0.8.3 still getting `{"status"=>401, "msg"=>"Not Authorized"}` when using source: [array of images] and getting a big error when using `data` over `source` `No such file or...
Sure First I loop to get my CMS uploaded images this way: ``` images = content.uploads.map { |img| img.file.current_path } client = Tumblr::Client.new photo = client.photo(current_account.tumblr_url, {:caption => content[:body], :data...