Skip to content

Commit

Permalink
when fetching if record is None is 404
Browse files Browse the repository at this point in the history
  • Loading branch information
ad committed Sep 18, 2024
1 parent 74a8f84 commit e23f114
Show file tree
Hide file tree
Showing 6 changed files with 563 additions and 43 deletions.
119 changes: 119 additions & 0 deletions .flox/env/manifest.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"snappy": {
"pkg-path": "snappy"
},
"tokio-console": {
"pkg-path": "tokio-console"
},
"wrk": {
"pkg-path": "wrk"
}
Expand Down Expand Up @@ -1019,6 +1022,122 @@
"group": "toplevel",
"priority": 5
},
{
"attr_path": "tokio-console",
"broken": false,
"derivation": "/nix/store/kknw8d0sm0yinsyss7hq711ld90pigdg-tokio-console-0.1.10.drv",
"description": "Debugger for asynchronous Rust code",
"install_id": "tokio-console",
"license": "[ MIT ]",
"locked_url": "https://github.com/flox/nixpkgs?rev=4f807e8940284ad7925ebd0a0993d2a1791acb2f",
"name": "tokio-console-0.1.10",
"pname": "tokio-console",
"rev": "4f807e8940284ad7925ebd0a0993d2a1791acb2f",
"rev_count": 680062,
"rev_date": "2024-09-11T13:54:33Z",
"scrape_date": "2024-09-14T03:13:36Z",
"stabilities": [
"unstable"
],
"unfree": false,
"version": "0.1.10",
"outputs_to_install": [
"out"
],
"outputs": {
"out": "/nix/store/4day5ks7a1ap4b03240f8z5nzv6b2841-tokio-console-0.1.10"
},
"system": "aarch64-darwin",
"group": "toplevel",
"priority": 5
},
{
"attr_path": "tokio-console",
"broken": false,
"derivation": "/nix/store/qqkharydwy1yhb2f3vghywi3kd3wrcqj-tokio-console-0.1.10.drv",
"description": "Debugger for asynchronous Rust code",
"install_id": "tokio-console",
"license": "[ MIT ]",
"locked_url": "https://github.com/flox/nixpkgs?rev=4f807e8940284ad7925ebd0a0993d2a1791acb2f",
"name": "tokio-console-0.1.10",
"pname": "tokio-console",
"rev": "4f807e8940284ad7925ebd0a0993d2a1791acb2f",
"rev_count": 680062,
"rev_date": "2024-09-11T13:54:33Z",
"scrape_date": "2024-09-14T03:13:36Z",
"stabilities": [
"unstable"
],
"unfree": false,
"version": "0.1.10",
"outputs_to_install": [
"out"
],
"outputs": {
"out": "/nix/store/4nainrg91i4q0pxjq035zzk9wgbfcfi1-tokio-console-0.1.10"
},
"system": "aarch64-linux",
"group": "toplevel",
"priority": 5
},
{
"attr_path": "tokio-console",
"broken": false,
"derivation": "/nix/store/sl5m0ngpqvs6wzgkziz5xmzih8z44nc6-tokio-console-0.1.10.drv",
"description": "Debugger for asynchronous Rust code",
"install_id": "tokio-console",
"license": "[ MIT ]",
"locked_url": "https://github.com/flox/nixpkgs?rev=4f807e8940284ad7925ebd0a0993d2a1791acb2f",
"name": "tokio-console-0.1.10",
"pname": "tokio-console",
"rev": "4f807e8940284ad7925ebd0a0993d2a1791acb2f",
"rev_count": 680062,
"rev_date": "2024-09-11T13:54:33Z",
"scrape_date": "2024-09-14T03:13:36Z",
"stabilities": [
"unstable"
],
"unfree": false,
"version": "0.1.10",
"outputs_to_install": [
"out"
],
"outputs": {
"out": "/nix/store/6337wndzj91i1np9mxqzy0zsdr8yiz9j-tokio-console-0.1.10"
},
"system": "x86_64-darwin",
"group": "toplevel",
"priority": 5
},
{
"attr_path": "tokio-console",
"broken": false,
"derivation": "/nix/store/riq3lpxdsl32rai8n6nsdqzmxpxfl9dg-tokio-console-0.1.10.drv",
"description": "Debugger for asynchronous Rust code",
"install_id": "tokio-console",
"license": "[ MIT ]",
"locked_url": "https://github.com/flox/nixpkgs?rev=4f807e8940284ad7925ebd0a0993d2a1791acb2f",
"name": "tokio-console-0.1.10",
"pname": "tokio-console",
"rev": "4f807e8940284ad7925ebd0a0993d2a1791acb2f",
"rev_count": 680062,
"rev_date": "2024-09-11T13:54:33Z",
"scrape_date": "2024-09-14T03:13:36Z",
"stabilities": [
"unstable"
],
"unfree": false,
"version": "0.1.10",
"outputs_to_install": [
"out"
],
"outputs": {
"out": "/nix/store/29svm5qfdhml1gcgvg6a625fchi9ijsy-tokio-console-0.1.10"
},
"system": "x86_64-linux",
"group": "toplevel",
"priority": 5
},
{
"attr_path": "wrk",
"broken": false,
Expand Down
1 change: 1 addition & 0 deletions .flox/env/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pcre.pkg-path = "pcre"
wrk.pkg-path = "wrk"
heaptrack.pkg-path = "heaptrack"
samply.pkg-path = "samply"
tokio-console.pkg-path = "tokio-console"

# Set environment variables in the `[vars]` section. These variables may not
# reference one another, and are added to the environment without first
Expand Down
Loading

0 comments on commit e23f114

Please sign in to comment.