-
I'm a newbie to embedded programming, but this library seems close to what I need but I'm confused why there is so much boilerplate required. Can't all of this be auto-generated from the `.proto` file…
wilg updated
7 months ago
-
Consider these two specifications:
```yaml
#a.yaml
openapi: 3.0.0
components:
schemas:
Merged:
allOf:
- $ref: '#/components/schemas/Example'
- $ref…
-
### Description
When a third party react-native dependency exists in an app's package.json but has been disabled from auto-linking in the `react-native.config.js` file, react-native-codegen still g…
-
Currently we flatten all struct into a single bus, ex:
```
struct Operand {
a: u8,
b: u8,
c: u8,
}
fn muladd(op: Operand) -> u8 {}
```
will generate:
```
module user_module(
inpu…
-
### Reproduction steps
- Developing an Expo app.
1. Added `@datadog/mobile-react-native` as a dependency in my package.json project
2. Tried to build the app using eas build --platform=ios (andro…
-
I had a feeling like we already reported this, but can't find anything.
The compiler fails while `izumi-reflect` introspects `Array[Byte]` with an obscure stacktrace:
```
java.lang.AssertionEr…
-
Using `kysely-codegen 0.17.0`, I get this diff:
```diff
-export type Int8 = ColumnType;
+export type Int8 = ColumnType;
-export type Interval = ColumnType;
+export type Interval = ColumnType;…
-
## Description
When writing a large number to memory, the legacy codegen successfully optimizes out the mstore statement without causing the program to revert. However, the IR-based codegen, abicod…
-
### Describe the bug
I am quite new to the world of npm. When I say "npx create-react-app my-app; cd my-app; npm start" as instructed on the Getting Started page, I get an error message "Cannot fin…
-
To reproduce: https://godbolt.org/z/vvzPhaoTW
Clang trunk crashes on the following snippet
```c
int foo() {
_Atomic int ok = (_Atomic int)2;
_Atomic _Complex int buggy = (_Atomic _Comple…