-
I can see that I can get get_field_type of a specific field, however is there a method available to list the available fields?
Im trying to create a dynamic documentation tool to document C header …
hecko updated
3 years ago
-
I have a model with a payment ID, and when I do a GET request it returns the blacklisted item
```
WorkOrder.create({
id: 1,
requestedDate: new Date(),
user: user[0…
-
@Lancern when you have time could you help creating syntax definitions for union, struct and bitfield?
-
Unlike the go actors, we don't enforce maximum sizes in CBOR. Specifically:
- We enforce maximum sizes for bitfields on decode.
- We enforce a maximums size for BigInt.
- We don't enforce maximum…
-
I hope to be able to replace some ugly
```
it('should consist of one object pushed into flagKeys.results per challenge', function () {
return expect(generateData(challenges, options.noTextHin…
-
### Tested versions
- Reproducible in 4.2.1
### System information
Godot v4.2.1.stable - macOS 14.3.1 - Vulkan (Forward+) - integrated Apple M2 Max - Apple M2 Max (12 Threads)
### Issue descript…
-
I'm having a probem when using this library.
When I exit the activity, I'm calling the following:
```java
fragment.closePlayer(); // does nothing
```
This one always return null for the view.
``…
-
The mavlink_signature_check function in mavlink_helpers.h is not able to verify signature generated by mavlink_sign_packet function. The issue seems to come from the mavlink_message_t definition.
T…
-
[This solution](https://exercism.io/mentor/solutions/53eec9710daf40d7b529b5b6083ac2a0) breaks Exalysis, and presumably now also `go-analyzer`. Here's the problem:
```go
for {
...
}
```
I…
-
```
What steps will reproduce the problem?
1. configure device001/2 with ATmega128; 16MHz; Large
The following output will be displayed
Calculate code size: device_001.sizeelf
avr-gcc -mmcu=atmega1…