-
Hello. How to write the api key and api secret in the configuration file
-
I think you should pin to a commit? As it is pointing to the master branch, as it changed there is a hash mismatch.
I tried to find the commit which gave this particular hash but finding it doesn't s…
-
Come up with a better solution around this. Gonna be annoying because most things are multithreaded. Using the workaround in the example below is dangerous because of the `unsafe` traits.
Work for …
-
- Facebook Container Version: 2.1.2
- Operating System + Version: Windows 10 Home 64-bit Build 19042
- Firefox Version: 83.0
- Other installed Add-ons + Version + Enabled/Disabled-Status:
Amazon…
-
so i tried to compile my project and this happened (i did not forgot to add things to build system).
```sh
/home/tymek/.cache/zig/p/12208fab56fa3082d207beb09b1d5134a447ce006e78026f6951d89dd8c1279bde…
-
Pre open-source:
- [x] Website
- [x] Basic Typescript runtime
- [x] Do query & mutation over websocket
- [x] Primitive Subscriptions working
- [x] Publish Crate and NPM package
- [x] Add n…
-
It just says that something failed but extra information like what procedure failed could be useful for debugging.
-
I pulled latest changes and changed my code as in wiki but still I get error: no field named 'struct' in enum '@typeInfo(builtin.Type).Union.tag_type.?'
.@"struct" => H,
~^~~~~~~~~
…
-
### Zig Version
0.14.0-dev.1166+bb7050106
### Steps to Reproduce and Observed Behavior
Compiling this `build.zig`:
```zig
const std = @import("std");
pub fn build(b: *std.Build) !void {
…
bobf updated
2 months ago
-
my build.zig.zon
```zig
.{
.name = "combatrpg_server",
.version = "0.0.0",
.dependencies = .{
.httpz = .{
.url = "git+https://github.com/karlseguin/httpz.zig#mas…