Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ jobs:
name: lychee (external links)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- name: Restore lychee cache
uses: actions/cache@v6
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
Expand All @@ -41,7 +43,9 @@ jobs:
--cache
--max-cache-age 1d
--no-progress
--exclude-mail
--root-dir ${{ github.workspace }}
--scheme http
--scheme https
--accept 200,204,206,429
--max-retries 2
--retry-wait-time 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ private Polly.ResiliencePipeline<System.Net.Http.HttpResponseMessage> BuildResil
`enableRetries` [System\.Boolean](https://learn.microsoft.com/en-us/dotnet/api/system.boolean 'System\.Boolean')

#### Returns
[Polly\.ResiliencePipeline&lt;](https://learn.microsoft.com/en-us/dotnet/api/polly.resiliencepipeline-1 'Polly\.ResiliencePipeline\`1')[System\.Net\.Http\.HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage 'System\.Net\.Http\.HttpResponseMessage')[&gt;](https://learn.microsoft.com/en-us/dotnet/api/polly.resiliencepipeline-1 'Polly\.ResiliencePipeline\`1')
[Polly\.ResiliencePipeline&lt;](https://www.pollydocs.org/api/Polly.ResiliencePipeline-1.html 'Polly\.ResiliencePipeline\`1')[System\.Net\.Http\.HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage 'System\.Net\.Http\.HttpResponseMessage')[&gt;](https://www.pollydocs.org/api/Polly.ResiliencePipeline-1.html 'Polly\.ResiliencePipeline\`1')
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ private static void ValidateLocation(ResQ.Core.Location location, string paramNa

<a name='ResQ.Simulation.ScenarioRunner.ValidateLocation(ResQ.Core.Location,string).location'></a>

`location` [ResQ\.Core\.Location](https://learn.microsoft.com/en-us/dotnet/api/resq.core.location 'ResQ\.Core\.Location')
`location` [ResQ\.Core\.Location](../ResQ.Core/ResQ.Core.Location.md 'ResQ\.Core\.Location')

The location to validate\.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ public ScenarioRunner(ResQ.Clients.CoordinationHceClient hce, ResQ.Clients.Infra

<a name='ResQ.Simulation.ScenarioRunner.ScenarioRunner(ResQ.Clients.CoordinationHceClient,ResQ.Clients.InfrastructureApiClient).hce'></a>

`hce` [ResQ\.Clients\.CoordinationHceClient](https://learn.microsoft.com/en-us/dotnet/api/resq.clients.coordinationhceclient 'ResQ\.Clients\.CoordinationHceClient')
`hce` [ResQ\.Clients\.CoordinationHceClient](../ResQ.Clients/ResQ.Clients.CoordinationHceClient.md 'ResQ\.Clients\.CoordinationHceClient')

Client for the coordination\-hce service\.

<a name='ResQ.Simulation.ScenarioRunner.ScenarioRunner(ResQ.Clients.CoordinationHceClient,ResQ.Clients.InfrastructureApiClient).infra'></a>

`infra` [ResQ\.Clients\.InfrastructureApiClient](https://learn.microsoft.com/en-us/dotnet/api/resq.clients.infrastructureapiclient 'ResQ\.Clients\.InfrastructureApiClient')
`infra` [ResQ\.Clients\.InfrastructureApiClient](../ResQ.Clients/ResQ.Clients.InfrastructureApiClient.md 'ResQ\.Clients\.InfrastructureApiClient')

Client for the infrastructure\-api service\.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ Unique identifier for this drone\.

<a name='ResQ.Simulation.VirtualDrone.VirtualDrone(string,ResQ.Core.Location,ResQ.Clients.CoordinationHceClient,ResQ.Clients.InfrastructureApiClient).startLocation'></a>

`startLocation` [ResQ\.Core\.Location](https://learn.microsoft.com/en-us/dotnet/api/resq.core.location 'ResQ\.Core\.Location')
`startLocation` [ResQ\.Core\.Location](../ResQ.Core/ResQ.Core.Location.md 'ResQ\.Core\.Location')

Initial geographic position of the drone\.

<a name='ResQ.Simulation.VirtualDrone.VirtualDrone(string,ResQ.Core.Location,ResQ.Clients.CoordinationHceClient,ResQ.Clients.InfrastructureApiClient).hce'></a>

`hce` [ResQ\.Clients\.CoordinationHceClient](https://learn.microsoft.com/en-us/dotnet/api/resq.clients.coordinationhceclient 'ResQ\.Clients\.CoordinationHceClient')
`hce` [ResQ\.Clients\.CoordinationHceClient](../ResQ.Clients/ResQ.Clients.CoordinationHceClient.md 'ResQ\.Clients\.CoordinationHceClient')

Client for the coordination\-hce service\.

<a name='ResQ.Simulation.VirtualDrone.VirtualDrone(string,ResQ.Core.Location,ResQ.Clients.CoordinationHceClient,ResQ.Clients.InfrastructureApiClient).infra'></a>

`infra` [ResQ\.Clients\.InfrastructureApiClient](https://learn.microsoft.com/en-us/dotnet/api/resq.clients.infrastructureapiclient 'ResQ\.Clients\.InfrastructureApiClient')
`infra` [ResQ\.Clients\.InfrastructureApiClient](../ResQ.Clients/ResQ.Clients.InfrastructureApiClient.md 'ResQ\.Clients\.InfrastructureApiClient')

Client for the infrastructure\-api service\.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ private Polly.ResiliencePipeline<System.Net.Http.HttpResponseMessage> BuildResil
```

#### Returns
[Polly\.ResiliencePipeline&lt;](https://learn.microsoft.com/en-us/dotnet/api/polly.resiliencepipeline-1 'Polly\.ResiliencePipeline\`1')[System\.Net\.Http\.HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage 'System\.Net\.Http\.HttpResponseMessage')[&gt;](https://learn.microsoft.com/en-us/dotnet/api/polly.resiliencepipeline-1 'Polly\.ResiliencePipeline\`1')
[Polly\.ResiliencePipeline&lt;](https://www.pollydocs.org/api/Polly.ResiliencePipeline-1.html 'Polly\.ResiliencePipeline\`1')[System\.Net\.Http\.HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage 'System\.Net\.Http\.HttpResponseMessage')[&gt;](https://www.pollydocs.org/api/Polly.ResiliencePipeline-1.html 'Polly\.ResiliencePipeline\`1')
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public string ApiUrl { get; set; }

#### Property Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')
The API base URL\. Default is "https://api\.pinata\.cloud"\.
The API base URL\. Default is `https://api.pinata.cloud`.

### Example

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public string GatewayUrl { get; set; }

#### Property Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')
The gateway base URL\. Default is "https://gateway\.pinata\.cloud/ipfs"\.
The gateway base URL\. Default is `https://gateway.pinata.cloud/ipfs`.

### Example

Expand Down
2 changes: 1 addition & 1 deletion sdks/rust/api/resq-cli/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Canonical git-hook templates embedded via `include_str!`.

Both `resq dev install-hooks` (scaffolding) and `resq hooks doctor`
(drift detection) read from this single source. The templates are kept
in sync with &lt;https://github.com/resq-software/dev/tree/main/scripts/git-hooks>
in sync with &lt;https://github.com/resq-software/crates/tree/master/crates/resq-cli/templates/git-hooks>
and the repo-local `.git-hooks/` — CI workflows in both repos enforce
byte equality.

Expand Down
4 changes: 2 additions & 2 deletions sdks/rust/api/resq-dsa/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Crates.io](https://img.shields.io/crates/v/resq-dsa.svg)](https://crates.io/crates/resq-dsa)
[![docs.rs](https://img.shields.io/docsrs/resq-dsa)](https://docs.rs/resq-dsa)
[![License](https://img.shields.io/crates/l/resq-dsa.svg)](https://github.com/wombocombo/wrk/blob/master/LICENSE)
[![License](https://img.shields.io/crates/l/resq-dsa.svg)](https://github.com/resq-software/crates/blob/master/LICENSE)

Production-grade data structures and algorithms with **zero external dependencies**. Designed for `no_std` environments and embedded systems while remaining ergonomic in standard Rust applications. The crate provides space-efficient probabilistic data structures (Bloom filter, Count-Min sketch), graph algorithms (BFS, Dijkstra, A\*), a bounded heap for K-nearest-neighbor tracking, a trie for prefix-based search, and Rabin-Karp rolling-hash string matching.

Expand Down Expand Up @@ -441,7 +441,7 @@ assert_eq!(unicode, vec![0, 6]);

## License

Licensed under the Apache License, Version 2.0. See [LICENSE](https://github.com/resq-software/crates/blob/master/crates/LICENSE) for details.
Licensed under the Apache License, Version 2.0. See [LICENSE](https://github.com/resq-software/crates/blob/master/LICENSE) for details.

## Modules

Expand Down
2 changes: 1 addition & 1 deletion sdks/rust/api/resq-perf.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Response time in the header is color-coded:

- [`resq-flame`](https://github.com/resq-software/crates/blob/master/crates/resq-flame/README.md) -- CPU flame graph profiler

For comprehensive profiling workflows see [`docs/PROFILING_FLAMEGRAPH_GUIDE.md`](https://github.com/resq-software/crates/blob/master/docs/PROFILING_FLAMEGRAPH_GUIDE.md).
For comprehensive profiling workflows see the [`resq-flame` README](https://github.com/resq-software/crates/blob/master/crates/resq-flame/README.md).

## License

Expand Down
2 changes: 1 addition & 1 deletion sdks/rust/api/resq-tui/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ fn main() {

## License

Licensed under the Apache License, Version 2.0. See [LICENSE](https://github.com/resq-software/crates/blob/master/crates/LICENSE) for details.
Licensed under the Apache License, Version 2.0. See [LICENSE](https://github.com/resq-software/crates/blob/master/LICENSE) for details.

## Modules

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ If required fields are missing or invalid.
## See

- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#security_and_privacy
- https://github.com/resq-software/resQ
- https://github.com/resq-software/npm

## Example

Expand Down
Loading