Kirill Rakhman
Kirill Rakhman
Kinda related, if we install components individually instead of calling `Vue.use(Buefy)`, how can we set options like default values for toast position and so on?
@jtommy That would be awesome.
You can apply styles to subcomponents with the deep selector `>>>`: https://vue-loader.vuejs.org/guide/scoped-css.html#deep-selectors For SCSS, use `::v-deep`
Results of a quick and dirty patch: http://imgur.com/a/pboIN
@BriungRi You can see my fork at https://github.com/GreenParrotGmbH/android-times-square/tree/rw. I got it working right away but it's not perfectly clean. Also I didn't track progress, since I forked.
Seems to work. Thanks to all of you!
All the 2021.1 versions are now released. Any change to get this looked at?
@nyavro the problem appears regardless of whether "Support vue namespaces" is checked.
I'm trying to make it work for the current version on NuGet (3.3.0) which depends on Tesseract 3.0.5 inside a Docker container. I'm currently stuck with ` System.Reflection.TargetInvocationException: Exception has...
@FerronN I've added `libgdiplus` to the apt-get install line but same result. Can you share your Dockerfile? If you're not using Docker, can you share where you got the tesseract...