Vasilj Milošević

Results 33 comments of Vasilj Milošević

> you have config the theming variables and filter out the imports on materialize.scss file? ok thank you!! =D Yup, something like this: ``` @charset "UTF-8"; // Color //@import "~materialize-css/sass/components/color-variables";...

@ts1 OK, thanks. I would try to make the changes needed for Vue3, but coffeescript is not my thing ... I would need to learn it first 😄

Same here, tried it a month ago and now with this new version, but libldap error is still here. I wish there was flatpak or appimage version to overcome this...

If you know all the deps needed it would be great if you could list them here or somewhere. I've successfully made few appimages in the past using this tool,...

> @eboye how were you getting the access token ?? > I have tried > > > $token = $fb->getAccessTokenFromRedirect(); > > it's returning null Nope, still the same

I've managed to run it by changing the package.json scripts to: ``` "scripts": { "serve": "npx -p @vue/cli-service vue-cli-service serve", "build": "npx -p @vue/cli-service vue-cli-service build", "lint": "npx -p @vue/cli-service...

Hmm, I kind of fixed it ... I was not using CSS from the package but replicated it in my own scss so it could be styled with the design...

Yup, that's the one :D I've added this to make it work ![image](https://user-images.githubusercontent.com/624357/122090869-8157b080-ce08-11eb-94ac-a6a177ed6b19.png) As I'm using tailwind in my project I've extracted all the css from all (not many) libraries...

Yup they are, I just needed something to easily style the select and have it work with keyboard navigation and not do everything from scratch as I'm using tailwind and...

Change the detector from S3Fd to cv2-dnn and it passes. S3Fd for some reason is not working.