Oskar Köök
Oskar Köök
Should `R.toString` also convert symbol properties to strings?
Coincidentally, I have a PR for this, which would leave a comment in the CSS file instead of deleting the import: https://github.com/phoenixframework/tailwind/pull/26/files#diff-1fa157207e3c87759b3d08b515a3a3b901f031919ecae8c487214d51578a7447R74-R79 Not that it's the best solution to this,...
I created a Flatpak bundle for those that use Flatpak: https://github.com/oskarkook/qdigidoc-flatpak/releases I agree that official AppImage and Snap packages would be nice (as well as Flatpak, of course). Browser extension...
Widespread TLS fingerprinting is also a thing now. Being able to specify the order of the (custom) extensions would be nice. In an ideal world this would never be needed,...
Same in Elixir with `end` for example: [bit.ly/3NE5nSR](https://bit.ly/3NE5nSR)
Another approach is to use the existing methods in ransack: ```ruby def self.ransackable_attributes(_auth_object = nil) authorizable_ransackable_attributes end def self.ransackable_associations(_auth_object = nil) authorizable_ransackable_associations end ```