-
The following trait records have no treatment_id:
```sql
select trait, count(*) as n
from traits_and_yields_view_private
where treatment_id is null group by trait order by n desc
```
…
-
**Environment**
```
tns doctor
√ Getting environment information
No issues were detected.
√ Your ANDROID_HOME environment variable is set and points to correct directory.
√ Your adb from the A…
-
I am working on assimilating METAR observations 187 and 287 in FV3 JEDI EnVar and am observing some unusual results when comparing them to the results from the GSI EnVar analysis.
Below are the mod…
-
Good first issue to get started with modules development. Remember that the ONLY screen space you have to work with is the rows and cols variables from screenspace.py, aka 1/2 of WIDTH and HEIGHT, aka…
-
I was running this on python 3.10.11 32-bit and the issue is caused by a duplicated block of code defining the Cell class and the resulting indentation errors.
# Issue1
![image](https://github.com…
-
I have been trying to use a simple code to post a product on WooCommerce from Python.
Im trying this code:
```
import sys
import googlemaps
from woocommerce import API
import base64
w…
-
Hi,
I just noticed that Thonny sometimes runs the slide show but sometimes it gives the error 'process ended with exit code -11'.
I read somewhere that "the error message of code -11 typically i…
-
In issue #5621 we highlighted a new syntax for the media feature that was proposed to help Web developers match and insert rules that are specific to dual-screen and foldable devices, the new syntax c…
-
## Led
- [x] brightness.py
- [ ] cheertree.py - not urllib2 support (urllib works) but we json support
- [ ] clock.py - datetime missing, though seems to be pure python lib (requires date module)
- [x…
-
I am using the window as the scoll container. When I have scrolled to the bottom. I can see the containing div continuing to increase even though there are no new elements to be added. This causes scr…