-
### The problem
When I add my zigbee coordinator via discovery I see this:
![image](https://github.com/user-attachments/assets/3cc38247-4d89-4494-b407-61eff0289d6e)
Looks like a string is missing…
-
## tl;dr repro
```ts
interface Foo {
Bars: number[];
}
assert(GetType().GetProperty("Bars")?.Type?.FullName !== "Primitive:string")
```
## Description
Arrays don't translate properly…
-
### Describe the bug
I was doing a pattern search and encountered a raw string, which didn't work:
```Nushell
~> rg --multiline-dotall `\(`
```
Nushell treats it as if it wasn't closed.
…
-
### Type
Performance
### Bug description
Long text lines in beatmap comments seem to cause far more lag than they should.
How to reproduce:
1. Play the game a bit. It seems to lower frame…
-
# Lesson 3.4 Strings | Nighthawk Pages
Fall 2024 - P4 Big Idea 3 .1 .1.1 .1.2 .1.3 .1.4 .2 .2.1 .2.2 .2.3 .2.4 .3 .3.1 Python .3.2 JavaScript .3.3 Python Hacks .3.4 Javscript Hacks .4 .4.1 .4.2 .4.3 …
-
I tried to load some of our existing yang files with clixon. We have many `must` and `when` conditions which use xpath functions like:
- string-length
- substring
- translate
- starts-with
- su…
-
I've noticed that when iteratively parsing a json stream character by character 'incomplete' floats are 'stepped' over:
```python
import json
import jiter
obj = {'float': 1.0}
obj_json = json…
-
### Bug description
The default items on a Width field are saved in YAML as numbers, but newly added items are saved as strings.
```
handle: column_width
field:
options:
- 25
…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing bugs to ensure a similar bug has not already been created
### Description
If you provide a moc…
-
Related to https://github.com/phetsims/models-of-the-hydrogen-atom/issues/67 and https://github.com/phetsims/scenery-phet/issues/876 ...
For strings that appear in the UI, PhET's convention is to u…