Will Power
Will Power
It doesn't look like this is implemented currently. You probably want to copy the `order_by` function (https://github.com/jamierumbelow/codeigniter-base-model/blob/master/core/MY_Model.php#L747) into a new function for `where_like` and reference the codeigniter documentation (https://codeigniter.com/user_guide/database/query_builder.html#looking-for-similar-data)
If you would like a composer-installable similar library have a look at https://github.com/RobThree/TwoFactorAuth which is apparently an improvement on this library.
When a user generates a secret key in your application, this will typically be stored in their authentication app and not revealed by that app after it is saved. If...
Typically this is behaviour you would have to implement in your own code. You could authorise the user to blank your copy of the code and allow them to re...
I had no idea this existed seems very neat based on https://web.dev/color-scheme/ Apparently `supported-color-schemes` was the original way of doing it but isn't in the spec any more (https://bugzilla.mozilla.org/show_bug.cgi?id=1525107#c1)
I have also broken the live share extension this way. the documentation appears to have been deleted for whatever reason but the answer is to add `globalStorage` to ignored folders...
See https://github.com/widget-/slack-black-theme/issues/52 and https://github.com/widget-/slack-black-theme/issues/48
See https://github.com/widget-/slack-black-theme/issues/52 and https://github.com/widget-/slack-black-theme/issues/48 (Duplicate of https://github.com/widget-/slack-black-theme/issues/54)
You have to apply the extra code from https://github.com/widget-/slack-black-theme/issues/52 and https://github.com/widget-/slack-black-theme/issues/48
As per the readme, you should be editing `ssb-interop.js` and not `index.js`. If this is the case, can you share your `ssb-interop.js` as an attachment (rather than pasting the whole...