Zadkiel AHARONIAN
Zadkiel AHARONIAN
Since there are no updates since 2015, I want to ask, do you @schickling still maintain this package?
Closes #131 ``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Critical │ Command Injection │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ open │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ No patch available │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │...
See https://explorabl.es/
An Illustrated Guide to OAuth and OpenID Connect https://developer.okta.com/blog/2019/10/21/illustrated-guide-to-oauth-and-oidc From https://twitter.com/visheyra/status/1187661725753102336
Here's the video: https://www.youtube.com/watch?v=R9OHn5ZF4Uo Found here: https://github.com/deepfakes/faceswap#how-does-a-computer-know-how-to-recogniseshape-a-faces-how-does-machine-learning-work-what-is-a-neural-network
Before raising a PR and it getting merged, make sure you have completed the following: ### Things to do: - [ ] Add podcasts in appropriate categories in ascending order...
I just found another way to get idVendor & idProduct by using sysfs. ```bash devpath=$(adb get-devpath | cut -d: -f2) vid=$(cat /sys/bus/usb/devices/$devpath/idVendor) pid=$(cat /sys/bus/usb/devices/$devpath/idProduct) ``` Note: I guess this works...
### Is your feature request related to a problem? I have some issues with the redis-ha chart. If some pods are destroyed, they don't synchronize back well and I have...
When publishing a prerelease (eg: `v0.1.0-develop.1`), the action tags becomes: - v0.1.0-develop - v0.1 It should instead tag the following: - v0.1.0-develop - v0.1-develop If I publish `v1.1.0-develop.1` I expect...
A user on it's first login is forced to reset their password. Add ability to create an user without asking it to change the password.