Tyson Clugg
Tyson Clugg
GitLab has [Snippets](https://docs.gitlab.com/ee/user/snippets.html) which looks like a good spot to attach discussions to for each page. Snippets are supported via their [Discussions API](https://docs.gitlab.com/ee/api/discussions.html).
@edkolev Another option for alternate slice colors would be to setup file descriptor 3 as a pipe, allowing an explicit line of communication for which color scheme should be employed:...
@Rich-Harris [asked](https://github.com/sveltejs/svelte/issues/9278#issuecomment-2035602968): > Can someone give me an example of work you'd want to do in an `$effect.pre` that should happen in both places? I've found it hard enough to...
Since this issue was migrated from https://github.com/meteor/meteor/issues/4363, I guess that makes me the OP. @dhrubins: Stop with the client side hashing - it's security theatrics. Submit plain text passwords over...
I consider that responding with the "laugh" emoji [in this context](https://github.com/meteor/meteor-feature-requests/issues/44#issuecomment-308564750) is borderline demeaning (ie: causing someone to lose their dignity and the respect of others), and therefore is questionable...
> Are you sure this is preventing upgrading the password scheme? It can still be done in the same way on the client, just with more rounds? Hindering, not preventing....
> duplicate #950 No, #950 is about getting the schema from inside the data strucutre, *without using a modeline*: ```yaml $schema: ./schema.json foo: "1" ``` This issue is about adjusting...
@saileshkush95 did you create the migration and apply it [as per the documentation](https://github.com/manuelnaranjo/django-database-view/blob/master/README.rst#:~:text=Then%20create%20a,your%20database%20views.)?
@vinoalterra > * Create DB View in model (ref: https://pypi.org/project/django-database-view ) > * Running `python manage.py migrate` without any problem Can you please show your migration file and the output...
https://resources.infosecinstitute.com/libressl-the-secure-openssl-alternative/: > **Memory Sanitization** > Memory sanitization is a central feature in LibreSSL that is lacking in OpenSSL. Prior to the deallocation of objects, LibreSSL explicitly zeros out memory using...