-
When serializing to protobuf, the binary protocol is not generated in a migration-safe manner. Say I do the following specs:
**V1:**
typeschema:
```.json
{
"definitions": {
"Student": {
…
-
# Folder structure is bad!
- The folder structure currently is really bad!
The folder structure should be as following
📦 package
📂 folder
📜 file
┣ inside continue
┗ inside end
┃ blank
…
-
```
client =
SoapClient(wsdl="https://webservices.netsuite.com/wsdl/v2014_1_0/netsuite.wsdl",
trace=True)
This produces error AttributeError: 'Struct' object has no attribute
'_Struct__keys' before…
-
I tried this code:
```rust
#[repr()] const CONST: u32 = 8;
#[repr()] struct Struct;
#[repr()] trait Trait {}
#[repr()] impl Trait for Struct {}
#[repr()] fn func() { #[repr()] let a = 4; }…
-
It would be cool if the Go SDK supported embedded another type. For example:
```golang
type *SuperDirectory {
*dagger.Directory
}
// Extend the core directory type with an extra function
f…
-
I'm getting the following build error with the Pico 2.0.0 SDK when compiling the blink example for RP2040, and I'm not sure if this is an SDK error or something related to the current `CMakeLists.txt`…
-
By default, the C# compiler marks structs `[StructLayout(LayoutKind.Sequential)]`. I believe the historic reason for this is that structs were assumed to be mainly for interop. Unfortunately, this can…
-
Currently in the cst-dump and gen files, there are static instances of the indentation level. We should ideally have a struct containing that information which is passed to each function.
-
```
INFO[0000] no existing registry entry for external type registry type=PFN_vkGetInstanceProcAddrLUNARG
INFO[0001] Running goimports file=struct.go
ERRO[0001] Failed …
-
In the function `bt_mesh_comp_p1_elem_pull`,
```
struct bt_mesh_comp_p1_elem *bt_mesh_comp_p1_elem_pull(struct net_buf_simple *buf,
struct bt_mesh_comp_p1_elem *elem)
{
if (buf->l…