Lukas Pierce
Lukas Pierce
Problem when working together with the `nuxt-basic-auth-module` (HTTP Basic Auth). I want the site to be password protected from outside visitors. And there was also user authorization using nuxt auth...
See todo ```javascript rules.inlineLink = { filter: function (node, options) { return ( options.linkStyle === 'inlined' && node.nodeName === 'A' && node.getAttribute('href') ) }, replacement: function (content, node) { var...
`php artisan settings:migrate` command not working Cannot declare class `App\Models\AnyModel`, because the name is already in use I tried remove this model, and this issue occurs again on next model...
Heed simple `enabled` boolean prop: ```vue Enable tippy Hover me const tippyEnabled = ref(false) ``` ----- Now for this approach I need use composition API with `useTippy()`, It looks bulky:...
require(...) is not defined
When code user provides autofillHints telephoneNumber iOS automatically suggests end user's phone from their contact card (Phone -> Contacts -> My Card) ```dart TextFormField( autofillHints: const [ AutofillHints.telephoneNumber, ], inputFormatters:...
I use a logger inside my api class, and when I enable it, too much unnecessary information gets into the console I know that it is possible to filter requests...
Dart implementation for url signing based on official [crypto](https://pub.dev/packages/crypto) package. As an advantage it uses built-in decoding/encoding url safe base64. https://api.dart.dev/stable/3.5.3/dart-convert/Base64Codec/Base64Codec.urlSafe.html
### Telescope Version 5.3.0 ### Laravel Version 11 ### PHP Version 8.2 ### Database Driver & Version mysql Ver 8.3.0 for macos14 on arm64 (MySQL Community Server - GPL) ###...