-
After upgrading WP to 5.9 I get an error:
```
Notice: register_rest_route was called incorrectly. The REST API route definition for block-metadata/v1/data/(?P\d+) is missing the required permissio…
-
Hi all, I used pg_repack 1.5.0 to repack a normal table and I encountered endless recursive call of repack_cleanup_callback() if I failed to lock the table, finally I got a coredump file.
Here are …
-
The request object cannot be accessed easily in some of the limiter callbacks (`limit_value`, `exempt_when`). Support for this would be really useful. This already seems to work with `key_func` which …
-
The next example works without problems when I compile and run it from the command line: `emcc -g main.cpp -o public/index.html` But when I create `Empty qmake Project` from Qt Creater and run it - it…
-
Having a MC_PRE_GET_LIGHTING_ALPHA callback seems to get rid of stage lighting even if that callback is empty and doesn't return anything.
First picture is with said callback and second is how it's s…
-
As discussed in maintainers meeting, on moby side this should be followed up with:
- if NOT userns: keep runcexector, remove libnetwork hook and write netns directly to OCI spec. In the futur…
-
hi, your example works, however the recaptcha tokens seem to expire within an hour or so, i noticed the cb= (callback) keeps changing on the anchor, is it possible to solve this? I tried adding you on…
-
Hello,
Can you please update the code for whmcs, as callback url is not working it gives the error
-
When using signals2 across multiple DDLs, everything works fine until the dlls gets unloaded, which results in crash the next time we dispatch the signal.
I found this [stackoverflow post](https://st…
-
i would like `SheetManager.show`'s return type to be the return type of callback
```js
SheetManager.show('dialog-sheet', {
payload: {
callback: createUser,
},
}).then(user => {
// …