A general chat for developers. Don't ask to ask, just ask. Here's how: https://stackoverflow.com/help/how-to-ask
Hey developers! I want to share with you MiroTalk
.
MiroTalk is an Open-Source Self Hosted WebRTC, Simple, Secure, Scalable, Fast Real-Time Video Conferences Up to 4k and 60fps, compatible with all browsers and platforms.
GitHub: https://github.com/miroslavpejic85/mirotalk
Demo: https://mirotalk.up.railway.app/ or https://mirotalk.herokuapp.com
GitHub: https://github.com/miroslavpejic85/mirotalksfu
Demo: https://sfu.mirotalk.org
Any feedback would be appreciated! Thank you and have a good weekend!
@jgonggrijp
ERROR TypeError: _angular_core__WEBPACK_IMPORTED_MODULE_0__.ɵnov(...).modules is not a function
at Object.handleEvent (oidstfrppopup.component.html:14:87)
at handleEvent (core.js:31595:1)
at callWithDebugContext (core.js:32634:1)
at Object.debugHandleEvent [as handleEvent] (core.js:32401:1)
at dispatchEvent (core.js:23567:1)
at core.js:30800:1
at platform-browser.js:579:1
at _ZoneDelegate.invokeTask (zone-evergreen.js:406:1)
at Object.onInvokeTask (core.js:28567:1)
at _ZoneDelegate.invokeTask (zone-evergreen.js:405:1)
this is coming in every key press in material input fields.
Can anyone help me on that ?
@Chameleon-Coder Work in what programming language, for what purpose, in what context? To me it looks like JavaScript, but the notation is not quite right. Also, computer code generally doesn't do anything if you type it in a chat, but maybe that is not what you meant.
You can make code fences like so:
```js
your code here
```
(instead of js
you can also do html
, css
, py
, cpp
, hs
, etcetera, whatever your language.)
Please review my C++ Genetic Algorithm Library
https://github.com/AliMarouf97/GeneticAlgorithm
The library provides a general genetic algorithm. It is simple, easy to use, and very fast. All you need to do is to define the fitness function and its variables. There are many examples of how to deal with classic genetic algorithms problems.
Hey developers,
I've created two repos to demonstrate create and deploy a spring application with some good practices
https://github.com/Raghav2211/spring-web-flux-todo-app <-- A simple spring boot todo application with cloud gateway+google-oauth2 & config server
https://github.com/Raghav2211/todo-app-infra <-- IAC code to deploy this application on local & AWS environment (some things are WIP) but scaffolding is almost ready
Please let me know you your thoughts & suggestions(share if you found something useful in your area)
Thanks