Dawid Gaweł
Dawid Gaweł
The plugin uses `stream_wrapper_register` with `STREAM_IS_URL` flag, thus requiring `allow_url_fopen` to be enabled. It is a common security practice among hosting providers to disable this option as a precautionary measure....
Changed bytes function to bitstring.getBytes. 'bytes' with second argument crashes at Python 2.7.
### Bug description Here's a video of my colleague struggling to insert a heading after an image: https://user-images.githubusercontent.com/1322846/147747448-a09509a8-c011-4b18-9df8-bd076450df90.mp4 It seems to me that the fact that Image Node in Bard...
Remove mention about `revalidatePath` not being supported in the App Router. It was introduced in https://github.com/caching-tools/next-shared-cache/pull/460. ## Summary by CodeRabbit - **Documentation** - Updated on-demand revalidation documentation to clarify Next.js’...
### Bug description When certain fieldtypes (list below) are used for sets in a Bard field, Graphiql Explorer can't expand those sets in query builder. Clicking on set name inserts...
### Problem When using the `extensions` option, `send` inconsistently handles path resolution depending on whether a directory exists at the requested path. For example, given this file structure: ``` dist/...