Javan Rasokat

Results 19 comments of Javan Rasokat

I made it work by adding a `!important` to my child-element but this is bad style. ![grafik](https://user-images.githubusercontent.com/4342160/30630454-fdf17038-9de0-11e7-8b1a-45466399d4fc.png) ``` .myDrager { font: normal normal normal 14px/1 FontAwesome; color: #868e96; cursor: move...

@beeman Thank you, your code was very helpfull. @JonnyBGod did not bring some documentation up yet, could you do it? I am struggling with "scrollSpy-index-render" because i want to use...

https://github.com/beeman/ngx-scrollspy-angular-cli-demo maybe this demo helps

@Nexeuz I ended up implement my own directive based on [this simple module](https://github.com/ert78gb/ng-scroll-spy/blob/master/src/directives/ng-scroll-spy.directive.ts). Writing your own scrollspy-directive is not that difficult as it seems. I was able to scroll-spy on...

Had the same issue on Android Mobile Chrome Browser **but not on Android Mobile Firefox Browser**. Also had this issue on my Android Cordova App, because i think it uses...

I found a related error log: ``` Logger: homeassistant.components.http.security_filter Quelle: components/http/security_filter.py:65 Integration: HTTP (Dokumentation, Probleme) Erstmals aufgetreten: 4. April 2024 um 23:48:58 (126 Vorkommnisse) Zuletzt protokolliert: 00:02:26 Filtered a request...

As a workaround you can run a shell script similar to my code snippet in this comment: https://github.com/AlexxIT/WebRTC/issues/479#issuecomment-2038238769

I faced the same issue, my existing script worked for all Raspbian Systems on all Raspberry Pi's. I was able to create both an AP and connect to an WiFi...

Oh, in my installation which is default PiHole on Raspi it was sqlite3, what do you have as dbms?