Dirk Jonker
Dirk Jonker
I can't get it working with a private registry as there seems to be no way to configure the secret to use to pull the image.
That makes sense. I'm not using comments myself directly but Fresh uses it as a means to get islands working. Currently that doesn't give any real issues, only the w3...
@lewish thanks, that's really useful! Now I'm just missing the syntax highlighting and automatic formatting that respects the Javascript in the UDF string ;)
I do get query validation warnings: "Some dependencies don't yet exist in the warehouse". It seems like Dataform doesn't know that the functions exist, even though it can successfully create...
I think I have not been clear enough in my issue description. The entire `value="nl"` attribute disappears, breaking the input. The server renders this attribute and in SPA mode (e.g....
It works fine for me with Rails 5.2, but with Rails 6 you get some deprecation warnings.
@JDrizzy awesome job. To make the tests pass for Rails 4.2 work you probably need to pin rspec-rails to 3.x. and bundler to 1.x.
By the way, I can confirm that this works with our Rails 5.2 in production. Also works after upgrading to Rails 6 in my development environment.