Karens Grigorjancs
Karens Grigorjancs
Agreed, this is definitely what this gem needs
Once in a while, we experience this error as well. I suggest adding an option to automatically accept a VAT number if VIES is down and eventually flag it in...
You probably upgraded css-loader to version 3. They inverted the values in the config: https://github.com/webpack-contrib/css-loader/releases/tag/v3.0.0
That would be great! Lots of pull requests are waiting review :)
`` is not a HTML 5 void element and therefore can not be used as ``
I used @liang3404814 solution for own scalar to move the logic out of the mutation. ``` Scalars::FileType = GraphQL::ScalarType.define do name 'File' description 'action_dispatch_uploaded_file' coerce_input lambda { |file, _ctx| ActionDispatch::Http::UploadedFile.new(...
Do you have `apollo-upload-client` installed and configured on frontend?
I just published an article how to use this gem with Activestorage: https://medium.com/@karensgrigorjancs/effortless-file-uploads-with-activestorage-apollo-and-react-7a50929c40ca Maybe a good idea to add this article to the Readme, as it covers the full scope,...
Would be awesome with PHP 8.0 available. lcobucci/jwt 3.3 only supports ^7.0
Hi Arnaud, Thanks for your answer. This feature would indeed be extremely useful and I cant wait to use it. I agree with you that the deleted records in the...