Peter Krebs

Results 11 comments of Peter Krebs

This bug is still a thing. However the forum has some answers / workarounds for now. --- Disabling GPU acceleration in Teams settings: https://obsproject.com/forum/threads/virtual-cam-output-gets-distorted-and-turns-greenish.135098/#post-510508 People also suggest to fix your...

@GTHell Have you resolved this? Can the issue be closed? As @neoacevedo has shown you might have needed to configure the used guards as well. See `config/auth.php` in `['guards' =>...

Importing non-utf8 characters into a utf8 environment is sure to cause problems. Audit might not be able to help because it just uses the text you supply in the model....

Corrected in [email protected], [email protected] https://github.com/scrumpy/tiptap/issues/305#issuecomment-607412176 (also applies to npm install)

Agreed, the automatic anchor names need transliteration. For example: https://www.npmjs.com/package/transliteration The package provides a `slugify()` function to build readable anchor names.

You might have trouble re-using the model, yes. Currently I overwrite the model instance with the response of the update, see below. The backend might do something to the model...

@WildEgo Has the comment helped you fix your problem? Can we close this issue?

Apparently you can also solve by making the trailing `/` optional for the backend: https://stackoverflow.com/questions/46163838/how-can-i-make-a-trailing-slash-optional-on-a-django-rest-framework-simplerouter The post is a little older but you can probably find the equivalent setting in...

Leaving this to the server (accepting both URLs with / and without) solves the issue for all browsers, for all libraries. There is no need to fix this in every...

That is indeed a nice aspect - symbolizing the group of records with the / and an individual without. I think that is too subtle for most people. Vue Api...