-
### What did you do?
Try to setup DM with MariaDB 11.4.2 as upstream
### What did you expect to see?
_No response_
### What did you see instead?
```json
{
"result": true,
"msg": "",
…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feat…
-
I manage hundreds of sites, if not more, and I use a caching plugin. While the BB-Plugin has 'fl_builder_cache_cleared' action, the bb-theme doesn't have, which is frustrating because whenever one of …
-
Hello there,
when I try to update to latest 4.1 i have this on my specs
```
TypeError:
no _dump_data is defined for class Liquid::C::ResourceLimits
```
error come from this : …
-
### Description
The following code:
```php
```
Resulted in this output:
```
php: Zend/zend_types.h:1346: uint32_t zend_gc_delref(zend_refcounted_h *): Assertion `p->refcount > 0' failed.…
-
Is it possible to serialize / dump class instances?
What I can do so far:
```lisp
(setf scheme (sanity-clause:load-schema '(:name (:string :validator (:not-empty) :default "potato") :age (:int…
-
Contents of test file `InoutConnect.sv`:
```verilog
module InoutConnect(
.X1(internal),
.X2(internal)
);
parameter width = 1;
…
-
### 📝 Overall Description
### For the following demo
`Service.java`
```java
public interface Service {
void doSomething();
}
```
`ServiceImpl.java`
```java
public class ServiceIm…
-
I'm using kotlin 1.5.31 with compose 1.0.5.
My api dump contains a lot of following classes
```
public final class cloud/jablotron/apps/lib/auth/oauth2/ui/screens/login/ComposableSingletons$Log…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
I encountered an extremely weird issue when using `use_enum_values` in a pydantic model. It works as expected in …