-
Hey, I'm not understanding which version of the stubs I need to install?
These are my installed modules per `pip list`.
```bash
django-stubs 4.2.7
django-stubs-ext 5.0.4
…
-
I use a stub to make `get_post` available, which returns a mock of `WP_Post`:
```php
$post = Mockery::mock(\WP_Post::class);
$post->ID = 1;
$post->post_content = '
Headi…
-
my boot.ipxe
```
#!ipxe
set webserver http://192.168.132.130:5000
set opts ?vga=791&video=vesafb:ywrap,mtrr&ramdisk_size=16777216&rw&quiet&initrd=initrd
menu Please choose an operating system to …
-
Hi,
I just encountered the problem while doing some tests. For some reason, when a Flux component is in my livewire blade template, it triggers an error whille running the tests.
Step to reproduce :…
-
Observed in Debian testing on rc2, it seems it's failing to reboot:
```
10165s [ 41.134118] reboot: Restarting system
10165s ESC[2JESC[01;01HESC[=3hESC[2JESC[01;01HESC[2JESC[01;01HESC[=3hESC[2J…
-
Opening this issue to begin discussion on how we should handle testing with v2. Currently the unit tests return mocked data and integration tests require containerlab to be spun up.
I propose the …
-
Goldspace needs a documentation maintainer to help out with the growing headache that is trying to manage the code and documentation at the same time.
-
**In the debug tab**
You can change the selection without entering edit mode, but then the value is not saved. This is confusing. Changing the selection should not be possible without edit mode.
…
-
### Describe the bug
I am using pyright with strict mode for type checking in visual studio code. When importing gradio, pyright complains `Stub file not found for "gradio"`. I guess the error should…
-
As @bdarnell points out in #13429,
> it seems bad to lie about locking like this. Even if ActiveRecord is (currently) OK with us stubbing out this lock, implementing this function in a silently bro…