bluntbrain

Results 7 issues of bluntbrain

…#452 ## Undefined values in transaction raw JSON visualization #452 & #358 Bug Fix Places values from tx instead of undefined in src/rippled/lib/utils.js file. ### Bug Fix This is a...

### Description Logs ---------------------------- PROCESS STARTED (27444) for package com.couplapp ---------------------------- 2023-08-09 19:58:54.086 27442-27442 DEBUG crash_dump64 A Cmdline: com.couplapp 2023-08-09 19:58:54.087 27442-27442 DEBUG crash_dump64 A pid: 26928, tid: 26928, name:...

bug

# Work in progress ## Description This module provides two skills for token transfers using the [LiFi protocol](https://li.fi): 1. **Token Quote** - Get quotes for token transfers without execution 2....

## Description Add a new category (`24_file_io/`) focused on file operations, a crucial skill for Rust developers currently missing from Rustlings. ## Proposed Exercises 1. **Basic File Reading (file_io1.rs)** -...

## Description adding api to return available skills with schema ## Type of Change - [ ] Bugfix - [x] New Feature - [ ] Improvement - [ ] Documentation...

## Description This addresses the issue where users were being charged even when operations failed. Now when an API call fails, an exception will be thrown, preventing any charges. ##...

## Description Added ability to automatically include default skills in generated agents via env variables: - `GENERATOR_ADD_DEFAULT_SKILLS=true` (disabled by default) - `GENERATOR_DEFAULT_SKILLS=common,tavily` (comma-separated list) ### Before ### After ## Type...