-
I ran into an issue trying to invoke a lambda function from the aws CLI using temporary credentials. The function apperas to fail in deserialization before running my handler.
# What I did
This is…
-
### Environment information
```block
CLI:
Version: 12.0.0
Color support: true
Platform:
CPU Architecture: x86_64
OS: …
-
The following program crashes for me.
```rust
fn test_serde() {
#[derive(
serde::Serialize, serde::Deserialize, PartialEq, Eq, Debug, Clone,
)]
struct Test {
field: …
-
It seems like differences in casing for the generated code is causing property/field values to be lost.
JS/TS use camelCase for properties while rust uses snake_case for fields.
@krisnova confi…
-
### Description
Looks like test suite is failing in two units.
### Reproduction steps
cmake settings:
```console
-- Cache values
BUILD_TESTING:BOOL=ON
CMAKE_BUILD_TYPE:STRING=RelWithDebInfo
CM…
-
I've disabled chronos on OSX from important_packages in https://github.com/nim-lang/Nim/pull/13954 because CI for chronos fails on OSX:
https://dev.azure.com/nim-lang/255dfe86-e590-40bb-a8a2-3c0295…
-
### Describe the bug
Hi,
Building a Photon OS 3.0 image fails with:
```
Fails Some packages failed:
['nss-3.72']
Failed during building packages
```
Building a Photon OS 4.0 image fails …
-
#### Problem
Account and instruction deserialization and labelling is done manually and is not scalable to all community created programs
#### Proposed Solution
- Leverage an IDL spec to automati…
-
Before we actually release a build with #220 I think it’s a good time to consider any breaking changes that could work their way into a `2.0` release. Without much public surface area I think the risk…
-
For each method, expose or generate more information from `near_bindgen` into a module of the same name of the method:
* Make the `Input` struct public.
* Copy the function's docs into tha…